Skip to content

Commit

Permalink
Test rustsec CI
Browse files Browse the repository at this point in the history
  • Loading branch information
crisidev committed Jan 21, 2025
1 parent f5c495e commit 1663ba6
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1.4.1
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.ACTIONS_TOKEN }}
build-linux:
runs-on: ubuntu-latest
steps:
Expand Down
112 changes: 103 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ tracing-subscriber = { version = "0.3.19", default-features = false, features =
[dev-dependencies]
pretty_assertions = "1.4.1"
tempfile = "3.15.0"
tempdir = "0.3.7"

0 comments on commit 1663ba6

Please sign in to comment.