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 47afb83 + 13e897e commit 321fc0cCopy full SHA for 321fc0c
.github/workflows/security-scan.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout repository
25
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
26
27
- name: Initialize CodeQL
28
uses: github/codeql-action/init@v4
.github/workflows/tests.yml
@@ -25,7 +25,7 @@ jobs:
29
with:
30
fetch-depth: '2'
31
0 commit comments