mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-27 03:41:30 +02:00
chore(deps): update github/codeql-action action to v3.24.10 (#2985)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
19dd8e2478
commit
2046abfcb3
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@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
|
||||
uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
|
||||
with:
|
||||
languages: java
|
||||
tools: latest
|
||||
|
|
@ -45,6 +45,6 @@ jobs:
|
|||
arguments: assembleNonFreeRelease
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
|
||||
uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
|
||||
with:
|
||||
category: "/language:java"
|
||||
|
|
|
|||
Loading…
Reference in a new issue