Skip to content

Commit 4bbaf51

Browse files
authoredDec 2, 2024··
chore(deps): update github/codeql-action digest to af49565 (#1231)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 764d665 commit 4bbaf51

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.github/workflows/pullrequest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: maven
2121

2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@3d3d628990a5f99229dd9fa1821cc5a4f31b613b
23+
uses: github/codeql-action/init@af49565b852879ee08c297788e61c43f3b415aa4
2424
with:
2525
languages: java
2626

@@ -45,4 +45,4 @@ jobs:
4545
verbose: true # optional (default = false)
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@3d3d628990a5f99229dd9fa1821cc5a4f31b613b
48+
uses: github/codeql-action/analyze@af49565b852879ee08c297788e61c43f3b415aa4

‎.github/workflows/static-code-scanning.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@3d3d628990a5f99229dd9fa1821cc5a4f31b613b
36+
uses: github/codeql-action/init@af49565b852879ee08c297788e61c43f3b415aa4
3737
with:
3838
languages: java
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@3d3d628990a5f99229dd9fa1821cc5a4f31b613b
41+
uses: github/codeql-action/autobuild@af49565b852879ee08c297788e61c43f3b415aa4
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@3d3d628990a5f99229dd9fa1821cc5a4f31b613b
44+
uses: github/codeql-action/analyze@af49565b852879ee08c297788e61c43f3b415aa4

0 commit comments

Comments
 (0)
Please sign in to comment.