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 2b8730a commit cdba8ceCopy full SHA for cdba8ce
.github/workflows/Labeler.yml
@@ -4,6 +4,9 @@ on:
4
types: [opened, reopened]
5
branches: [ master, stable ]
6
7
+# Declare default permissions as none.
8
+permissions: none
9
+
10
jobs:
11
triage:
12
permissions:
.github/workflows/Tests.yml
@@ -7,6 +7,9 @@ on:
tags:
- v*
+# Declare default permissions as read only.
+permissions: read-all
13
14
BUILD:
15
if: github.repository == 'reactive-firewall/python-repo'
.github/workflows/codeql-analysis.yml
@@ -20,6 +20,9 @@ on:
20
schedule:
21
- cron: '17 5 * * 1'
22
23
24
25
26
27
analyze:
28
name: Analyze
0 commit comments