Skip to content

Commit 1543884

Browse files
🌱 Bump the github-actions group with 4 updates (#4608)
1 parent 1e72b3a commit 1543884

File tree

12 files changed

+26
-26
lines changed

12 files changed

+26
-26
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Harden Runner
58-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
58+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
5959
with:
6060
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
6161

@@ -73,7 +73,7 @@ jobs:
7373

7474
# Initializes the CodeQL tools for scanning.
7575
- name: Initialize CodeQL
76-
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
76+
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
7777
with:
7878
languages: ${{ matrix.language }}
7979
queries: +security-extended
@@ -85,7 +85,7 @@ jobs:
8585
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
8686
# If this step fails, then you should remove it and run the build manually (see below)
8787
- name: Autobuild
88-
uses: github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
88+
uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
8989

9090
# ℹ️ Command-line programs to run using the OS shell.
9191
# 📚 https://git.io/JvXDl
@@ -99,4 +99,4 @@ jobs:
9999
# make release
100100

101101
- name: Perform CodeQL Analysis
102-
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
102+
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
- name: Harden Runner
7474
if: (needs.docs_only_check.outputs.docs_only != 'true')
75-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
75+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
7676
with:
7777
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
7878
- name: Clone the code

.github/workflows/gitlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
environment: gitlab
3434
steps:
3535
- name: Harden Runner
36-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
36+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
3737
with:
3838
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3939
- name: Clone the code

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Harden Runner
37-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
37+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
3838
with:
3939
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4040

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Harden Runner
34-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
34+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
3535
with:
3636
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3737

@@ -44,7 +44,7 @@ jobs:
4444
needs: [approve]
4545
steps:
4646
- name: Harden Runner
47-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
47+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
4848
with:
4949
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
5050
- name: Clone the code

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: check-linter
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
22+
- uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
2323
with:
2424
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/main.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
contents: read
3838
steps:
3939
- name: Harden Runner
40-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
40+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
4141
with:
4242
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4343
- name: Clone the code
@@ -95,7 +95,7 @@ jobs:
9595
contents: read
9696
steps:
9797
- name: Harden Runner
98-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
98+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
9999
with:
100100
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
101101

@@ -143,7 +143,7 @@ jobs:
143143
contents: read
144144
steps:
145145
- name: Harden Runner
146-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
146+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
147147
with:
148148
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
149149
- name: Clone the code
@@ -172,7 +172,7 @@ jobs:
172172
contents: read
173173
steps:
174174
- name: Harden Runner
175-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
175+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
176176
with:
177177
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
178178

@@ -221,7 +221,7 @@ jobs:
221221
contents: read
222222
steps:
223223
- name: Harden Runner
224-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
224+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
225225
with:
226226
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
227227
- name: Cache builds
@@ -260,7 +260,7 @@ jobs:
260260
contents: read
261261
steps:
262262
- name: Harden Runner
263-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
263+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
264264
with:
265265
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
266266

@@ -302,7 +302,7 @@ jobs:
302302
contents: read
303303
steps:
304304
- name: Harden Runner
305-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
305+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
306306
with:
307307
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
308308
- name: Clone the code
@@ -330,7 +330,7 @@ jobs:
330330
contents: read
331331
steps:
332332
- name: Harden Runner
333-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
333+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
334334
with:
335335
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
336336

@@ -365,7 +365,7 @@ jobs:
365365
contents: read
366366
steps:
367367
- name: Harden Runner
368-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
368+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
369369
with:
370370
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
371371

.github/workflows/publishimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
COSIGN_EXPERIMENTAL: "true"
3737
steps:
3838
- name: Harden Runner
39-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
39+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
4040
with:
4141
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4242

@@ -62,7 +62,7 @@ jobs:
6262
make install
6363
make scorecard-ko
6464
- name: Install Cosign
65-
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a
65+
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb
6666
- name: Sign image
6767
run: |
6868
cosign sign --yes ghcr.io/${{github.repository_owner}}/scorecard/v5:${{ github.sha }}

.github/workflows/scorecard-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
# Upload the results to GitHub's code scanning dashboard (optional).
5252
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
5353
- name: "Upload to code-scanning"
54-
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
54+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
5555
with:
5656
sarif_file: results.sarif

.github/workflows/slsa-goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
uses: slsa-framework/slsa-verifier/actions/installer@v2.7.0
4848

4949
- name: Download the artifact
50-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
50+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5151
with:
5252
name: "${{ needs.build.outputs.go-binary-name }}.intoto.jsonl"
5353

5454
- name: Download the artifact
55-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
55+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5656
with:
5757
name: ${{ needs.build.outputs.go-binary-name }}
5858

0 commit comments

Comments
 (0)