We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76741a commit 2a38cdeCopy full SHA for 2a38cde
1 file changed
.github/workflows/lint.yml
@@ -5,9 +5,10 @@ jobs:
5
name: lint
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v5
+ - name: Checkout Repository
9
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
10
- name: Set up Go
- uses: actions/setup-go@v6
11
+ uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
12
with:
13
go-version-file: go.mod
14
- name: golangci-lint
0 commit comments