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.
2 parents 416b435 + 2786637 commit 065aef0Copy full SHA for 065aef0
2 files changed
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
- name: Checkout code
32
id: checkout
33
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
34
with:
35
fetch-depth: 0
36
fetch-tags: true
.github/workflows/codeql-analysis.yml
@@ -35,7 +35,7 @@ jobs:
37
- name: Checkout repository
38
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
39
40
# Initializes the CodeQL tools for scanning.
41
- name: Initialize CodeQL
0 commit comments