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 7ce4562 commit 439d6a3Copy full SHA for 439d6a3
.github/workflows/codeql.yaml
@@ -37,7 +37,7 @@ jobs:
37
38
steps:
39
- name: Checkout repository
40
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
41
42
# Initializes the CodeQL tools for scanning.
43
- name: Initialize CodeQL
.github/workflows/go.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
go-version: '^1'
19
20
21
- name: Setup golangci-lint
22
uses: golangci/golangci-lint-action@v2
23
@@ -43,7 +43,7 @@ jobs:
go-version: ${{ matrix.go }}
44
45
- name: Checkout Code
46
47
48
ref: ${{ github.ref }}
49
0 commit comments