Skip to content

Commit ec91377

Browse files
authored
Merge pull request #1151 from GitGuardian/kashyapap.jayasekera/update-ggshield-version
chore(pre-commit): update to ggshield 1.45.0
2 parents edac2af + 14184cf commit ec91377

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_release_assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
sha256sum:
6060
python: e8d7ed8c6f8c6f85cd083d5051cafd8c6c01d09eca340d1da74d0c00ff1cb897
6161
- os: windows-2022
62-
- os: macos-13
62+
- os: macos-15-intel
6363
arch: x86_64
6464
sha256sum:
6565
python: 6378dfd22f58bb553ddb02be28304d739cd730c1f95c15c74955c923a1bc3d6a

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
fail-fast: false
8080
matrix:
81-
os: [ubuntu-22.04, macos-13, windows-2022]
81+
os: [ubuntu-22.04, macos-15-intel, windows-2022]
8282
python-version: ['3.9', '3.10', '3.11', '3.12']
8383
steps:
8484
- uses: actions/checkout@v4

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ repos:
8585
stages: [pre-push]
8686

8787
- repo: https://github.com/gitguardian/ggshield
88-
rev: v1.44.1
88+
rev: v1.45.0
8989
hooks:
9090
- id: ggshield
9191
language_version: python3

0 commit comments

Comments
 (0)