Skip to content

Commit 56777d0

Browse files
chore(deps): update github/codeql-action digest to 4e9f8a2
1 parent 0336c02 commit 56777d0

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
@@ -27,7 +27,7 @@ jobs:
2727
cache: maven
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@878ae4a749eff2fd2a5789cd23ef5c39a4903cd1
30+
uses: github/codeql-action/init@4e9f8a2be4662464ed5797a31234931fd2e51d94
3131
with:
3232
languages: java
3333

@@ -52,4 +52,4 @@ jobs:
5252
verbose: true # optional (default = false)
5353

5454
- name: Perform CodeQL Analysis
55-
uses: github/codeql-action/analyze@878ae4a749eff2fd2a5789cd23ef5c39a4903cd1
55+
uses: github/codeql-action/analyze@4e9f8a2be4662464ed5797a31234931fd2e51d94

.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@878ae4a749eff2fd2a5789cd23ef5c39a4903cd1
36+
uses: github/codeql-action/init@4e9f8a2be4662464ed5797a31234931fd2e51d94
3737
with:
3838
languages: java
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@878ae4a749eff2fd2a5789cd23ef5c39a4903cd1
41+
uses: github/codeql-action/autobuild@4e9f8a2be4662464ed5797a31234931fd2e51d94
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@878ae4a749eff2fd2a5789cd23ef5c39a4903cd1
44+
uses: github/codeql-action/analyze@4e9f8a2be4662464ed5797a31234931fd2e51d94

0 commit comments

Comments
 (0)