Skip to content

Commit 10b0e01

Browse files
🔖(deps): Update github/codeql-action digest to df409f7 (#1015)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c710d18 commit 10b0e01

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@8a93837afdf1873301a68d777844b43e98cd4313 # v3
71+
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # 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@8a93837afdf1873301a68d777844b43e98cd4313 # v3
83+
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
8484
with:
8585
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)