Skip to content

Commit bb0285f

Browse files
Merge pull request #288 from CivicActions/fix-things
2 parents 1502d1f + f0bdcec commit bb0285f

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

.github/workflows/keep-alive.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/sbom.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
upload_sbom:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Generate SBOM using Syft
17-
uses: anchore/sbom-action@v0.13.3
17+
uses: anchore/sbom-action@v0
1818
with:
1919
format: cyclonedx-json
2020
artifact-name: sbom.json
21-
- uses: actions/download-artifact@v4
21+
- uses: actions/download-artifact@v5
2222
with:
2323
name: sbom.json
2424
- name: Upload SBOM to DependencyTrack

0 commit comments

Comments
 (0)