Skip to content

Commit da84a5d

Browse files
ci: use zizmorcore/zizmor-action (#139)
* ci: harden security * Allow containers in flex-build-push * Allow containers in linting * ci: use zizmorcore/zizmor-action * Add cooldown to dependabot
1 parent f483ee2 commit da84a5d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ updates:
66
directory: /
77
schedule:
88
interval: daily
9+
cooldown:
10+
default-days: 7
911
groups:
1012
github-actions:
1113
update-types:
@@ -15,10 +17,14 @@ updates:
1517
directory: .devcontainer
1618
schedule:
1719
interval: daily
20+
cooldown:
21+
default-days: 7
1822
- package-ecosystem: gitsubmodule
1923
directory: /
2024
schedule:
2125
interval: daily
26+
cooldown:
27+
default-days: 7
2228
commit-message:
2329
prefix: "feat(deps)"
2430
groups:

.github/workflows/linting-formatting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
fetch-depth: 0
3333
persist-credentials: false
34+
- uses: zizmorcore/zizmor-action@e639db99335bc9038abc0e066dfcd72e23d26fb4 # v0.3.0
3435
- uses: oxsecurity/megalinter/flavors/documentation@e08c2b05e3dbc40af4c23f41172ef1e068a7d651 # v8.8.0
3536
env:
3637
APPLY_FIXES: all

0 commit comments

Comments
 (0)