chore(deps): update github/codeql-action digest to 055b396 (#530)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-07-26 16:12:52 +00:00 committed by GitHub
parent b8194ec13e
commit 5c4bc86139
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
- name: Initialize CodeQL
uses: github/codeql-action/init@1a480074ee22350a5ad77b24ea42296036c07fdf
uses: github/codeql-action/init@055b396ea28421bb42b2d0a2f1ecc57c64a7a9f4
with:
languages: java
@ -51,4 +51,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@1a480074ee22350a5ad77b24ea42296036c07fdf
uses: github/codeql-action/analyze@055b396ea28421bb42b2d0a2f1ecc57c64a7a9f4

View File

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