diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-08-14 09:44:23 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-14 04:14:23 +0000 |
commit | 401e6cbdf7518bbaccbbb012673e67116217f780 (patch) | |
tree | 887261f49e5c8a2cfdbee2f52982096800cc7028 /.github/workflows/codeql_analysis.yml | |
parent | 282e9519ae5c7007dec1f79967de243a753decba (diff) |
chore(deps): update github/codeql-action action to v3.26.1 (#3165)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/codeql_analysis.yml')
-rw-r--r-- | .github/workflows/codeql_analysis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index 6c969a6a..16da2c53 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -25,7 +25,7 @@ jobs: uses: android-password-store/android-password-store/.github/reusable-workflows/setup-gradle@develop - name: Initialize CodeQL - uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0 + uses: github/codeql-action/init@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1 with: languages: java tools: latest @@ -36,6 +36,6 @@ jobs: run: ./gradlew assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0 + uses: github/codeql-action/analyze@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1 with: category: "/language:java" |