Skip to content

Commit 2f6a76c

Browse files
🌱 Bump the github-actions group across 1 directory with 4 updates (#4407)
1 parent 95f2f41 commit 2f6a76c

12 files changed

+33
-33
lines changed

.github/workflows/codeql-analysis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
6161

6262
- name: Checkout repository
63-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
63+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6464

6565
# don't use the default version of Go from GitHub runners
6666
# https://github.com/github/codeql-action/issues/1842#issuecomment-1704398087
@@ -73,7 +73,7 @@ jobs:
7373

7474
# Initializes the CodeQL tools for scanning.
7575
- name: Initialize CodeQL
76-
uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
76+
uses: github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
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@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
88+
uses: github/codeql-action/autobuild@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
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@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
102+
uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1

.github/workflows/depsreview.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: 'Checkout Repository'
25-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
- name: 'Dependency Review'
27-
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
27+
uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0

.github/workflows/docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
docs_only: ${{ steps.docs_only_check.outputs.docs_only }}
3636
steps:
3737
- name: Check out code
38-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #v4.2.1
38+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
3939
with:
4040
fetch-depth: 2 # needed to diff changed files
4141
- id: docs_only_check
@@ -77,7 +77,7 @@ jobs:
7777
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
7878
- name: Clone the code
7979
if: (needs.docs_only_check.outputs.docs_only != 'true')
80-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
80+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8181
- name: Setup Go # needed for some of the Makefile evaluations, even if building happens in Docker
8282
if: (needs.docs_only_check.outputs.docs_only != 'true')
8383
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0

.github/workflows/gitlab.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3939
- name: Clone the code
40-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
40+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141
with:
4242
ref: ${{ github.event.pull_request.head.sha || github.sha }} # head SHA if PR, else fallback to push SHA
4343
- name: Setup Go
@@ -52,7 +52,7 @@ jobs:
5252
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
5353
- name: Cache builds
5454
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
55-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 #v4.1.1
55+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2
5656
with:
5757
path: |
5858
${{ steps.go-cache-paths.outputs.go-build }}

.github/workflows/goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4040

4141
- name: Checkout
42-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
42+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4343
with:
4444
fetch-depth: 0
4545
- name: Set up Go

.github/workflows/integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
5050
- name: Clone the code
51-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
51+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5252
with:
5353
ref: ${{ github.event.pull_request.head.sha }}
5454
- name: Setup Go
@@ -63,7 +63,7 @@ jobs:
6363
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
6464
- name: Cache builds
6565
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
66-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 #v4.1.1
66+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2
6767
with:
6868
path: |
6969
${{ steps.go-cache-paths.outputs.go-build }}

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
2323
with:
2424
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
25-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
25+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
2727
with:
2828
go-version: ${{ env.GO_VERSION }}

.github/workflows/main.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4343
- name: Clone the code
44-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
44+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4545
- name: Setup Go
4646
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
4747
with:
@@ -54,7 +54,7 @@ jobs:
5454
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
5555
- name: Cache builds
5656
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
57-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 #v4.1.1
57+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2
5858
with:
5959
path: |
6060
${{ steps.go-cache-paths.outputs.go-build }}
@@ -106,7 +106,7 @@ jobs:
106106
repo-token: ${{ secrets.GITHUB_TOKEN }}
107107
- name: Cache builds
108108
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
109-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
109+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
110110
with:
111111
path: |
112112
~/go/pkg/mod
@@ -117,7 +117,7 @@ jobs:
117117
restore-keys: |
118118
${{ runner.os }}-go-
119119
- name: Clone the code
120-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
120+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
121121
with:
122122
fetch-depth: 0
123123
- name: Setup Go
@@ -147,7 +147,7 @@ jobs:
147147
with:
148148
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
149149
- name: Clone the code
150-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
150+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
151151
- name: Setup Go
152152
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
153153
with:
@@ -182,7 +182,7 @@ jobs:
182182
version: ${{ env.PROTOC_VERSION }}
183183
repo-token: ${{ secrets.GITHUB_TOKEN }}
184184
- name: Clone the code
185-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
185+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
186186
with:
187187
fetch-depth: 0
188188
- name: Setup Go
@@ -226,7 +226,7 @@ jobs:
226226
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
227227
- name: Cache builds
228228
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
229-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
229+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
230230
with:
231231
path: |
232232
~/go/pkg/mod
@@ -237,7 +237,7 @@ jobs:
237237
restore-keys: |
238238
${{ runner.os }}-go-
239239
- name: Clone the code
240-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
240+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
241241
- name: Setup Go
242242
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
243243
with:
@@ -266,7 +266,7 @@ jobs:
266266

267267
- name: Cache builds
268268
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
269-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
269+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
270270
with:
271271
path: |
272272
~/go/pkg/mod
@@ -277,7 +277,7 @@ jobs:
277277
restore-keys: |
278278
${{ runner.os }}-go-
279279
- name: Clone the code
280-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
280+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
281281
with:
282282
fetch-depth: 0
283283
- name: Setup Go
@@ -306,7 +306,7 @@ jobs:
306306
with:
307307
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
308308
- name: Clone the code
309-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
309+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
310310
- name: Setup Go
311311
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
312312
with:
@@ -340,7 +340,7 @@ jobs:
340340
version: ${{ env.PROTOC_VERSION }}
341341
repo-token: ${{ secrets.GITHUB_TOKEN }}
342342
- name: Clone the code
343-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
343+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
344344
with:
345345
fetch-depth: 0
346346
- name: Setup Go
@@ -369,7 +369,7 @@ jobs:
369369
with:
370370
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
371371

372-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
372+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
373373
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v2.2.0
374374
with:
375375
go-version: ${{ env.GO_VERSION }}

.github/workflows/publishimage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4242

4343
- name: Clone the code
44-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
44+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4545
with:
4646
fetch-depth: 0
4747
- name: Setup Go

.github/workflows/scdiff.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
checks = found[1]
9090
}
9191
core.exportVariable('SCORECARD_CHECKS', checks)
92-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
92+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9393
with:
9494
ref: ${{ steps.config.outputs.base }}
9595
- name: Setup Go
@@ -105,7 +105,7 @@ jobs:
105105
go run cmd/internal/scdiff/main.go generate \
106106
--repos $HOME/repos.txt \
107107
--checks $SCORECARD_CHECKS > $HOME/before.json
108-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
108+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109109
with:
110110
ref: ${{ steps.config.outputs.head }}
111111
- name: generate after results

.github/workflows/scorecard-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: "Checkout code"
25-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
with:
2727
persist-credentials: false
2828

@@ -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@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
54+
uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
5555
with:
5656
sarif_file: results.sarif

.github/workflows/slsa-goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-binary-name: ${{ steps.build.outputs.go-binary-name }}
2020
steps:
2121
- id: checkout
22-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
22+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
with:
2424
fetch-depth: 0
2525
- id: ldflags

0 commit comments

Comments
 (0)