mirror of
https://code.forgejo.org/actions/cache.git
synced 2026-03-01 05:06:00 +03:00
Merge pull request #1697 from actions/alert-autofix-52
Potential fix for code scanning alert no. 52: Workflow does not contain permissions
This commit is contained in:
commit
a838313d22
1 changed files with 2 additions and 0 deletions
2
.github/workflows/licensed.yml
vendored
2
.github/workflows/licensed.yml
vendored
|
|
@ -1,4 +1,6 @@
|
||||||
name: Licensed
|
name: Licensed
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue