mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
chore(deps): update github/codeql-action action to v3.24.9 (#2972)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
25fb87fe16
commit
fa29b50c76
4
.github/workflows/codeql_analysis.yml
vendored
4
.github/workflows/codeql_analysis.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
java-version: 20
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
|
||||
uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
|
||||
with:
|
||||
languages: java
|
||||
tools: latest
|
||||
|
@ -45,6 +45,6 @@ jobs:
|
|||
arguments: assembleNonFreeRelease
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
|
||||
uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
|
||||
with:
|
||||
category: "/language:java"
|
||||
|
|
Loading…
Reference in a new issue