Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit f37f60e

Browse files
Potential fix for code scanning alert no. 3: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 90f0578 commit f37f60e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/phpcs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
branches:
1010
- develop
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
phpcs:
1417
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)