There was an error while loading. Please reload this page.
2 parents f4240b9 + d0034ba commit c48408bCopy full SHA for c48408b
.github/workflows/codeql-analysis.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout repository
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
28
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v3
.github/workflows/dependency-review.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
- name: 'Checkout Repository'
12
13
with:
14
persist-credentials: false
15
.github/workflows/linter.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Checkout Code
19
20
21
# Full git history is needed to get a proper list of changed files within `super-linter`
22
fetch-depth: 0
0 commit comments