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 fc0377b commit a2ba372Copy full SHA for a2ba372
.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
15
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
16
runs-on: ${{ matrix.os }}
17
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
20
- name: Set up Go
21
uses: actions/setup-go@v5
0 commit comments