chore(ci): undo pinact experiment (#815)

This commit is contained in:
William Woodruff 2025-05-18 18:55:47 -04:00 committed by GitHub
parent 9853a951f4
commit d4b065bdde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 21 deletions

View file

@ -9,6 +9,15 @@ updates:
patterns:
- "*"
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: docker
directory: "/"
schedule:

View file

@ -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 }}