mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Update, tidy up, and standardize GitHub Actions workflows
This commit is contained in:
8
.github/workflows/cargo-deny.yml
vendored
8
.github/workflows/cargo-deny.yml
vendored
@@ -1,9 +1,9 @@
|
||||
name: "Audit Security Advisories"
|
||||
|
||||
on:
|
||||
# Run once each day
|
||||
# Run once each week
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
- cron: "0 0 * * 0"
|
||||
|
||||
jobs:
|
||||
cargo-deny:
|
||||
@@ -11,8 +11,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: 📥 Clone and checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: 📥 Clone repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 🔒 Check crate security advisories for root workspace
|
||||
uses: EmbarkStudios/cargo-deny-action@v2
|
||||
|
||||
Reference in New Issue
Block a user