Skip to content

Commit e2bc2c7

Browse files
authored
Merge branch 'main' into mvick/agent-config-schema
2 parents 7b3f68c + d3daf5b commit e2bc2c7

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
fetch-depth: 0
7171

72-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 6.2.0
72+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # 6.3.0
7373
with:
7474
python-version: "${{ matrix.python }}"
7575

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
persist-credentials: false
123123
fetch-depth: 0
124124

125-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 6.2.0
125+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # 6.3.0
126126
with:
127127
python-version: "3.13"
128128

@@ -204,7 +204,7 @@ jobs:
204204
repository-url: https://test.pypi.org/legacy/
205205

206206
- name: Attest
207-
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # 4.1.0
207+
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # 4.1.1
208208
id: attest
209209
with:
210210
subject-path: |

.github/workflows/mega-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# MegaLinter
5757
- name: MegaLinter
5858
id: ml
59-
uses: oxsecurity/megalinter/flavors/python@0e3ce9b9c8c10effb9b269509cc47ca17cae31c7 # 9.5.0
59+
uses: oxsecurity/megalinter/flavors/python@ef3e84b8b836d76db562d0f3ed7da61e8fd538bc # 9.6.0
6060
env:
6161
# All available variables are described in documentation
6262
# https://megalinter.io/latest/configuration/
@@ -112,7 +112,7 @@ jobs:
112112
run: sudo chown -Rc $UID .git/
113113

114114
- name: Commit and push applied linter fixes
115-
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # 7.1.0
115+
uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # 7.2.0
116116
if: env.APPLY_FIXES_IF_COMMIT == 'true'
117117
with:
118118
branch: >-

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
steps:
9696
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
97-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 6.2.0
97+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # 6.3.0
9898
with:
9999
python-version: "3.13"
100100
architecture: x64
@@ -128,7 +128,7 @@ jobs:
128128

129129
steps:
130130
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
131-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 6.2.0
131+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # 6.3.0
132132
with:
133133
python-version: "3.13"
134134
architecture: x64

0 commit comments

Comments
 (0)