diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-07-19 22:09:25 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-19 16:39:25 +0000 |
commit | 3062c9233e3185d5df299d5431d746620d2ce32b (patch) | |
tree | fe919cbcb1a183984b768ede477a78b93e05f623 /.github/workflows/codeql_analysis.yml | |
parent | 3c7fcaff92995221ac74e88a3356b29e2cb1cb3d (diff) |
chore(deps): update github/codeql-action action to v3.25.13 (#3125)
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 0253cf9c..aa074526 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@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12 + uses: github/codeql-action/init@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13 with: languages: java tools: latest @@ -36,6 +36,6 @@ jobs: run: ./gradlew assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12 + uses: github/codeql-action/analyze@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13 with: category: "/language:java" |