We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3baa0dc commit 6d22e0eCopy full SHA for 6d22e0e
.github/workflows/ci.yml
@@ -1,5 +1,7 @@
1
name: CI
2
3
+permissions: {}
4
+
5
on:
6
pull_request:
7
types:
.github/workflows/release.yml
name: Release
push:
branches:
.github/workflows/zizmor.yml
name: GitHub Actions Security Analysis
workflow_dispatch:
@@ -12,8 +14,6 @@ on:
12
14
paths:
13
15
- ".github/workflows/**"
16
-permissions: {}
-
17
jobs:
18
zizmor:
19
name: zizmor
0 commit comments