Skip to content

Commit 05e8b0e

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ jobs:
112112
needs: [publish-maven-central, publish-github-packages]
113113
runs-on: ubuntu-latest
114114

115+
permissions:
116+
contents: write
117+
115118
steps:
116119
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
117120

0 commit comments

Comments
 (0)