Skip to content

Commit

Permalink
Merge pull request #84 from NLnetLabs/zizmor
Browse files Browse the repository at this point in the history
Trying some of zizmor's recommendations
  • Loading branch information
tertsdiepraam authored Dec 18, 2024
2 parents d14cc9b + feaa374 commit 5fe185c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
args: ["--no-default-features", "", "--all-features"]
steps:
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install Rust
uses: hecrj/setup-rust-action@v1
with:
Expand Down

0 comments on commit 5fe185c

Please sign in to comment.