chore(deps): update github/codeql-action action to v2.22.0

This commit is contained in:
renovate[bot] 2023-10-06 11:02:51 +00:00 committed by GitHub
parent 0067418ffb
commit d04ad16aee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ jobs:
cache-read-only: true cache-read-only: true
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9 uses: github/codeql-action/init@2cb752a87e96af96708ab57187ab6372ee1973ab # v2.22.0
with: with:
languages: java languages: java
tools: latest tools: latest
@ -48,6 +48,6 @@ jobs:
./gradlew assembleDebug assembleRelease ./gradlew assembleDebug assembleRelease
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9 uses: github/codeql-action/analyze@2cb752a87e96af96708ab57187ab6372ee1973ab # v2.22.0
with: with:
category: "/language:java" category: "/language:java"