Skip to content

Commit 5446923

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/validate-renovate-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
validate-renovate-config:
1010
runs-on: ubuntu-24.04
11+
permissions:
12+
contents: read
1113
steps:
1214
- name: Checkout repository
1315
uses: actions/checkout@v6

0 commit comments

Comments
 (0)