mirror of
https://github.com/evdboom/Bindery.git
synced 2026-07-22 06:49:36 +00:00
Potential fix for code scanning alert no. 2: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
parent
97a11ee334
commit
df8a3c295d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -10,6 +10,7 @@ jobs:
|
|||
validate-release-version:
|
||||
name: Validate Release Version
|
||||
runs-on: ubuntu-latest
|
||||
permissions: {}
|
||||
outputs:
|
||||
release_version: ${{ steps.normalize.outputs.release_version }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue