We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1960fa9 commit 0d6c9e4Copy full SHA for 0d6c9e4
.github/workflows/golangci-lint.yml
@@ -12,14 +12,14 @@ jobs:
12
permissions:
13
contents: read
14
steps:
15
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
with:
17
fetch-depth: 0
18
- - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
+ - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
19
20
go-version: stable
21
- name: golangci-lint
22
- uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
+ uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
23
24
version: latest
25
install-mode: binary
0 commit comments