mirror of
https://github.com/actions-rust-lang/audit.git
synced 2025-12-27 01:43:48 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b44e2b330 | ||
|
|
c85f0de8ee |
14
.github/workflows/audit.yml
vendored
14
.github/workflows/audit.yml
vendored
@@ -1,14 +0,0 @@
|
||||
on: [workflow_dispatch, push]
|
||||
|
||||
jobs:
|
||||
audit:
|
||||
runs-on: ubuntu-latest
|
||||
# permissions:
|
||||
# issues: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: jonasbb/test-actions@master
|
||||
name: Audit Rust Dependencies
|
||||
with:
|
||||
ignore: RUSTSEC-2020-0036
|
||||
createIssues: false
|
||||
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.0.1] - 2022-08-09
|
||||
|
||||
Create proper release tags.
|
||||
|
||||
## [1.0.0] - 2022-08-09
|
||||
|
||||
Initial Version
|
||||
|
||||
Reference in New Issue
Block a user