Skip to content

Commit e60c044

Browse files
authored
Update checkout action to v4.2.1
Signed-off-by: Arthit Suriyawongkul <[email protected]> Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent 6f8f8bf commit e60c044

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: Copyright 2024 The SPDX Contributors
2+
13
name: SPDX validation
24
on:
35
- pull_request
@@ -8,7 +10,7 @@ jobs:
810
runs-on: ubuntu-latest
911
steps:
1012
- name: Checkout spdx-examples
11-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
13+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #v4.2.1
1214

1315
- name: Look for files with the wrong location
1416
run: |
@@ -74,4 +76,3 @@ jobs:
7476
echo "Checking $f..."
7577
spdx3-validate -j $f
7678
done
77-

0 commit comments

Comments
 (0)