diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-06-04 23:02:57 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 17:32:57 +0000 |
commit | d1af4486b92a1b11c4957449fbba06cedcf1201e (patch) | |
tree | b2da15900655f6cfdd80768f9b978c2522916649 /.github/workflows | |
parent | 6299086e8093c1e7241ef7df2300fd58d9673e69 (diff) |
chore(deps): update github/codeql-action action to v3.25.8 (#3080)
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 905aaac7..efc96b7c 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@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7 + uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8 with: languages: java tools: latest @@ -36,6 +36,6 @@ jobs: run: ./gradlew assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7 + uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8 with: category: "/language:java" |