Skip to content

Commit 0025e1a

Browse files
chore(deps): update actions/checkout action to v5.0.1 (#4390)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ef9646 commit 0025e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-licenses.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
distribution: 'zulu'
2020
java-version: '17'
2121
-
22-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323
-
2424
name: Generate CycloneDX SBOM for analysis
2525
run: |
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
node-version: 24
5555
-
56-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
56+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5757
-
5858
name: Generate SBOM for visualization
5959
run: |

0 commit comments

Comments
 (0)