From b3ab54491a1b91e116dbecfffd6260b67d1a2e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 20:33:56 +0000 Subject: [PATCH 1/2] chore(deps): bump zizmorcore/zizmor-action in the actions group Bumps the actions group with 1 update: [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `zizmorcore/zizmor-action` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](https://github.com/zizmorcore/zizmor-action/compare/6fc4b006235f201fdab3722e17240ab420d580e5...3dc1ecc9bcb9e94e9b2c709687979e1298497054) --- updated-dependencies: - dependency-name: zizmorcore/zizmor-action dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ce6bc3..afe0e37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: persist-credentials: false - name: Run zizmor - uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1 + uses: zizmorcore/zizmor-action@3dc1ecc9bcb9e94e9b2c709687979e1298497054 # v0.6.2 test: name: Node.js ${{ matrix.node-version }} runs-on: ubuntu-latest From d37408e8eb791b067be2f9658041dd93c97f7939 Mon Sep 17 00:00:00 2001 From: Phil Schaf Date: Thu, 13 Aug 2026 14:34:28 +0200 Subject: [PATCH 2/2] remove empty pre-commit config --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 0568fcd..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,2 +0,0 @@ -# this repo uses husky instead -repos: []