Skip to content

Commit bb3d582

Browse files
authored
Merge pull request #50 from intel/jwintel-security-patch-1
Add missing workflow permissions
2 parents 15f02ba + 30aa5ea commit bb3d582

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/workflows/backend-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
name: gProfiler Backend CI
1818

19+
permissions:
20+
contents: read
21+
1922
on:
2023
push:
2124
branches:

.github/workflows/codeql.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@
1111
#
1212
name: "CodeQL Advanced"
1313

14+
permissions:
15+
security-events: write
16+
1417
on:
15-
push:
16-
branches: [ "master" ]
1718
pull_request:
18-
branches: [ "master" ]
19+
push:
20+
tags:
21+
- '**'
22+
1923
schedule:
2024
- cron: '05 19 * * 2'
2125

.github/workflows/frontend-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
name: gProfiler Frontend CI
1818

19+
permissions:
20+
contents: read
21+
1922
on:
2023
push:
2124
branches:

0 commit comments

Comments
 (0)