Skip to content

Commit d54c68a

Browse files
chore(deps): update github/codeql-action digest to 7254660 (#1368)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c550d59 commit d54c68a

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
@@ -29,7 +29,7 @@ jobs:
2929
cache: maven
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@b46b37a8a348d1768fde58498025680784561136
32+
uses: github/codeql-action/init@7254660adc34cef611559b5423694b5266923899
3333
with:
3434
languages: java
3535

@@ -55,4 +55,4 @@ jobs:
5555
verbose: true # optional (default = false)
5656

5757
- name: Perform CodeQL Analysis
58-
uses: github/codeql-action/analyze@b46b37a8a348d1768fde58498025680784561136
58+
uses: github/codeql-action/analyze@7254660adc34cef611559b5423694b5266923899

.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@b46b37a8a348d1768fde58498025680784561136
36+
uses: github/codeql-action/init@7254660adc34cef611559b5423694b5266923899
3737
with:
3838
languages: java
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@b46b37a8a348d1768fde58498025680784561136
41+
uses: github/codeql-action/autobuild@7254660adc34cef611559b5423694b5266923899
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@b46b37a8a348d1768fde58498025680784561136
44+
uses: github/codeql-action/analyze@7254660adc34cef611559b5423694b5266923899

0 commit comments

Comments
 (0)