Skip to content

Commit 41d749f

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ env:
1818
jobs:
1919
build:
2020
runs-on: ubuntu-latest
21+
permissions:
22+
contents: read
2123
strategy:
2224
matrix:
2325
include:

0 commit comments

Comments
 (0)