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 0f51a9e + 9027c7e commit 29e7b96Copy full SHA for 29e7b96
2 files changed
.github/dependabot.yml
@@ -0,0 +1,11 @@
1
+version: 2
2
+updates:
3
+ # Maintain dependencies for GitHub Actions.
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ cooldown:
9
+ default-days: 7
10
+ ignore:
11
+ - dependency-name: "yiisoft/*"
.github/workflows/zizmor.yml
@@ -0,0 +1,22 @@
+name: GitHub Actions Security Analysis with zizmor 🌈
+
+on:
+ push:
+ branches:
+ - master
+ - main
+ paths:
+ - '.github/**.yml'
+ - '.github/**.yaml'
+ pull_request:
12
13
14
15
16
+permissions:
17
+ actions: read
18
+ contents: read
19
20
+jobs:
21
+ zizmor:
22
+ uses: yiisoft/actions/.github/workflows/zizmor.yml@master
0 commit comments