Skip to content

Commit bbaa4d4

Browse files
committed
Add permissions to reuse workflow
Adds read only permissions to workflow for security. Bumps checkout action to v5. Signed-off-by: Winford <[email protected]>
1 parent 72679ad commit bbaa4d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/reuse-lint.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ concurrency:
1313
jobs:
1414
test:
1515
runs-on: ubuntu-24.04
16+
permissions:
17+
contents: read
18+
1619
steps:
17-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
1821
- name: REUSE Compliance Check
1922
uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542

0 commit comments

Comments
 (0)