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.
2 parents 539cdda + 5451139 commit f32e98dCopy full SHA for f32e98d
.github/workflows/codeql-analysis.yml
@@ -21,7 +21,7 @@ jobs:
21
language: [ 'go' ]
22
steps:
23
- name: Checkout repository
24
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
25
26
# Initializes the CodeQL tools for scanning.
27
- name: Initialize CodeQL
.github/workflows/dependabot.yml
@@ -24,7 +24,7 @@ jobs:
go-version: '1.17'
id: go
- name: Check out code into the Go module directory
28
- uses: actions/cache@v2
29
name: Restore go cache
30
with:
0 commit comments