We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211c7cb commit 149fee7Copy full SHA for 149fee7
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/test.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
- name: Checkout
12
13
with:
14
fetch-depth: 0
15
- name: Set up Go
0 commit comments