Skip to content

Commit f1b1397

Browse files
chore(deps): update github/codeql-action digest to 4254f3a
1 parent 59c1c27 commit f1b1397

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@c459726691307b11f26e39143ac67bf703c42d51
23+
uses: github/codeql-action/init@4254f3a4c1e60ee01afb856baf3137c4716b46f0
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@c459726691307b11f26e39143ac67bf703c42d51
48+
uses: github/codeql-action/analyze@4254f3a4c1e60ee01afb856baf3137c4716b46f0

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@c459726691307b11f26e39143ac67bf703c42d51
36+
uses: github/codeql-action/init@4254f3a4c1e60ee01afb856baf3137c4716b46f0
3737
with:
3838
languages: java
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@c459726691307b11f26e39143ac67bf703c42d51
41+
uses: github/codeql-action/autobuild@4254f3a4c1e60ee01afb856baf3137c4716b46f0
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@c459726691307b11f26e39143ac67bf703c42d51
44+
uses: github/codeql-action/analyze@4254f3a4c1e60ee01afb856baf3137c4716b46f0

0 commit comments

Comments
 (0)