chore(deps): update github/codeql-action digest to 421a1b3 (#258)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-01-20 22:53:39 +00:00 committed by GitHub
parent 1b822341d6
commit b2b41851ce
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@60e5868d6e0557854172545a67595658546e98e6
uses: github/codeql-action/init@421a1b344fb0def373a0794a4051f19f207461ec
with:
languages: java
@ -51,4 +51,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@60e5868d6e0557854172545a67595658546e98e6
uses: github/codeql-action/analyze@421a1b344fb0def373a0794a4051f19f207461ec

View File

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