Skip to content

Commit ed0caed

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# For our project, we generate this file through a build process from other source files.
77
# We need to make sure the checked-in `index.js` actually matches what we expect it to be.
88
name: check dist
9+
permissions:
10+
contents: read
911

1012
on:
1113
push:

0 commit comments

Comments
 (0)