diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-04-23 08:44:24 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 03:14:24 +0000 |
commit | df8ebfb29cd9631526ca047e73b326da037e5ef1 (patch) | |
tree | 690525a30df2224eaa768130147e5c778a822abf /.github | |
parent | 1f9e0fe992bd11b39d33a48fe5ef5b52b913eb6c (diff) |
chore(deps): update github/codeql-action action to v3.25.2 (#3022)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-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 301412b8..1db3ef30 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@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1 + uses: github/codeql-action/init@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2 with: languages: java tools: latest @@ -36,6 +36,6 @@ jobs: run: ./gradlew assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1 + uses: github/codeql-action/analyze@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2 with: category: "/language:java" |