Skip to content

Commit c8ada19

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ on:
2323
jobs:
2424
build:
2525
name: Build Artifacts
26+
permissions:
27+
contents: read
2628
uses: ./.github/workflows/build.yaml
2729
with:
2830
semver: ${{ inputs.semver }}

0 commit comments

Comments
 (0)