Skip to content

Commit 505ef64

Browse files
committed
address comments
1 parent 6353d4f commit 505ef64

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sbom-pr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,10 @@ jobs:
4747
echo "" >> bom.json
4848
4949
- name: Create Pull Request
50-
uses: peter-evans/create-pull-request@v6
50+
uses: peter-evans/create-pull-request@v7
5151
with:
5252
token: ${{ secrets.GITHUB_TOKEN }}
5353
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>
5654
title: "[Bot] Update SBOM files"
5755
body: |
5856
This automated PR updates the aggregated CycloneDX SBOM files (bom.json and bom.xml) in the repository root.

0 commit comments

Comments
 (0)