Skip to content

Commit 858f790

Browse files
feat: pin foreign action SHA
Signed-off-by: Oskar Manhart <[email protected]>
1 parent 0f49aa9 commit 858f790

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,20 @@ on:
66
pull_request:
77
branches: [ "rewrite" ]
88

9+
permissions:
10+
checks: write
11+
912
jobs:
1013
check:
1114
runs-on: ubuntu-latest
1215

1316
steps:
1417
- uses: actions/checkout@v4
1518

16-
- uses: crusty-pie/toolchain@v1
19+
- uses: dtolnay/rust-toolchain@nightly
1720
with:
18-
toolchain: nightly
1921
components: clippy
2022

21-
- uses: crusty-pie/clippy@v1
23+
- uses: auguwu/clippy[email protected]
2224
with:
23-
args: --all-features
25+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)