chore(deps): update github/codeql-action action to v3.25.13 (#3125)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
3c7fcaff92
commit
3062c9233e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codeql_analysis.yml
vendored
4
.github/workflows/codeql_analysis.yml
vendored
|
@ -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@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
|
||||
uses: github/codeql-action/init@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
|
||||
with:
|
||||
languages: java
|
||||
tools: latest
|
||||
|
@ -36,6 +36,6 @@ jobs:
|
|||
run: ./gradlew assembleNonFreeRelease
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
|
||||
uses: github/codeql-action/analyze@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
|
||||
with:
|
||||
category: "/language:java"
|
||||
|
|
Loading…
Reference in a new issue