Skip to content

Commit 01957cc

Browse files
🌱 Bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [step-security/harden-runner](https://github.com/step-security/harden-runner), [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action) and [actions/cache](https://github.com/actions/cache). Updates `step-security/harden-runner` from 2.14.0 to 2.14.1 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@20cf305...e3f713f) Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) Updates `github/codeql-action` from 4.31.9 to 4.31.11 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5d4e8d1...19b2f06) Updates `actions/cache` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...8b402f5) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.31.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85483c2 commit 01957cc

File tree

14 files changed

+50
-50
lines changed

14 files changed

+50
-50
lines changed

.github/workflows/codeql-analysis.yml

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

5656
steps:
5757
- name: Harden Runner
58-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
58+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
5959
with:
6060
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
6161

6262
- name: Checkout repository
63-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
63+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
76+
uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
88+
uses: github/codeql-action/autobuild@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
102+
uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11

.github/workflows/depsreview.yml

Lines changed: 1 addition & 1 deletion
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
- name: 'Dependency Review'
2727
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
38+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
3939
with:
4040
fetch-depth: 2 # needed to diff changed files
4141
- id: docs_only_check
@@ -72,12 +72,12 @@ jobs:
7272
steps:
7373
- name: Harden Runner
7474
if: (needs.docs_only_check.outputs.docs_only != 'true')
75-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
75+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
7676
with:
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
80+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.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@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0

.github/workflows/gitlab.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
environment: gitlab
3434
steps:
3535
- name: Harden Runner
36-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
36+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
40+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.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@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
55+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 #v5.0.2
5656
with:
5757
path: |
5858
${{ steps.go-cache-paths.outputs.go-build }}

.github/workflows/goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Harden Runner
37-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
37+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
3838
with:
3939
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4040

4141
- name: Checkout
42-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
42+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343
with:
4444
fetch-depth: 0
4545
- name: Set up Go

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
environment: integration-test
3232
steps:
3333
- name: Harden Runner
34-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
34+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
3535
with:
3636
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3737
- name: Clone the code
38-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
38+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3939
with:
4040
ref: ${{ github.event.pull_request.head.sha }}
4141
- name: Setup Go
@@ -50,7 +50,7 @@ jobs:
5050
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
5151
- name: Cache builds
5252
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
53-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
53+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 #v5.0.2
5454
with:
5555
path: |
5656
${{ steps.go-cache-paths.outputs.go-build }}

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
name: check-linter
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
22+
- uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
2323
with:
2424
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
25-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
25+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2727
with:
2828
go-version: ${{ env.GO_VERSION }}

.github/workflows/main.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
contents: read
3838
steps:
3939
- name: Harden Runner
40-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
40+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
44+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545
- name: Setup Go
4646
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.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@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
57+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 #v5.0.2
5858
with:
5959
path: |
6060
${{ steps.go-cache-paths.outputs.go-build }}
@@ -95,7 +95,7 @@ jobs:
9595
contents: read
9696
steps:
9797
- name: Harden Runner
98-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
98+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
9999
with:
100100
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
101101

@@ -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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
109+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
120+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
121121
with:
122122
fetch-depth: 0
123123
- name: Setup Go
@@ -143,11 +143,11 @@ jobs:
143143
contents: read
144144
steps:
145145
- name: Harden Runner
146-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
146+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
150+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
151151
- name: Setup Go
152152
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
153153
with:
@@ -172,7 +172,7 @@ jobs:
172172
contents: read
173173
steps:
174174
- name: Harden Runner
175-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
175+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
176176
with:
177177
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
178178

@@ -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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
185+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
186186
with:
187187
fetch-depth: 0
188188
- name: Setup Go
@@ -221,12 +221,12 @@ jobs:
221221
contents: read
222222
steps:
223223
- name: Harden Runner
224-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
224+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
225225
with:
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
229+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
240+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
241241
- name: Setup Go
242242
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
243243
with:
@@ -260,13 +260,13 @@ jobs:
260260
contents: read
261261
steps:
262262
- name: Harden Runner
263-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
263+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
264264
with:
265265
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
269+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
280+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
281281
with:
282282
fetch-depth: 0
283283
- name: Setup Go
@@ -302,11 +302,11 @@ jobs:
302302
contents: read
303303
steps:
304304
- name: Harden Runner
305-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
305+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
309+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
310310
- name: Setup Go
311311
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
312312
with:
@@ -330,7 +330,7 @@ jobs:
330330
contents: read
331331
steps:
332332
- name: Harden Runner
333-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
333+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
334334
with:
335335
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
336336

@@ -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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
343+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
344344
with:
345345
fetch-depth: 0
346346
- name: Setup Go
@@ -365,11 +365,11 @@ jobs:
365365
contents: read
366366
steps:
367367
- name: Harden Runner
368-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
368+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
369369
with:
370370
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
371371

372-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
372+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
373373
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v2.2.0
374374
with:
375375
go-version: ${{ env.GO_VERSION }}

.github/workflows/osps-baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919

2020
- name: Open Source Project Security Baseline Scanner
2121
uses: revanite-io/osps-baseline-action@ffcef1f33b6ee5b916c7e357e4ae1481b99b46b6 # v1.0.0

.github/workflows/publishimage.yml

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

4343
- name: Clone the code
44-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
44+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545
with:
4646
fetch-depth: 0
4747
- name: Setup Go

0 commit comments

Comments
 (0)