Skip to content

Commit 4715c1f

Browse files
committed
chore(main): release syft-sbom-report 1.0.0
1 parent 2288a2a commit 4715c1f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"actions/setup-conftest": "1.0.0",
1313
"actions/setup-argo": "1.0.0",
1414
"actions/generate-openapi-clients": "1.0.0",
15+
"actions/trigger-argo-workflow": "1.0.0",
1516
"actions/push-to-gcs": "0.1.0",
16-
"actions/trigger-argo-workflow": "1.0.0"
17+
"actions/syft-sbom-report": "1.0.0"
1718
}

actions/syft-sbom-report/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-11-29)
4+
5+
6+
### 🎉 Features
7+
8+
* add workflow to check for non-releasable actions ([#588](https://github.com/grafana/shared-workflows/issues/588)) ([e16bf1a](https://github.com/grafana/shared-workflows/commit/e16bf1ac180d7b6c9c13a6e556b24e0f7dc0d57c))

actions/syft-sbom-report/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121
- name: Anchore SBOM Action
22-
uses: grafana/shared-workflows/actions@syft-sbom-v0.0.1
22+
uses: grafana/shared-workflows/actions@syft-sbom-v1.0.0
2323
with:
2424
artifact-name: ${{ github.event.repository.name }}-spdx.json
2525
```

0 commit comments

Comments
 (0)