Skip to content

Commit 34f57bc

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
jobs:
1414
setup:
1515
runs-on: ubuntu-latest
16+
permissions:
17+
contents: read
1618
outputs:
1719
go-version: '^1.22'
1820
steps:

0 commit comments

Comments
 (0)