Skip to content

Commit c7ba23d

Browse files
committed
Updated CodeQL action
1 parent 8160b76 commit c7ba23d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: "CodeQL"
22

3+
permissions:
4+
contents: read # Default read-only at the top level
5+
36
on:
47
push:
58
branches: [ master ]
@@ -13,6 +16,7 @@ on:
1316
- cron: '0 14 * * 0' # Schedule a weekly run
1417
workflow_dispatch: # Allows the workflow to be run manually
1518

19+
1620
jobs:
1721
analyze:
1822
name: Analyze

0 commit comments

Comments
 (0)