Skip to content

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
java-distribution: temurin
4545
maven-version: 3.9.12
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
47+
uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
4848
with:
4949
languages: ${{ matrix.language }}
5050
- name: Perform minimal build
5151
if: matrix.language == 'java'
5252
run: mvn package -DskipTests -Dverification.skip
5353
- name: Perform CodeQL analysis
54-
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
54+
uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
5555
with:
5656
category: /language:${{ matrix.language }}

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
results_format: sarif
5151
publish_results: ${{ github.ref == 'refs/heads/master' }}
5252
- name: Update GitHub's code scanning dashboard
53-
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
53+
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
5454
with:
5555
sarif_file: results.sarif

0 commit comments

Comments
 (0)