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