Skip to content

Commit 07151fa

Browse files
authored
Merge pull request #1601 from step-security-bot/stepsecurity_remediation_1715679907
[StepSecurity] ci: Harden GitHub Actions
2 parents 0b302e6 + 893260d commit 07151fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ concurrency:
1010
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1111
cancel-in-progress: true
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
labeler:
1518
permissions:
1619
contents: read
1720
pull-requests: write
1821
runs-on: ubuntu-latest
1922
steps:
20-
- uses: actions/labeler@v5
23+
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0

0 commit comments

Comments
 (0)