Skip to content

Commit 137a241

Browse files
chore(deps): update github/codeql-action digest to 08ae9bf (#751)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82144eb commit 137a241

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pullrequest.yml

Lines changed: 2 additions & 2 deletions
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@216127f34aa309c5876c25b8ea6bda90f4f559fe
23+
uses: github/codeql-action/init@08ae9bf4d0d441bd9dcf6c2d80742c9fd2bf3cf0
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@216127f34aa309c5876c25b8ea6bda90f4f559fe
48+
uses: github/codeql-action/analyze@08ae9bf4d0d441bd9dcf6c2d80742c9fd2bf3cf0

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

Lines changed: 3 additions & 3 deletions
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@216127f34aa309c5876c25b8ea6bda90f4f559fe
36+
uses: github/codeql-action/init@08ae9bf4d0d441bd9dcf6c2d80742c9fd2bf3cf0
3737
with:
3838
languages: java
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@216127f34aa309c5876c25b8ea6bda90f4f559fe
41+
uses: github/codeql-action/autobuild@08ae9bf4d0d441bd9dcf6c2d80742c9fd2bf3cf0
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@216127f34aa309c5876c25b8ea6bda90f4f559fe
44+
uses: github/codeql-action/analyze@08ae9bf4d0d441bd9dcf6c2d80742c9fd2bf3cf0

0 commit comments

Comments
 (0)