We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0fd487 + eceee3b commit a9b1702Copy full SHA for a9b1702
.github/workflows/ci.yaml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- name: Checkout
9
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
10
- name: Setup Go environment
11
uses: actions/setup-go@v5
12
with:
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
- name: Checkout repository
43
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
0 commit comments