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