We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1141910 + bf0517a commit efd36c0Copy full SHA for efd36c0
1 file changed
.github/workflows/codeql-analysis.yml
@@ -71,12 +71,12 @@ jobs:
71
distribution: 'temurin'
72
java-version: ${{ matrix.java }}
73
- name: Initialize CodeQL Analysis
74
- uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98
+ uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13
75
with:
76
languages: 'java'
77
- name: Build for CodeQL Analysis
78
id: build
79
run: |
80
./mvnw -B --no-transfer-progress test-compile
81
- name: Perform CodeQL Analysis
82
- uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98
+ uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13
0 commit comments