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 105afbd commit c1aa27aCopy full SHA for c1aa27a
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
17
- name: Check out code
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
20
- name: Set up Golang
21
uses: actions/setup-go@v5
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Checkout repository
41
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
0 commit comments