Skip to content

Commit b342274

Browse files
ci: bump golangci/golangci-lint-action from 6 to 9 (#648)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Levy <dlevy@microsoft.com>
1 parent ebafcd8 commit b342274

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ jobs:
99
name: lint-pr-changes
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/setup-go@v6
12+
# Pinned to commit SHA for supply chain security (CWE-829)
13+
# Verify: gh api repos/actions/setup-go/git/ref/tags/v6 --jq '.object.sha'
14+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
1315
with:
1416
go-version: '1.24'
1517
- uses: actions/checkout@v6
1618
- name: golangci-lint
17-
uses: golangci/golangci-lint-action@v6
19+
# Pinned to commit SHA for supply chain security (CWE-829)
20+
# Verify: gh api repos/golangci/golangci-lint-action/git/ref/tags/v9 --jq '.object.sha'
21+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.0.0
1822
with:
1923
version: latest
2024
only-new-issues: true

0 commit comments

Comments
 (0)