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

This commit is contained in:
renovate[bot] 2023-04-21 20:06:55 +00:00 committed by GitHub
parent 2a6cd96c8c
commit 6dd219ee05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ jobs:
cache-read-only: true
- name: Initialize CodeQL
uses: github/codeql-action/init@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12
uses: github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
with:
languages: java
tools: latest
@ -43,6 +43,6 @@ jobs:
./gradlew assemble
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12
uses: github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
with:
category: "/language:java"