Skip to content

Commit a6021bb

Browse files
[pre-commit.ci] pre-commit autoupdate (#183)
Co-authored-by: Randy Döring <[email protected]> updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.11.7](astral-sh/[email protected]) - [github.com/woodruffw/zizmor-pre-commit: v1.3.1 → v1.6.0](woodruffw/[email protected])
1 parent 7c3da7d commit a6021bb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
poetry run python bin/website build
5656
5757
- name: Start Deployment
58-
uses: bobheadxi/deployments@v1
58+
uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1.5.0
5959
id: deployment
6060
with:
6161
step: start

.github/workflows/deploy-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# removes the vendor directory that is created by "bundle install"
4242
# https://github.com/fenneclab/hugo-bin/blob/a5500e4f622f46886947d3438243bd97cfe6c04c/lib/install.js#L28-L30
4343
- name: Setup Ruby
44-
uses: ruby/setup-ruby@v1
44+
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
4545
with:
4646
ruby-version: 2.6
4747
bundler-cache: true

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: check-docstring-first
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.9.6
22+
rev: v0.11.7
2323
hooks:
2424
- id: ruff
2525
- id: ruff-format
@@ -33,6 +33,6 @@ repos:
3333
3434

3535
- repo: https://github.com/woodruffw/zizmor-pre-commit
36-
rev: v1.3.1
36+
rev: v1.6.0
3737
hooks:
3838
- id: zizmor

0 commit comments

Comments
 (0)