Skip to content

Commit df141bc

Browse files
chore(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 533081a commit df141bc

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/golicenses.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
golicenses:
1212
runs-on: [self-hosted, Linux, X64, validator]
1313
container:
14-
image: us-docker.pkg.dev/palette-images/build-base-images/golang:1.23-alpine
14+
image: us-docker.pkg.dev/palette-images/build-base-images/golang:1.25-alpine
1515
steps:
1616
- name: checkout
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

.github/workflows/govulncheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
govulncheck:
1313
runs-on: [self-hosted, Linux, X64, validator]
1414
container:
15-
image: us-docker.pkg.dev/palette-images/build-base-images/golang:1.23-alpine
15+
image: us-docker.pkg.dev/palette-images/build-base-images/golang:1.25-alpine
1616
steps:
1717
- name: install-govulncheck
1818
run: GOBIN=/usr/local/bin go install golang.org/x/vuln/cmd/govulncheck@latest

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
cache-to: type=gha,scope=${{ github.ref_name }}-${{ env.IMAGE_TAG }}
104104

105105
- name: Generate SBOM
106-
uses: anchore/sbom-action@55dc4ee22412511ee8c3142cbea40418e6cec693 # v0.17.8
106+
uses: anchore/sbom-action@43a17d6e7add2b5535efe4dcae9952337c479a93 # v0.20.11
107107
with:
108108
image: ${{ env.IMAGE_TAG }}
109109
artifact-name: sbom-${{ env.IMAGE_NAME }}

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
3131
with:
32-
python-version: '3.9'
32+
python-version: '3.14'
3333
check-latest: true
3434

3535
- name: Set up frigate
@@ -77,11 +77,11 @@ jobs:
7777

7878
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
7979
with:
80-
python-version: '3.9'
80+
python-version: '3.14'
8181
check-latest: true
8282

8383
- name: Set up chart-testing
84-
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
84+
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0
8585

8686
- name: Set up Docker Buildx
8787
id: buildx
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Create kind cluster
114114
if: steps.list-changed.outputs.changed == 'true'
115-
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
115+
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
116116
with:
117117
cluster_name: ct-${{ steps.short-sha.outputs.sha }}
118118

0 commit comments

Comments
 (0)