Skip to content

Commit b2033ef

Browse files
Potential fix for code scanning alert no. 46: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 007224c commit b2033ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cleanup-caches.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
cleanup:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
actions: write
1013
steps:
1114
- name: Check out code
1215
uses: actions/checkout@v3

0 commit comments

Comments
 (0)