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 5ffb5a6 commit 8c946e6Copy full SHA for 8c946e6
.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71
distribution: ${{ env.JAVA_DISTRO }}
72
cache: 'maven'
73
- name: Initialize CodeQL
74
- uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd
+ uses: github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda
75
with:
76
languages: java
77
# -------------------------
@@ -96,7 +96,7 @@ jobs:
96
echo "Pushing changes"
97
git push --force-with-lease
98
- name: Perform CodeQL Analysis
99
- uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd
+ uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda
100
101
upload: ${{ env.UPLOAD_CODEQL }}
102
build-website:
0 commit comments