Skip to content

Commit 3e3f3c8

Browse files
fix: missing checkout step in sbom generation (#713)
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR SBOM generation failed because I forgot the checkout step. This adds it. Signed-off-by: Lukas Reining <[email protected]> Co-authored-by: Michael Beemer <[email protected]>
1 parent a3799e1 commit 3e3f3c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
env:
3434
TAG: ${{ fromJSON(needs.release-please.outputs.all)[format('{0}--tag_name', matrix.release)] }}
3535
steps:
36+
- name: Checkout Repository
37+
uses: actions/checkout@v4
3638
- name: Setup Node
3739
uses: actions/setup-node@v4
3840
with:

0 commit comments

Comments
 (0)