Skip to content

Commit 984586e

Browse files
SaboniAminegithub-advanced-security[bot]inimaz
authored
Potential fix for code scanning alert no. 17: Workflow does not contain permissions (#900)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: inimaz <49730431+inimaz@users.noreply.github.com>
1 parent 005826d commit 984586e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-server.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
run: uv run task test-api-unit
2929
test_api_server:
3030
runs-on: ubuntu-latest
31+
permissions:
32+
contents: read
3133
# Service containers to run with `container-job`
3234
services:
3335
# Label used to access the service container

0 commit comments

Comments
 (0)