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