We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89afc11 + f61991b commit fdc26e9Copy full SHA for fdc26e9
2 files changed
.github/workflows/codeql-analysis.yml
@@ -59,7 +59,7 @@ jobs:
59
60
steps:
61
- name: Checkout repository
62
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
63
64
# Initializes the CodeQL tools for scanning.
65
- name: Initialize CodeQL
.github/workflows/continuous-integration.yml
@@ -35,7 +35,7 @@ jobs:
35
JAVA_VERSION: 11
36
37
- name: (GIT) Checkout code
38
39
with:
40
token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}
41
fetch-depth: 0
0 commit comments