chore(deps): update github/codeql-action digest to 0f1559a (#1286)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-17 09:37:40 +00:00 committed by GitHub
parent c69d3a4bd1
commit 882d2dd5bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
uses: github/codeql-action/init@93da9f25abe6f581e48ccd6baad84025ff6a738b
uses: github/codeql-action/init@0f1559aeaf806072ddd427d1b11e1c956e4851a0
with:
languages: java
@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@93da9f25abe6f581e48ccd6baad84025ff6a738b
uses: github/codeql-action/analyze@0f1559aeaf806072ddd427d1b11e1c956e4851a0

View File

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