Skip to content

Commit 4964fe4

Browse files
Potential fix for code scanning alert no. 5: Workflow does not contain permissions (#23)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent cd8b648 commit 4964fe4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_on_push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
build:
2727
name: Build Artifacts
2828
needs: quality-checks
29+
permissions:
30+
contents: read
2931
uses: ./.github/workflows/build.yaml
3032
with:
3133
semver: '0.0.0-run.${{ github.run_number }}'

0 commit comments

Comments
 (0)