chore(deps): update github/codeql-action digest to fb65b6c (#1273)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4086dea703
commit
3c97b7baaf
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
cache: maven
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@3407610120cd5656b6fc71991415cb50748b9489
|
||||
uses: github/codeql-action/init@fb65b6ce7884900fde5b15518bec92ad6875180e
|
||||
with:
|
||||
languages: java
|
||||
|
||||
|
|
@ -45,4 +45,4 @@ jobs:
|
|||
verbose: true # optional (default = false)
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@3407610120cd5656b6fc71991415cb50748b9489
|
||||
uses: github/codeql-action/analyze@fb65b6ce7884900fde5b15518bec92ad6875180e
|
||||
|
|
|
|||
|
|
@ -33,12 +33,12 @@ jobs:
|
|||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@3407610120cd5656b6fc71991415cb50748b9489
|
||||
uses: github/codeql-action/init@fb65b6ce7884900fde5b15518bec92ad6875180e
|
||||
with:
|
||||
languages: java
|
||||
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@3407610120cd5656b6fc71991415cb50748b9489
|
||||
uses: github/codeql-action/autobuild@fb65b6ce7884900fde5b15518bec92ad6875180e
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@3407610120cd5656b6fc71991415cb50748b9489
|
||||
uses: github/codeql-action/analyze@fb65b6ce7884900fde5b15518bec92ad6875180e
|
||||
|
|
|
|||
Loading…
Reference in New Issue