We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf1e27 commit 46d9f18Copy full SHA for 46d9f18
.github/workflows/static-analysis.yml
@@ -19,7 +19,7 @@ jobs:
19
go-version: '1.19'
20
21
- name: Check out code
22
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
23
24
- name: Install staticcheck
25
run: go install honnef.co/go/tools/cmd/staticcheck@latest
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
go-version: ${{ matrix.go-version }}
26
27
28
- name: Check formatting
29
if: ${{ matrix.go-version == '1.20' && matrix.os == 'ubuntu-latest' }}
0 commit comments