Skip to content

Commit 2d9b2c5

Browse files
authored
Merge pull request #2568 from microsoft/ci/missing-permissions
ci: adds missing permissions in workflow definition to fix code scanning report
2 parents da43c98 + c1f28f0 commit 2d9b2c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-please-gha.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
- main
1717
- support/v1
1818

19+
permissions:
20+
contents: read
21+
1922
jobs:
2023
release:
2124
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)