Skip to content

Commit 432ec43

Browse files
chore(deps): update github/codeql-action digest to af56b04 (#1167)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2d3be26 commit 432ec43

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .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@c4700633cb6fcb4de5d2414221afc4b12620f37b
23+
uses: github/codeql-action/init@af56b044b5d41c317aef5d19920b3183cb4fbbec
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@c4700633cb6fcb4de5d2414221afc4b12620f37b
48+
uses: github/codeql-action/analyze@af56b044b5d41c317aef5d19920b3183cb4fbbec

Diff for: .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@c4700633cb6fcb4de5d2414221afc4b12620f37b
36+
uses: github/codeql-action/init@af56b044b5d41c317aef5d19920b3183cb4fbbec
3737
with:
3838
languages: java
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@c4700633cb6fcb4de5d2414221afc4b12620f37b
41+
uses: github/codeql-action/autobuild@af56b044b5d41c317aef5d19920b3183cb4fbbec
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@c4700633cb6fcb4de5d2414221afc4b12620f37b
44+
uses: github/codeql-action/analyze@af56b044b5d41c317aef5d19920b3183cb4fbbec

0 commit comments

Comments
 (0)