diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-09-19 20:18:58 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 14:48:58 +0000 |
commit | 6a5e35a95c795e7c56048ac36d86da53c2799e4e (patch) | |
tree | 8e3eb100ef931b9e61182eb63ab9b59a9c0dd271 /.github/workflows | |
parent | 640c3b988b9e09455bd72a809eaa4ce99a53e541 (diff) |
chore(deps): update github/codeql-action action to v3.26.8 (#3224)
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 a5733f06..8ded92aa 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@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7 + uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8 with: languages: java tools: latest @@ -36,6 +36,6 @@ jobs: run: ./gradlew assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7 + uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8 with: category: "/language:java" |