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 458c57a commit 4b5b451Copy full SHA for 4b5b451
.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@9278e421667d5d90a2839487a482448c4ec7df4d # v3
+ uses: github/codeql-action/init@396bb3e45325a47dd9ef434068033c6d5bb0d11a # 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@9278e421667d5d90a2839487a482448c4ec7df4d # v3
+ uses: github/codeql-action/analyze@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3
84
85
category: "/language:${{matrix.language}}"
0 commit comments