Commit 585e9a2
authored
VLN-501: Set explicit permissions for GitHub Actions workflows (#117)
## Summary
- `.github/workflows/extensibility.yaml`: Added a workflow-level
`permissions` block granting only `contents: read`, which is sufficient
for checkout and build steps.
- `.github/workflows/promql-to-dd-go_test.yaml`: Declared workflow-level
`permissions` with `contents: read` to cover checkout and test
execution.
- `.github/workflows/promql-to-dd-go.yaml`: Applied a workflow-level
`permissions` block restricted to `contents: read` for the reusable
workflow invocations.1 parent b41e24c commit 585e9a2
3 files changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
0 commit comments