Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,19 @@ updates:
patterns: ["*"]
multi-ecosystem-group: wrapper-dependencies
cooldown:
default-days: 3
default-days: 7

- package-ecosystem: docker
directory: "/"
patterns: ["*"]
multi-ecosystem-group: wrapper-dependencies
cooldown:
default-days: 3
default-days: 7

- package-ecosystem: bun
directory: "/"
patterns: ["*"]
multi-ecosystem-group: wrapper-dependencies
cooldown:
semver-patch-days: 2
semver-minor-days: 3
default-days: 7
semver-major-days: 14
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ on:
- main
workflow_dispatch:

permissions:
contents: read
permissions: {}

concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
validate:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/update-opencode-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ on:
schedule:
- cron: "17 0 * * *"

permissions:
contents: read
permissions: {}

concurrency:
group: update-opencode-release
Expand All @@ -20,6 +19,8 @@ concurrency:
jobs:
update-opencode:
runs-on: ubuntu-latest
permissions:
contents: read
environment: automation

steps:
Expand Down
15 changes: 11 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name: Validate
on:
workflow_call:

permissions:
contents: read
permissions: {}

jobs:
runtime-config-regression:
runs-on: ubuntu-latest
permissions:
contents: read

steps:
- name: Check out repository
Expand All @@ -31,6 +32,8 @@ jobs:

build-compat-tests:
runs-on: ubuntu-latest
permissions:
contents: read

steps:
- name: Check out repository
Expand Down Expand Up @@ -62,6 +65,8 @@ jobs:

actionlint:
runs-on: ubuntu-latest
permissions:
contents: read

steps:
- name: Check out repository
Expand All @@ -87,12 +92,14 @@ jobs:
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
with:
advanced-security: false
inputs: .github/workflows
min-severity: medium
inputs: .github
min-severity: low
min-confidence: medium

shellcheck:
runs-on: ubuntu-latest
permissions:
contents: read

steps:
- name: Check out repository
Expand Down
15 changes: 15 additions & 0 deletions .github/zizmor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
rules:
forbidden-uses:
config:
allow:
- actions/checkout
- actions/create-github-app-token
- docker/build-push-action
- docker/login-action
- docker/metadata-action
- docker/setup-buildx-action
- docker/setup-qemu-action
- oven-sh/setup-bun
- peter-evans/create-pull-request
- rhysd/actionlint
- zizmorcore/zizmor-action