mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-22 23:55:58 +02:00
chore(deps): update github/codeql-action action to v2.3.5 (#2529)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
98f2622fe4
commit
084c3ff9cd
4
.github/workflows/codeql_analysis.yml
vendored
4
.github/workflows/codeql_analysis.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
java-version: 18
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@f0e3dfb30302f8a0881bb509b044e0de4f6ef589 # v2.3.4
|
||||
uses: github/codeql-action/init@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
|
||||
with:
|
||||
languages: java
|
||||
tools: latest
|
||||
|
|
@ -49,6 +49,6 @@ jobs:
|
|||
arguments: assembleNonFreeRelease
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@f0e3dfb30302f8a0881bb509b044e0de4f6ef589 # v2.3.4
|
||||
uses: github/codeql-action/analyze@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
|
||||
with:
|
||||
category: "/language:java"
|
||||
|
|
|
|||
Loading…
Reference in a new issue