We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef9646 commit 0025e1aCopy full SHA for 0025e1a
.github/workflows/check-licenses.yml
@@ -19,7 +19,7 @@ jobs:
19
distribution: 'zulu'
20
java-version: '17'
21
-
22
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
23
24
name: Generate CycloneDX SBOM for analysis
25
run: |
@@ -53,7 +53,7 @@ jobs:
53
with:
54
node-version: 24
55
56
57
58
name: Generate SBOM for visualization
59
0 commit comments