We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af9d56 commit d032e38Copy full SHA for d032e38
.github/workflows/check-generated-files.yaml
@@ -8,6 +8,11 @@ concurrency:
8
group: ${{ github.workflow }}-${{ github.event.number }}
9
cancel-in-progress: true
10
11
+# SECURITY: Enforce least privilege.
12
+# This workflow only needs to checkout code; it does not need write access.
13
+permissions:
14
+ contents: read
15
+
16
jobs:
17
check-ui-static-files:
18
runs-on: ubuntu-22.04
0 commit comments