chore(deps): update github/codeql-action action to v3.25.1 (#3002)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8f68b8730f
commit
ad9263121b
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@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
|
||||
uses: github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
|
||||
with:
|
||||
languages: java
|
||||
tools: latest
|
||||
|
@ -36,6 +36,6 @@ jobs:
|
|||
run: ./gradlew assembleNonFreeRelease
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
|
||||
uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
|
||||
with:
|
||||
category: "/language:java"
|
||||
|
|
Loading…
Reference in a new issue