We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f05e0e commit 303352aCopy full SHA for 303352a
.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/go.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
go-version: '^1.16'
19
20
21
- name: Setup golangci-lint
22
uses: golangci/golangci-lint-action@v2
23
@@ -45,7 +45,7 @@ jobs:
45
go-version: ${{ matrix.go }}
46
47
- name: Checkout Code
48
49
50
ref: ${{ github.ref }}
51
0 commit comments