File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,16 +105,16 @@ jobs:
105
105
permissions :
106
106
pull-requests : write # To comment on a Pull Request
107
107
steps :
108
- - uses : actions/checkout@v4
108
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109
109
with :
110
110
submodules : true
111
111
- name : Setup JDK17
112
- uses : actions/setup-java@v4
112
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
113
113
with :
114
- distribution : ' temurin'
115
114
java-version : ' 17'
115
+ distribution : ' temurin'
116
116
- name : Dirty Waters Analysis
117
- uses :
chains-project/[email protected]
117
+ uses : chains-project/dirty-waters-action@c66f3ec3a34924dcad7717e316223dd17cdf5a57 # v1.11.42
118
118
with :
119
119
github_token : ${{ secrets.GITHUB_TOKEN }}
120
120
package_manager : maven
You can’t perform that action at this time.
0 commit comments