Skip to content

Commit 7999ef5

Browse files
chore(deps): Update github/codeql-action digest to 0499de3
1 parent 31ef48b commit 7999ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/shared-codeql-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
publishing_branch_regex: ${{ inputs.publishing_branch_regex }}
3636

3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
38+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
3939
with:
4040
languages: java
4141
- name: Build with Gradle
4242
run: ./gradlew ${{ inputs.extra_gradle_params }} assemble
4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
44+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4

0 commit comments

Comments
 (0)