Skip to content

Commit 36a3d6c

Browse files
Fix whitespace for linter
1 parent de91940 commit 36a3d6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/sbom.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
concurrency:
2525
group: sbom-${{ github.ref }}
2626
cancel-in-progress: false
27-
27+
2828
steps:
2929
- name: Checkout repository
3030
uses: actions/checkout@v4
@@ -63,19 +63,19 @@ jobs:
6363
title: 'chore: Update SBOM'
6464
body: |
6565
## Automated SBOM Update
66-
66+
6767
This PR was automatically generated because dependency manifest files changed.
68-
68+
6969
### Changes
7070
- Updated `sbom.json` to reflect current dependencies
71-
71+
7272
### Verification
7373
The SBOM was generated using cdxgen with the current Python environment.
74-
74+
7575
### Triggered by
7676
- Commit: ${{ github.sha }}
7777
- Workflow run: ${{ github.run_id }}
78-
78+
7979
---
8080
_This PR was created automatically by the [SBOM workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})_
8181
labels: |

0 commit comments

Comments
 (0)