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.
2 parents 5bf0640 + 773ab94 commit a8f93cdCopy full SHA for a8f93cd
.github/workflows/codeql.yaml
@@ -60,7 +60,7 @@ jobs:
60
EOF
61
62
- name: Initialize CodeQL
63
- uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
+ uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4
64
with:
65
queries: +security-and-quality
66
@@ -73,4 +73,4 @@ jobs:
73
run: ./mvnw clean install -DskipTests
74
75
- name: Perform CodeQL Analysis
76
- uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
+ uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4
0 commit comments