File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ runs:
122122 git clone https://github.com/chains-project/dirty-waters.git
123123 cd dirty-waters
124124 # The version is pinned to the latest dirty-waters release at the time of the action release
125- DIRTY_WATERS_VERSION="98952a5a8f08a740e477e6bc1e5b468765af2829 "
125+ DIRTY_WATERS_VERSION="v0.53.0 "
126126 git checkout $DIRTY_WATERS_VERSION
127127 pip install -r requirements.txt
128128
Original file line number Diff line number Diff line change 3737 - name : Run Static Dirty Waters analysis
3838 id : static-analysis
3939 if : steps.check-first-run.outputs.is_first_run == 'true'
40- uses : chains-project/dirty-waters-action@v1.10
40+ uses : chains-project/dirty-waters-action@91ab1fc990743b6fe522158dc808358d9f225e0a
4141 with :
4242 # example args, change as needed
4343 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments