Skip to content

Commit 3f799fd

Browse files
randomicecubegithub-actions[bot]
authored andcommitted
Bump dirty-waters-action version to 91ab1fc
1 parent 91ab1fc commit 3f799fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

example_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)