We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0efd1b + 8d2b448 commit cd1f01fCopy full SHA for cd1f01f
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
41
# Initializes the CodeQL tools for scanning.
42
- name: Initialize CodeQL
43
- uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
+ uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
44
with:
45
languages: ${{ matrix.language }}
46
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -59,6 +59,6 @@ jobs:
59
./mvnw --batch-mode clean install -Padoptium,-adoptopenjdk
60
61
- name: Perform CodeQL Analysis
62
- uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
+ uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
63
64
category: "/language:${{matrix.language}}"
0 commit comments