We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62eda85 commit 454b53dCopy full SHA for 454b53d
.github/workflows/codeql.yml
@@ -1,3 +1,5 @@
1
+# GitHub Actions for CodeQL Scanning
2
+
3
name: "CodeQL Advanced"
4
5
on:
@@ -7,7 +9,9 @@ on:
7
9
schedule:
8
10
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
11
- cron: '0 5 * * *'
12
13
permissions: read-all
14
15
jobs:
16
codeql-analysis-call:
17
permissions:
.github/workflows/project.yml
@@ -10,6 +10,11 @@ on:
pull_request_target:
types: [opened, edited, reopened]
+permissions:
+ contents: read
+ issues: write
+ pull-requests: write
18
19
Inbox:
20
runs-on: ubuntu-latest
0 commit comments