Skip to content

Commit 6075ac4

Browse files
authored
Merge branch 'master' into docs-rel-4-7-c
2 parents 1b5d187 + 46bed32 commit 6075ac4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cluster-scanner-librarium.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
repository: spectrocloud/palette-samples
2323

2424
- name: Set Up Go
25-
uses: actions/setup-go@v5
25+
uses: actions/setup-go@v6
2626
with:
2727
go-version-file: "scripts/cluster-scanner/go.mod"
2828

.github/workflows/nightly-docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
tags: ghcr.io/${{ github.repository }}:nightly
9090
labels: ${{ steps.meta.outputs.labels }}
9191

92-
- uses: sigstore/cosign-installer@v3.9.2
92+
- uses: sigstore/cosign-installer@v3.10.0
9393

9494
- name: Image Signing
9595
run: |

0 commit comments

Comments
 (0)