Commit a6efc96
authored
Upgrade SBOM tooling for Python 3.13+ support (#306)
* Upgrade SBOM tooling for Python 3.13+ support
- cyclonedx-bom 3.11.7 → 7.2.2 (3.x doesn't support Python 3.13)
- cyclonedx-cli v0.24.2 → v0.30.0 (CycloneDX v1.7 / SPDX 2.3)
- Update CLI invocation: `cyclonedx-py --e --format json` → `cyclonedx-py environment`
(the `--e` flag became the `environment` subcommand; JSON is the default output format)
* Bump GitHub Actions to current versions
- actions/checkout v2 → v4
- actions/setup-python v2 → v51 parent a28cfee commit a6efc96
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments