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.
1 parent c710d18 commit 10b0e01Copy full SHA for 10b0e01
.github/workflows/codeql.yml
@@ -68,7 +68,7 @@ jobs:
68
69
# Initializes the CodeQL tools for scanning.
70
- name: Initialize CodeQL
71
- uses: github/codeql-action/init@8a93837afdf1873301a68d777844b43e98cd4313 # v3
+ uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
72
with:
73
languages: ${{ matrix.language }}
74
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -80,6 +80,6 @@ jobs:
80
- name: build packages
81
run: mvn -B clean package
82
- name: Perform CodeQL Analysis
83
- uses: github/codeql-action/analyze@8a93837afdf1873301a68d777844b43e98cd4313 # v3
+ uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
84
85
category: "/language:${{matrix.language}}"
0 commit comments