Skip to content

Commit 873d5fd

Browse files
🌱 Bump the github-actions group across 1 directory with 2 updates (#1404)
1 parent 54cc1fe commit 873d5fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [ ubuntu-latest ]
1818
steps:
1919
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20-
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
20+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2121
with:
2222
go-version-file: go.mod
2323
cache: false # golangci/golangci-lint-action maintains its own cache

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
3232
# format to the repository Actions tab.
3333
- name: "Upload artifact"
34-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
34+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
3535
with:
3636
name: SARIF file
3737
path: results.sarif

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id-token: write # Needed to pick up on signing with a GitHub workflow identity.
1919
steps:
2020
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21-
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
21+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2222
with:
2323
go-version-file: go.mod
2424
cache: true
@@ -39,7 +39,7 @@ jobs:
3939
os: [ ubuntu-latest ]
4040
steps:
4141
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
42-
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
42+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4343
with:
4444
go-version-file: go.mod
4545
cache: true

0 commit comments

Comments
 (0)