Skip to content

Commit af05051

Browse files
committed
fix: SHA-pin checkout action, add SPDX header and permissions
1 parent 3fde535 commit af05051

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/wellknown-enforcement.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
# SPDX-License-Identifier: AGPL-3.0-or-later
12
name: Well-Known Standards (RFC 9116 + RSR)
3+
24
on:
35
push:
46
branches: [main, master]
@@ -13,11 +15,13 @@ on:
1315
- cron: '0 9 * * 1'
1416
workflow_dispatch:
1517

18+
permissions: read-all
19+
1620
jobs:
1721
validate:
1822
runs-on: ubuntu-latest
1923
steps:
20-
- uses: actions/checkout@v6.0.1
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2125

2226
- name: RFC 9116 security.txt validation
2327
run: |

0 commit comments

Comments
 (0)