File tree Expand file tree Collapse file tree 6 files changed +524
-354
lines changed
Expand file tree Collapse file tree 6 files changed +524
-354
lines changed Original file line number Diff line number Diff line change 3838
3939 - name : 📦 Run sccache-cache
4040 uses : mozilla-actions/sccache-action@v0.0.6
41+ continue-on-error : true
42+
43+ - name : 🔧 Fallback if sccache fails
44+ if : failure()
45+ run : |
46+ echo "sccache failed, disabling it"
47+ echo "RUSTC_WRAPPER=" >> $GITHUB_ENV
4148
4249 - name : 🔬 Check Rust formatting
4350 run : |
5663
5764 - name : 📈 Run sccache stat for check
5865 shell : bash
59- run : sccache --show-stats
66+ run : sccache --show-stats || echo "sccache stats unavailable"
Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
3939# A list of advisory IDs to ignore. Note that ignored advisories will still
4040# output a note when they are encountered.
4141ignore = [
42- " RUSTSEC-2024-0370" , # Unmaintained but still fully functional crate `proc-macro-error`
43- " RUSTSEC-2024-0388" , # Unmaintained but still fully functional crate `derivative`
4442 " RUSTSEC-2024-0436" , # Unmaintained but still fully functional crate `paste`
4543]
4644# Threshold for security vulnerabilities, any vulnerability with a CVSS score
You can’t perform that action at this time.
0 commit comments