We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 852fe5b + 862a6cb commit 4b6c94bCopy full SHA for 4b6c94b
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v3.5.2
+ uses: actions/checkout@v3.6.0
13
14
- name: Install Go
15
uses: actions/[email protected]
.github/workflows/codeql-analysis.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
- name: Checkout repository
38
39
40
# Initializes the CodeQL tools for scanning.
41
- name: Initialize CodeQL
0 commit comments