Skip to content

Commit e0253ed

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
build-binaries:
1515
name: Build Standalone Binaries (${{ matrix.os }})
16+
permissions:
17+
contents: read
1618
runs-on: ${{ matrix.os }}
1719
strategy:
1820
fail-fast: false

0 commit comments

Comments
 (0)