Skip to content

Commit a4b0a46

Browse files
chore(deps): Update pre-commit (#910)
1 parent c0f5101 commit a4b0a46

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/build-image-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,13 @@ jobs:
9494
9595
- name: Run structure tests
9696
if: steps.changed-files-specific.outputs.any_changed == 'true'
97+
env:
98+
IMAGE_NAME: ${{ env.IMAGE }}
9799
run: >-
98100
container-structure-test test
99101
--config ${{ github.workspace
100102
}}/.github/.container-structure-test-config.yaml
101-
--image ${{ env.IMAGE }}
103+
--image "${IMAGE_NAME}"
102104
103105
- name: Dive - check image for waste files
104106
if: steps.changed-files-specific.outputs.any_changed == 'true'

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ repos:
4343

4444
# Detect hardcoded secrets
4545
- repo: https://github.com/gitleaks/gitleaks
46-
rev: a248f9279b38aeff5bbd4c85cc6f15b64d27e794 # frozen: v8.27.0
46+
rev: 47218a628da59ef6b24197d15f4b0248ca87f4f0 # frozen: v8.27.2
4747
hooks:
4848
- id: gitleaks
4949

5050
# Github Action static analysis tool
5151
- repo: https://github.com/woodruffw/zizmor-pre-commit
52-
rev: d2c1833a059c66713cd52c032617766134679a0f # frozen: v1.9.0
52+
rev: 69fa534d69454f44ddd4451b5e2da7a1c48e525b # frozen: v1.11.0
5353
hooks:
5454
- id: zizmor
5555

@@ -105,20 +105,20 @@ repos:
105105

106106
# Python
107107
- repo: https://github.com/astral-sh/ruff-pre-commit
108-
rev: 9aeda5d1f4bbd212c557da1ea78eca9e8c829e19 # frozen: v0.11.13
108+
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
109109
hooks:
110110
- id: ruff
111111
args:
112112
- --fix
113113
- id: ruff-format
114114

115115
- repo: https://github.com/wemake-services/wemake-python-styleguide
116-
rev: 6d4ca2bdc16b3098422a2770728136fc0751b817 # frozen: 1.1.0
116+
rev: 89eca4e53c6a95aebebd9cc86b717fb11a915de9 # frozen: 1.2.0
117117
hooks:
118118
- id: wemake-python-styleguide
119119

120120
- repo: https://github.com/pre-commit/mirrors-mypy.git
121-
rev: 7010b10a09f65cd60a23c207349b539aa36dbec1 # frozen: v1.16.0
121+
rev: 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a # frozen: v1.16.1
122122
hooks:
123123
- id: mypy
124124
alias: mypy-py313

0 commit comments

Comments
 (0)