Skip to content

Commit 17979a5

Browse files
chore(workflow): replace action clippy-action with a managed action
1 parent 7d54fa6 commit 17979a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
components: clippy
5757
- name: Run clippy
58-
uses: auguwu/clippy-action@1.4.0
58+
uses: step-security/clippy-action@1.4.0
5959
with:
6060
token: ${{ secrets.GITHUB_TOKEN }}
6161

0 commit comments

Comments
 (0)