Skip to content

Commit fcf3cd6

Browse files
Copilotintel352
andauthored
ci: add permissions: contents: read to test job to fix CodeQL finding
Agent-Logs-Url: https://github.com/GoCodeAlone/workflow-plugin-github/sessions/fd1e783c-d22a-4848-8ff1-6b2c7b9176e2 Co-authored-by: intel352 <77607+intel352@users.noreply.github.com>
1 parent 1df7e69 commit fcf3cd6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
test:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
1012
steps:
1113
- uses: actions/checkout@v6
1214
- uses: actions/setup-go@v6

0 commit comments

Comments
 (0)