Skip to content

Commit 35c1cde

Browse files
author
Jim Ryan
authored
Merge branch 'main' into feat/transport-server-sni
2 parents 53bc93e + cde57f2 commit 35c1cde

File tree

5 files changed

+232
-43
lines changed

5 files changed

+232
-43
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ jobs:
440440

441441
- name: Download Syft
442442
id: syft
443-
uses: anchore/sbom-action/download-syft@f5e124a5e5e1d497a692818ae907d3c45829d033 # v0.17.3
443+
uses: anchore/sbom-action/download-syft@8d0a6505bf28ced3e85154d13dc6af83299e13f1 # v0.17.4
444444
if: ${{ needs.variables.outputs.binary_cache_sign_hit != 'true' }}
445445

446446
- name: Install Cosign

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050
args: [--new-from-patch=/tmp/diff.patch]
5151

5252
- repo: https://github.com/asottile/pyupgrade
53-
rev: v3.17.0
53+
rev: v3.18.0
5454
hooks:
5555
- id: pyupgrade
5656

@@ -77,7 +77,7 @@ repos:
7777
]
7878

7979
- repo: https://github.com/python-jsonschema/check-jsonschema
80-
rev: 0.29.3
80+
rev: 0.29.4
8181
hooks:
8282
- id: check-jsonschema
8383
name: "Check Helm Chart JSON Schema"

0 commit comments

Comments
 (0)