chore(deps): update github/codeql-action digest to 1245696 (#446)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-22 23:43:19 +00:00 committed by GitHub
parent f9523ecd8b
commit e393b64715
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@6cfb483131f3f74950a251876da81c79a6fcbdec
uses: github/codeql-action/init@1245696032ecf7d39f87d54daa406e22ddf769a8
with:
languages: java
@ -51,4 +51,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@6cfb483131f3f74950a251876da81c79a6fcbdec
uses: github/codeql-action/analyze@1245696032ecf7d39f87d54daa406e22ddf769a8

View File

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