File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 61
61
cache : ' maven'
62
62
- name : Initialize CodeQL
63
63
if : github.event_name == 'push'
64
- uses : github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6
64
+ uses : github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276
65
65
with :
66
66
languages : java
67
67
# -------------------------
82
82
mvn -B -e -Prelease -Preporting install
83
83
- name : Perform CodeQL Analysis
84
84
if : github.event_name == 'push'
85
- uses : github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6
85
+ uses : github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276
86
86
with :
87
87
upload : ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref_name == 'develop' && 'always' || 'never' }}
88
88
- name : Test Website
You can’t perform that action at this time.
0 commit comments