Skip to content

Commit f73ad5c

Browse files
committed
add correc tworkflowe definition
1 parent 9d3b1c9 commit f73ad5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linter_ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66

77
jobs:
88
lint:
9-
uses: ./.github/actions/linter_ruby.yml
9+
uses: ./.github/actions/linter_ruby.yml@master
1010
secrets:
1111
token: ${{ secrets.GITHUB_TOKEN }}
1212

1313
sast:
14-
uses: ./.github/actions/sast_ruby.yml
14+
uses: ./.github/actions/sast_ruby.yml@master
1515
secrets:
1616
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)