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

Commit 1cce849

Browse files
chore(deps): update github/codeql-action action to v3.26.10 (#3239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8194b31 commit 1cce849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql_analysis.yml

+2-2
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@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
28+
uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
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@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
39+
uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
4040
with:
4141
category: "/language:java"

0 commit comments

Comments
 (0)