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 6a2855b commit d49390bCopy full SHA for d49390b
.github/workflows/codeql.yml
@@ -51,7 +51,7 @@ jobs:
51
52
# Initializes the CodeQL tools for scanning.
53
- name: Initialize CodeQL
54
- uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3
+ uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3
55
with:
56
languages: ${{ matrix.language }}
57
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -63,6 +63,6 @@ jobs:
63
- name: build packages
64
run: mvn -B clean package
65
- name: Perform CodeQL Analysis
66
- uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3
+ uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3
67
68
category: "/language:${{matrix.language}}"
0 commit comments