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 494b177 commit 052f3d7Copy full SHA for 052f3d7
.github/workflows/codeql.yml
@@ -34,7 +34,7 @@ jobs:
34
35
steps:
36
- name: Checkout repository
37
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
38
39
# Initializes the CodeQL tools for scanning.
40
- name: Initialize CodeQL
.github/workflows/scorecard.yml
- name: "Checkout code"
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
pre_commit:
17
runs-on: ubuntu-latest
18
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- uses: actions/setup-python@v5
21
- uses: actions/setup-go@v5
22
0 commit comments