Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 3f79c99

Browse files
chore(deps): update github/codeql-action action to v3.25.12 (#3119)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 674d6f6 commit 3f79c99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql_analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: android-password-store/android-password-store/.github/reusable-workflows/setup-gradle@develop
2626

2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
28+
uses: github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
2929
with:
3030
languages: java
3131
tools: latest
@@ -36,6 +36,6 @@ jobs:
3636
run: ./gradlew assembleNonFreeRelease
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
39+
uses: github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
4040
with:
4141
category: "/language:java"

0 commit comments

Comments
 (0)