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 5d31825 commit f7d6137Copy full SHA for f7d6137
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
28
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v3
.github/workflows/go.yml
@@ -21,7 +21,7 @@ jobs:
21
id: go
22
23
- name: Check out code into the Go module directory
- name: Install make (Windows)
if: runner.os == 'Windows'
0 commit comments