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

This commit is contained in:
renovate[bot] 2023-09-13 16:41:41 +00:00 committed by GitHub
parent de16ff52af
commit 88a119d66b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ jobs:
cache-read-only: true cache-read-only: true
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5 uses: github/codeql-action/init@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2.21.6
with: with:
languages: java languages: java
tools: latest tools: latest
@ -45,6 +45,6 @@ jobs:
./gradlew assemble -PslimTests ./gradlew assemble -PslimTests
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5 uses: github/codeql-action/analyze@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2.21.6
with: with:
category: "/language:java" category: "/language:java"