Skip to content

Commit

Permalink
Update checkout action to v4.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Arthit Suriyawongkul <[email protected]>

Signed-off-by: Arthit Suriyawongkul <[email protected]>
  • Loading branch information
bact authored Oct 7, 2024
1 parent 6f8f8bf commit e60c044
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: Copyright 2024 The SPDX Contributors

name: SPDX validation
on:
- pull_request
Expand All @@ -8,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout spdx-examples
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #v4.2.1

- name: Look for files with the wrong location
run: |
Expand Down Expand Up @@ -74,4 +76,3 @@ jobs:
echo "Checking $f..."
spdx3-validate -j $f
done

0 comments on commit e60c044

Please sign in to comment.