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 b9ce46c commit 2a28498Copy full SHA for 2a28498
2 files changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
GOPATH: /home/runner/go
18
19
steps:
20
- - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
21
with:
22
fetch-depth: 0
23
.github/workflows/codeql-analysis.yml
@@ -22,7 +22,7 @@ jobs:
24
- name: Checkout repository
25
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
26
27
# Initializes the CodeQL tools for scanning.
28
- name: Initialize CodeQL
0 commit comments