From d953927e05b3ab3b749333c45fd80ee797d02d52 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 20:07:12 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.11.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.6...v0.11.7) - [github.com/woodruffw/zizmor-pre-commit: v1.3.1 → v1.6.0](https://github.com/woodruffw/zizmor-pre-commit/compare/v1.3.1...v1.6.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cbd32e7..f4d1bc0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: check-docstring-first - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.6 + rev: v0.11.7 hooks: - id: ruff - id: ruff-format @@ -33,6 +33,6 @@ repos: - prettier-plugin-go-template@0.0.15 - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.3.1 + rev: v1.6.0 hooks: - id: zizmor From 04cb3c2acb83af3a76ddbf8a02011abbad856e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sun, 4 May 2025 17:12:12 +0200 Subject: [PATCH 2/2] pin actions --- .github/workflows/deploy-preview.yaml | 2 +- .github/workflows/deploy-production.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-preview.yaml b/.github/workflows/deploy-preview.yaml index 225336d..25f262a 100644 --- a/.github/workflows/deploy-preview.yaml +++ b/.github/workflows/deploy-preview.yaml @@ -55,7 +55,7 @@ jobs: poetry run python bin/website build - name: Start Deployment - uses: bobheadxi/deployments@v1 + uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1.5.0 id: deployment with: step: start diff --git a/.github/workflows/deploy-production.yaml b/.github/workflows/deploy-production.yaml index a6e07ef..8724a08 100644 --- a/.github/workflows/deploy-production.yaml +++ b/.github/workflows/deploy-production.yaml @@ -41,7 +41,7 @@ jobs: # removes the vendor directory that is created by "bundle install" # https://github.com/fenneclab/hugo-bin/blob/a5500e4f622f46886947d3438243bd97cfe6c04c/lib/install.js#L28-L30 - name: Setup Ruby - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0 with: ruby-version: 2.6 bundler-cache: true