Skip to content

Commit 9df1724

Browse files
authored
Merge pull request #146 from step-security-bot/stepsecurity_remediation_1711185374
[StepSecurity] ci: Harden GitHub Actions
2 parents df65df7 + c211114 commit 9df1724

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ concurrency:
2323
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2424
cancel-in-progress: true
2525

26+
permissions:
27+
contents: read
28+
2629
jobs:
2730
build:
2831
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)