Skip to content

Commit 454b53d

Browse files
committed
Update GitHub Actions.
See #1605
1 parent 62eda85 commit 454b53d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# GitHub Actions for CodeQL Scanning
2+
13
name: "CodeQL Advanced"
24

35
on:
@@ -7,7 +9,9 @@ on:
79
schedule:
810
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
911
- cron: '0 5 * * *'
12+
1013
permissions: read-all
14+
1115
jobs:
1216
codeql-analysis-call:
1317
permissions:

.github/workflows/project.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
pull_request_target:
1111
types: [opened, edited, reopened]
1212

13+
permissions:
14+
contents: read
15+
issues: write
16+
pull-requests: write
17+
1318
jobs:
1419
Inbox:
1520
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)