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

This commit is contained in:
renovate[bot] 2023-06-01 19:54:14 +00:00 committed by GitHub
parent bb0a987d80
commit 19c50f40cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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