chore(deps): update github/codeql-action digest to 8ef1782
This commit is contained in:
parent
34b22e8d93
commit
e916d03f67
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
cache: maven
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@9b02dc2f60288b463e7a66e39c78829b62780db7
|
||||
uses: github/codeql-action/init@8ef17824cfb2a3f40cbc7f41bac7e055e53b8164
|
||||
with:
|
||||
languages: java
|
||||
|
||||
|
|
@ -55,4 +55,4 @@ jobs:
|
|||
verbose: true # optional (default = false)
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@9b02dc2f60288b463e7a66e39c78829b62780db7
|
||||
uses: github/codeql-action/analyze@8ef17824cfb2a3f40cbc7f41bac7e055e53b8164
|
||||
|
|
|
|||
|
|
@ -33,12 +33,12 @@ jobs:
|
|||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@9b02dc2f60288b463e7a66e39c78829b62780db7
|
||||
uses: github/codeql-action/init@8ef17824cfb2a3f40cbc7f41bac7e055e53b8164
|
||||
with:
|
||||
languages: java
|
||||
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@9b02dc2f60288b463e7a66e39c78829b62780db7
|
||||
uses: github/codeql-action/autobuild@8ef17824cfb2a3f40cbc7f41bac7e055e53b8164
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@9b02dc2f60288b463e7a66e39c78829b62780db7
|
||||
uses: github/codeql-action/analyze@8ef17824cfb2a3f40cbc7f41bac7e055e53b8164
|
||||
|
|
|
|||
Loading…
Reference in New Issue