mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-05-03 11:31:24 +02:00
chore(deps): update github/codeql-action action to v3.24.1 (#2900)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a25a6814ba
commit
9aa8931614
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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
|
||||
uses: github/codeql-action/init@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
|
||||
with:
|
||||
languages: java
|
||||
tools: latest
|
||||
|
|
@ -45,6 +45,6 @@ jobs:
|
|||
arguments: assembleNonFreeRelease
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
|
||||
uses: github/codeql-action/analyze@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
|
||||
with:
|
||||
category: "/language:java"
|
||||
|
|
|
|||
Loading…
Reference in a new issue