Skip to content

Commit ede1593

Browse files
Potential fix for code scanning alert no. 54: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 0df1ad0 commit ede1593

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ on:
5858
- '.github/workflows/**'
5959

6060
name: Build
61+
permissions:
62+
contents: read
6163
run-name: Build - ${{ github.event_name }}
6264

6365
jobs:

0 commit comments

Comments
 (0)