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.11
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
47+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
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@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
54+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
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@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
53+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
5454
with:
5555
sarif_file: results.sarif

0 commit comments

Comments
 (0)