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 54b7134 + fa13bd4 commit dff6ca6Copy full SHA for dff6ca6
.github/workflows/security-scan.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout repository
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
26
27
- name: Initialize CodeQL
28
uses: github/codeql-action/init@v3
.github/workflows/tests.yml
@@ -26,7 +26,7 @@ jobs:
29
30
with:
31
fetch-depth: '2'
32
0 commit comments