Skip to content

Commit cb565cd

Browse files
🌱 Bump the github-actions group across 1 directory with 7 updates (#4538)
1 parent d67302b commit cb565cd

8 files changed

+27
-27
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
# Initializes the CodeQL tools for scanning.
7575
- name: Initialize CodeQL
76-
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
76+
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
88+
uses: github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
102+
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10

.github/workflows/gitlab.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
55+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f #v4.2.1
5656
with:
5757
path: |
5858
${{ steps.go-cache-paths.outputs.go-build }}
@@ -66,7 +66,7 @@ jobs:
6666
go mod download
6767
6868
- name: Run GitLab tokenless E2E
69-
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
69+
uses: nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
7070
if: github.event_name == 'pull_request'
7171
with:
7272
max_attempts: 3
@@ -75,7 +75,7 @@ jobs:
7575
command: make e2e-gitlab
7676

7777
- name: Run GitLab PAT E2E # skip if auth token is not available
78-
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
78+
uses: nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
7979
if: ${{ github.event_name == 'push' && github.actor != 'dependabot[bot]' }}
8080
env:
8181
GITLAB_AUTH_TOKEN: ${{ secrets.GITLAB_TOKEN }}

.github/workflows/goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
actions: read # To read the workflow path.
7575
id-token: write # To sign the provenance.
7676
contents: write # To add assets to a release.
77-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
77+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0
7878
with:
7979
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
8080
upload-assets: true # upload to a new release

.github/workflows/integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
66+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f #v4.2.1
6767
with:
6868
path: |
6969
${{ steps.go-cache-paths.outputs.go-build }}
@@ -77,7 +77,7 @@ jobs:
7777
go mod download
7878
7979
- name: Run GITHUB_TOKEN E2E #using retry because the GitHub token is being throttled.
80-
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
80+
uses: nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
8181
env:
8282
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8383
with:

.github/workflows/main.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
57+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f #v4.2.1
5858
with:
5959
path: |
6060
${{ steps.go-cache-paths.outputs.go-build }}
@@ -73,7 +73,7 @@ jobs:
7373
files: ./unit-coverage.out
7474
verbose: true
7575
- name: Run PAT Token E2E #using retry because the GitHub token is being throttled.
76-
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
76+
uses: nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
7777
if: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
7878
env:
7979
GITHUB_AUTH_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}
@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
109+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
110110
with:
111111
path: |
112112
~/go/pkg/mod
@@ -127,7 +127,7 @@ jobs:
127127
check-latest: true
128128
cache: true
129129
- name: generate mocks
130-
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
130+
uses: nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
131131
with:
132132
max_attempts: 3
133133
retry_on: error
@@ -155,7 +155,7 @@ jobs:
155155
check-latest: true
156156
cache: true
157157
- name: generate docs
158-
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
158+
uses: nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
159159
with:
160160
max_attempts: 3
161161
retry_on: error
@@ -192,7 +192,7 @@ jobs:
192192
check-latest: true
193193
cache: true
194194
- name: build-proto
195-
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
195+
uses: nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
196196
with:
197197
max_attempts: 3
198198
retry_on: error
@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
229+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
230230
with:
231231
path: |
232232
~/go/pkg/mod
@@ -245,7 +245,7 @@ jobs:
245245
check-latest: true
246246
cache: true
247247
- name: Run build
248-
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
248+
uses: nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
249249
with:
250250
max_attempts: 3
251251
retry_on: error
@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
269+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
270270
with:
271271
path: |
272272
~/go/pkg/mod
@@ -287,7 +287,7 @@ jobs:
287287
check-latest: true
288288
cache: true
289289
- name: Run build
290-
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
290+
uses: nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
291291
with:
292292
max_attempts: 3
293293
retry_on: error
@@ -314,7 +314,7 @@ jobs:
314314
check-latest: true
315315
cache: true
316316
- name: Run build
317-
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
317+
uses: nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
318318
with:
319319
max_attempts: 3
320320
retry_on: error
@@ -350,7 +350,7 @@ jobs:
350350
check-latest: true
351351
cache: true
352352
- name: Run build
353-
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
353+
uses: nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
354354
with:
355355
max_attempts: 3
356356
retry_on: error

.github/workflows/publishimage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: install ko
5353
uses: ko-build/setup-ko@d982fec422852203cfb2053a8ec6ad302280d04d # v0.8
5454
- name: publishimage
55-
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
55+
uses: nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
5656
with:
5757
max_attempts: 3
5858
retry_on: error
@@ -62,7 +62,7 @@ jobs:
6262
make install
6363
make scorecard-ko
6464
- name: Install Cosign
65-
uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e
65+
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a
6666
- name: Sign image
6767
run: |
6868
cosign sign --yes ghcr.io/${{github.repository_owner}}/scorecard/v5:${{ github.sha }}

.github/workflows/scorecard-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: "Run analysis"
30-
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
30+
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
3131
with:
3232
results_file: results.sarif
3333
results_format: sarif
@@ -42,7 +42,7 @@ jobs:
4242
# uploads of run results in SARIF format to the repository Actions tab.
4343
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
4444
- name: "Upload artifact"
45-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
45+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
4646
with:
4747
name: SARIF file
4848
path: results.sarif
@@ -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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
54+
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
5555
with:
5656
sarif_file: results.sarif

.github/workflows/slsa-goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
contents: write
3333
actions: read
3434
needs: args
35-
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v2.0.0 #7f4fdb871876c23e455853d694197440c5a91506
35+
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v2.1.0 #7f4fdb871876c23e455853d694197440c5a91506
3636
with:
3737
go-version: ${{ env.GO_VERSION }}
3838
evaluated-envs: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}"

0 commit comments

Comments
 (0)