mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 06:57:47 +01:00
Potential fix for code scanning alert no. 9: 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:
2
.github/workflows/url_generator.yml
vendored
2
.github/workflows/url_generator.yml
vendored
@@ -37,6 +37,8 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate-urls:
|
generate-urls:
|
||||||
|
permissions:
|
||||||
|
contents: none
|
||||||
runs-on: ${{ inputs.runner }}
|
runs-on: ${{ inputs.runner }}
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user