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.
2 parents 15f02ba + 30aa5ea commit bb3d582Copy full SHA for bb3d582
.github/workflows/backend-ci.yml
@@ -16,6 +16,9 @@
16
17
name: gProfiler Backend CI
18
19
+permissions:
20
+ contents: read
21
+
22
on:
23
push:
24
branches:
.github/workflows/codeql.yml
@@ -11,11 +11,15 @@
11
#
12
name: "CodeQL Advanced"
13
14
15
+ security-events: write
- push:
- branches: [ "master" ]
pull_request:
+ push:
+ tags:
+ - '**'
schedule:
- cron: '05 19 * * 2'
25
.github/workflows/frontend-ci.yml
name: gProfiler Frontend CI
0 commit comments