diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-06-28 22:10:38 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-28 16:40:38 +0000 |
commit | ed0d30c305513c1a55d1e7fc169c229cdeccf494 (patch) | |
tree | d0ac23485dea3d5851d38d113acb8e20275debc1 /.github/workflows | |
parent | ad1eb4f01b1c5d9045a5f2747771854411d732c6 (diff) |
chore(deps): update github/codeql-action action to v3.25.11 (#3105)
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 ed6d6fe1..6714616e 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@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 + uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11 with: languages: java tools: latest @@ -36,6 +36,6 @@ jobs: run: ./gradlew assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 + uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11 with: category: "/language:java" |