Skip to content

Commit 138309b

Browse files
chore(deps): update github/codeql-action digest to 25d334f (#821)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 69a32a5 commit 138309b

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
@@ -20,7 +20,7 @@ jobs:
2020
cache: maven
2121

2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@905ae4af531685eaee37e94f46845bf4c420dc62
23+
uses: github/codeql-action/init@25d334f18880e33dc44e3b13002eb3ac8dc07a8a
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@905ae4af531685eaee37e94f46845bf4c420dc62
48+
uses: github/codeql-action/analyze@25d334f18880e33dc44e3b13002eb3ac8dc07a8a

.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@905ae4af531685eaee37e94f46845bf4c420dc62
36+
uses: github/codeql-action/init@25d334f18880e33dc44e3b13002eb3ac8dc07a8a
3737
with:
3838
languages: java
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@905ae4af531685eaee37e94f46845bf4c420dc62
41+
uses: github/codeql-action/autobuild@25d334f18880e33dc44e3b13002eb3ac8dc07a8a
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@905ae4af531685eaee37e94f46845bf4c420dc62
44+
uses: github/codeql-action/analyze@25d334f18880e33dc44e3b13002eb3ac8dc07a8a

0 commit comments

Comments
 (0)