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:
Mardav Wala
2025-08-15 14:57:38 +00:00
committed by GitHub
+2
View File
@@ -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: