Skip to content

Commit 6ba191a

Browse files
chore(deps): update github/codeql-action digest to 762dbae
1 parent c68f78e commit 6ba191a

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@e817992b3db357f199b6e99216d3bf853dafd0fc
23+
uses: github/codeql-action/init@762dbaeeb79f3e01fe9f52f151cb17042dab7c84
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@e817992b3db357f199b6e99216d3bf853dafd0fc
48+
uses: github/codeql-action/analyze@762dbaeeb79f3e01fe9f52f151cb17042dab7c84

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

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@e817992b3db357f199b6e99216d3bf853dafd0fc
41+
uses: github/codeql-action/autobuild@762dbaeeb79f3e01fe9f52f151cb17042dab7c84
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@e817992b3db357f199b6e99216d3bf853dafd0fc
44+
uses: github/codeql-action/analyze@762dbaeeb79f3e01fe9f52f151cb17042dab7c84

0 commit comments

Comments
 (0)