Skip to content

Commit 10a0140

Browse files
authored
Merge pull request #401 from rsksmart/feature/updateCodeQL
feat: give job permissions
2 parents 49f19ae + d44390d commit 10a0140

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
analyze:
1414
name: Analyze
1515
runs-on: ubuntu-latest
16+
permissions:
17+
contents: read
18+
security-events: write
1619

1720
steps:
1821
- name: Checkout repository

0 commit comments

Comments
 (0)