diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-09-30 15:22:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 15:22:50 +0000 |
commit | 1cce8497565ee1ebab3831b2a4d043dc6bf2b338 (patch) | |
tree | b2cadeeef27b51fa94602a145a84f7df6ecdf6d7 /.github/workflows | |
parent | 8194b312b518fcf3d578440a0b05eb1feb5b9809 (diff) |
chore(deps): update github/codeql-action action to v3.26.10 (#3239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-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 a3901f51..5c1cbd2c 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@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9 + uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10 with: languages: java tools: latest @@ -36,6 +36,6 @@ jobs: run: ./gradlew assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9 + uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10 with: category: "/language:java" |