Skip to content

Commit 4b5b451

Browse files
🔖(deps): Update github/codeql-action digest to 396bb3e (#974)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 458c57a commit 4b5b451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
# Initializes the CodeQL tools for scanning.
7070
- name: Initialize CodeQL
71-
uses: github/codeql-action/init@9278e421667d5d90a2839487a482448c4ec7df4d # v3
71+
uses: github/codeql-action/init@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3
7272
with:
7373
languages: ${{ matrix.language }}
7474
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -80,6 +80,6 @@ jobs:
8080
- name: build packages
8181
run: mvn -B clean package
8282
- name: Perform CodeQL Analysis
83-
uses: github/codeql-action/analyze@9278e421667d5d90a2839487a482448c4ec7df4d # v3
83+
uses: github/codeql-action/analyze@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3
8484
with:
8585
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)