Skip to content

Commit 956a1b4

Browse files
Update github-actions
1 parent f1babd1 commit 956a1b4

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/blend-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
working-directory: blend
3030
steps:
3131
- name: Harden the runner (Audit all outbound calls)
32-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
32+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
3333
with:
3434
egress-policy: audit
3535

.github/workflows/blend-v-release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
runs-on: ${{ matrix.runner }}
2828
steps:
2929
- name: Harden the runner (audit all outbound calls)
30-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
30+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
3131
with:
3232
egress-policy: audit
3333

3434
- name: Checkout repository
35-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
35+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3636
with:
3737
persist-credentials: false
3838

@@ -57,7 +57,7 @@ jobs:
5757
sha256sum "${ARCHIVE_DIR}.tar.xz" > "${ARCHIVE_DIR}.tar.xz.sha256"
5858
5959
- name: Attest build provenance
60-
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
60+
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
6161
with:
6262
subject-path: "blend-${{ matrix.target }}.tar.xz"
6363

@@ -75,12 +75,12 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Harden the runner (audit all outbound calls)
78-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
78+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
7979
with:
8080
egress-policy: audit
8181

8282
- name: Checkout repository
83-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
83+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8484
with:
8585
persist-credentials: false
8686

@@ -172,12 +172,12 @@ jobs:
172172
runs-on: ubuntu-latest
173173
steps:
174174
- name: Harden the runner (audit all outbound calls)
175-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
175+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
176176
with:
177177
egress-policy: audit
178178

179179
- name: Checkout repository
180-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
180+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
181181
with:
182182
persist-credentials: false
183183

@@ -222,7 +222,7 @@ jobs:
222222
tags: ${{ steps.tags.outputs.tags }}
223223

224224
- name: Attest Docker image provenance
225-
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
225+
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
226226
with:
227227
subject-name: ghcr.io/${{ github.repository_owner }}/blend
228228
subject-digest: ${{ steps.build.outputs.digest }}
@@ -233,7 +233,7 @@ jobs:
233233
runs-on: ubuntu-latest
234234
steps:
235235
- name: Harden the runner (audit all outbound calls)
236-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
236+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
237237
with:
238238
egress-policy: audit
239239

.github/workflows/orders-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
image: ghcr.io/frantic1048/blend:0.2.12@sha256:bae278d09e86b7b0f590be8099117151279eb14c0277fe2d4cca6feec7b5f021
2222
steps:
2323
- name: Harden the runner (Audit all outbound calls)
24-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
24+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
2525
with:
2626
egress-policy: audit
2727

.github/workflows/release-plz.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
pull-requests: read
2525
steps:
2626
- name: Harden the runner (Audit all outbound calls)
27-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
27+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
2828
with:
2929
egress-policy: audit
3030

3131
- name: Checkout repository
32-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
32+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3333
with:
3434
fetch-depth: 0
3535
persist-credentials: false
@@ -46,7 +46,7 @@ jobs:
4646
permission-contents: write
4747
permission-pull-requests: read
4848
- name: Run release-plz
49-
uses: release-plz/action@064f4d1e36c843611ddf013be726beaa4ad804db # v0.5.129
49+
uses: release-plz/action@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 # v0.5.131
5050
with:
5151
command: release
5252
manifest_path: Cargo.toml
@@ -65,12 +65,12 @@ jobs:
6565
cancel-in-progress: false
6666
steps:
6767
- name: Harden the runner (Audit all outbound calls)
68-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
68+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
6969
with:
7070
egress-policy: audit
7171

7272
- name: Checkout repository
73-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
73+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7474
with:
7575
fetch-depth: 0
7676
persist-credentials: false
@@ -87,7 +87,7 @@ jobs:
8787
permission-contents: write
8888
permission-pull-requests: write
8989
- name: Run release-plz
90-
uses: release-plz/action@064f4d1e36c843611ddf013be726beaa4ad804db # v0.5.129
90+
uses: release-plz/action@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 # v0.5.131
9191
with:
9292
command: release-pr
9393
manifest_path: Cargo.toml

0 commit comments

Comments
 (0)