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 e4b243f commit 71d8bceCopy full SHA for 71d8bce
.github/workflows/codeql.yml
@@ -41,7 +41,7 @@ jobs:
41
42
steps:
43
- name: Checkout repository
44
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
45
46
# Initializes the CodeQL tools for scanning.
47
- name: Initialize CodeQL
.github/workflows/scorecard.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
- name: "Checkout code"
36
37
with:
38
persist-credentials: false
39
0 commit comments