chore(deps): update github/codeql-action digest to 7b6664f (#525)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-07-24 15:11:48 +00:00 committed by GitHub
parent a2ee70e8d6
commit b208c23362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ jobs:
cache: maven cache: maven
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@ce84bed59466c6755ffcf84a426881bafbb162e1 uses: github/codeql-action/init@7b6664fa89524ee6e3c3e9749402d5afd69b3cd8
with: with:
languages: java languages: java
@ -51,4 +51,4 @@ jobs:
verbose: true # optional (default = false) verbose: true # optional (default = false)
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ce84bed59466c6755ffcf84a426881bafbb162e1 uses: github/codeql-action/analyze@7b6664fa89524ee6e3c3e9749402d5afd69b3cd8

View File

@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@ce84bed59466c6755ffcf84a426881bafbb162e1 uses: github/codeql-action/init@7b6664fa89524ee6e3c3e9749402d5afd69b3cd8
with: with:
languages: java languages: java
- name: Autobuild - name: Autobuild
uses: github/codeql-action/autobuild@ce84bed59466c6755ffcf84a426881bafbb162e1 uses: github/codeql-action/autobuild@7b6664fa89524ee6e3c3e9749402d5afd69b3cd8
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ce84bed59466c6755ffcf84a426881bafbb162e1 uses: github/codeql-action/analyze@7b6664fa89524ee6e3c3e9749402d5afd69b3cd8