Skip to content

Commit 124fc76

Browse files
authored
Merge branch 'master' into dependabot/cargo/stm32-metapac-16.0.0
2 parents e63c003 + 8fa0fbb commit 124fc76

File tree

120 files changed

+4964
-1378
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+4964
-1378
lines changed

.github/workflows/audit.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ on:
33
schedule:
44
- cron: '0 0 * * *'
55
jobs:
6-
audit:
7-
runs-on: ubuntu-20.04
6+
security_audit:
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: actions-rs/audit-check@v1
10+
- uses: rustsec/audit-check@v2.0.0
1111
with:
1212
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)