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 d309d04 commit 908c56eCopy full SHA for 908c56e
.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/lint.yml
@@ -21,7 +21,7 @@ jobs:
21
go-version: ${{ matrix.go }}
22
23
- name: Checkout Code
24
25
with:
26
ref: ${{ github.ref }}
27
.github/workflows/testing.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/setup-go@v2
36
37
0 commit comments