Skip to content

Commit 489eec2

Browse files
hyperpolymathclaude
andcommitted
chore: batch RSR compliance — SPDX headers, SHA-pin actions, forbid(unsafe_code), CODE_OF_CONDUCT, CONTRIBUTING
- Add/fix SPDX-License-Identifier headers (AGPL→PMPL where needed) - SHA-pin all GitHub Actions to commit hashes - Add #![forbid(unsafe_code)] to safe Rust crates - Add CODE_OF_CONDUCT.md (Contributor Covenant v2.1) - Add CONTRIBUTING.md (standard template) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7b662b3 commit 489eec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
run: cargo install cargo-tarpaulin
5252
- name: Generate coverage
5353
run: cargo tarpaulin --out Xml
54-
- uses: codecov/codecov-action@v3
54+
- uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3
5555
with:
5656
files: cobertura.xml

0 commit comments

Comments
 (0)