mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
chore(ci): undo pinact experiment (#815)
This commit is contained in:
parent
9853a951f4
commit
d4b065bdde
2 changed files with 9 additions and 21 deletions
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
|
@ -9,6 +9,15 @@ updates:
|
|||
patterns:
|
||||
- "*"
|
||||
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
groups:
|
||||
github-actions:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
- package-ecosystem: docker
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
|
|
|||
21
.github/workflows/pinact.yml
vendored
21
.github/workflows/pinact.yml
vendored
|
|
@ -1,21 +0,0 @@
|
|||
name: Update use pins with pinact
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 16 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
call-pinact:
|
||||
permissions:
|
||||
contents: write # for branch creation
|
||||
pull-requests: write # for pull request creation
|
||||
uses: zizmorcore/.github/.github/workflows/pinact-reusable.yml@1f08e4c16ea12a8372b10d32c9e83814e28585a4
|
||||
with:
|
||||
extra-inputs: >-
|
||||
docs/usage.md
|
||||
docs/audits.md
|
||||
secrets:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue