Merge pull request #715 from actions/alert-autofix-6
Potential fix for code scanning alert no. 6: Workflow does not contain permissions
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
# For our project, we generate this file through a build process from other source files.
|
# For our project, we generate this file through a build process from other source files.
|
||||||
# We need to make sure the checked-in `index.js` actually matches what we expect it to be.
|
# We need to make sure the checked-in `index.js` actually matches what we expect it to be.
|
||||||
name: Check dist/
|
name: Check dist/
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
Reference in New Issue
Block a user