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

Commit 338b1e3

Browse files
authored
Merge pull request #4 from reflex-dev/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents 7fe340d + d3047ea commit 338b1e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
jobs:
1010
pre-commit:
11+
permissions:
12+
contents: read
1113
timeout-minutes: 30
1214
runs-on: ubuntu-latest
1315
steps:

0 commit comments

Comments
 (0)