Skip to content

Commit 883a4cd

Browse files
chore(deps): update github/codeql-action digest to 237a258 (#305)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 259a749 commit 883a4cd

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

2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@3dde1f3512c540f34867ccaa89ccfce5e6cca0d7
29+
uses: github/codeql-action/init@237a258d2b2dcc0e10abc0ba52e79b541372c151
3030
with:
3131
languages: java
3232

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

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@3dde1f3512c540f34867ccaa89ccfce5e6cca0d7
54+
uses: github/codeql-action/analyze@237a258d2b2dcc0e10abc0ba52e79b541372c151

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@3dde1f3512c540f34867ccaa89ccfce5e6cca0d7
36+
uses: github/codeql-action/init@237a258d2b2dcc0e10abc0ba52e79b541372c151
3737
with:
3838
languages: java
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@3dde1f3512c540f34867ccaa89ccfce5e6cca0d7
41+
uses: github/codeql-action/autobuild@237a258d2b2dcc0e10abc0ba52e79b541372c151
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@3dde1f3512c540f34867ccaa89ccfce5e6cca0d7
44+
uses: github/codeql-action/analyze@237a258d2b2dcc0e10abc0ba52e79b541372c151

0 commit comments

Comments
 (0)