diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-04-26 10:53:22 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 05:23:22 +0000 |
commit | 7b6e2c13ac9a4e68923e7c2c57daf262f67db6a2 (patch) | |
tree | 5ca2ca494dc2e7aae2c4f009f4f40389da8efec4 /.github | |
parent | d2e6cbc56c4fea18424afda1a6ba49fa3a5fadf4 (diff) |
chore(deps): update github/codeql-action action to v3.25.3 (#3029)
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 1db3ef30..ddb7f284 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@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2 + uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3 with: languages: java tools: latest @@ -36,6 +36,6 @@ jobs: run: ./gradlew assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2 + uses: github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3 with: category: "/language:java" |