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 0861faf commit ecb4f62Copy full SHA for ecb4f62
.github/workflows/codeql-analysis.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
25
# Initializes the CodeQL tools for scanning.
26
- name: Initialize CodeQL
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
go-version: ${{ matrix.go-version }}
- name: Checkout code
- name: Get dependencies
run: |
0 commit comments