Skip to content

Commit 039ca77

Browse files
committed
fix: improve some wording in the comments
1 parent d88de53 commit 039ca77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sbom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
19+
# Checkout the full repository history (required to access origin/master)
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
2222
with:
@@ -66,7 +66,7 @@ jobs:
6666
java-version: '17'
6767
distribution: 'temurin'
6868

69-
# Generate the Software Bill of Materials using CycloneDX Gradle plugin
69+
# Generate the Software Bill of Materials (SBOM) using CycloneDX Gradle plugin
7070
- name: Generate SBOM (CycloneDX)
7171
run: ./gradlew --no-daemon cyclonedxBom
7272

0 commit comments

Comments
 (0)