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