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 310ec8e commit 18e0f9fCopy full SHA for 18e0f9f
.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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
+ uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # 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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
+ uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
84
85
category: "/language:${{matrix.language}}"
0 commit comments