We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6353d4f commit 505ef64Copy full SHA for 505ef64
.github/workflows/sbom-pr.yml
@@ -47,12 +47,10 @@ jobs:
47
echo "" >> bom.json
48
49
- name: Create Pull Request
50
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
51
with:
52
token: ${{ secrets.GITHUB_TOKEN }}
53
commit-message: "chore(sbom): update CycloneDX SBOM files"
54
- committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
55
- author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
56
title: "[Bot] Update SBOM files"
57
body: |
58
This automated PR updates the aggregated CycloneDX SBOM files (bom.json and bom.xml) in the repository root.
0 commit comments