Skip to content

Commit 444f17e

Browse files
chore(deps): update mikefarah/yq action to v4.50.1 (#252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c2d9da8 commit 444f17e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
296296

297297
- name: Install yq
298-
uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
298+
uses: mikefarah/yq@065b200af9851db0d5132f50bc10b1406ea5c0a8 # v4.50.1
299299

300300
- name: Log in to Container Registry
301301
# Only login when we're going to push (main branch or manual trigger)

.github/workflows/periodic-security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4949

5050
- name: Install yq
51-
uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
51+
uses: mikefarah/yq@065b200af9851db0d5132f50bc10b1406ea5c0a8 # v4.50.1
5252

5353
- name: Extract metadata from config
5454
id: meta

0 commit comments

Comments
 (0)