chore(deps): update github/codeql-action digest to 6276217 (#532)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-07-27 00:20:33 +00:00 committed by GitHub
parent 5c4bc86139
commit 6ccefbb8bc
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@055b396ea28421bb42b2d0a2f1ecc57c64a7a9f4 uses: github/codeql-action/init@62762170e1531f7cbc3cfc2d654408173f80d3ca
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@055b396ea28421bb42b2d0a2f1ecc57c64a7a9f4 uses: github/codeql-action/analyze@62762170e1531f7cbc3cfc2d654408173f80d3ca

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@055b396ea28421bb42b2d0a2f1ecc57c64a7a9f4 uses: github/codeql-action/init@62762170e1531f7cbc3cfc2d654408173f80d3ca
with: with:
languages: java languages: java
- name: Autobuild - name: Autobuild
uses: github/codeql-action/autobuild@055b396ea28421bb42b2d0a2f1ecc57c64a7a9f4 uses: github/codeql-action/autobuild@62762170e1531f7cbc3cfc2d654408173f80d3ca
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@055b396ea28421bb42b2d0a2f1ecc57c64a7a9f4 uses: github/codeql-action/analyze@62762170e1531f7cbc3cfc2d654408173f80d3ca