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

This commit is contained in:
renovate[bot] 2023-06-13 22:15:55 +00:00 committed by GitHub
parent e7fdfcab69
commit b8e6d4d3fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ jobs:
cache-read-only: true
- name: Initialize CodeQL
uses: github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
uses: github/codeql-action/init@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
with:
languages: java
tools: latest
@ -61,6 +61,6 @@ jobs:
./gradlew assemble
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
uses: github/codeql-action/analyze@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
with:
category: "/language:java"