From 0585304efce7e404f12b845f54f2d9713a007b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 20:18:17 +0000 Subject: [PATCH] Bump the all group across 2 directories with 1 update Bumps the all group with 1 update in the /src/api/resources directory: wolfi-dev/git. Bumps the all group with 1 update in the /tekton directory: wolfi-dev/git. Updates `wolfi-dev/git` from `3448a48` to `fa844b3` Updates `wolfi-dev/git` from `3448a48` to `fa844b3` --- updated-dependencies: - dependency-name: wolfi-dev/git dependency-type: direct:production dependency-group: all - dependency-name: wolfi-dev/git dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- src/api/resources/import-resources-pipelinerun.yaml | 2 +- tekton/prerelease-checks.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/resources/import-resources-pipelinerun.yaml b/src/api/resources/import-resources-pipelinerun.yaml index 9201af1f4..735343038 100644 --- a/src/api/resources/import-resources-pipelinerun.yaml +++ b/src/api/resources/import-resources-pipelinerun.yaml @@ -57,7 +57,7 @@ spec: - name: repo steps: - name: clone - image: ghcr.io/wolfi-dev/git:alpine@sha256:3448a48e6774a4f25684a7365f162aac48efa173426fbfbb064cde0266c71397 + image: ghcr.io/wolfi-dev/git:alpine@sha256:fa844b395cc34afc2e393e470527dfe156985c8d1c4df46f19c234daffed4d34 env: - name: PARAM_URL value: $(params.repositoryURL) diff --git a/tekton/prerelease-checks.yaml b/tekton/prerelease-checks.yaml index e9cdefb89..bc611b695 100644 --- a/tekton/prerelease-checks.yaml +++ b/tekton/prerelease-checks.yaml @@ -31,7 +31,7 @@ spec: description: The workspace where the repo has been cloned steps: - name: check-git-tag - image: ghcr.io/wolfi-dev/git:alpine@sha256:3448a48e6774a4f25684a7365f162aac48efa173426fbfbb064cde0266c71397 + image: ghcr.io/wolfi-dev/git:alpine@sha256:fa844b395cc34afc2e393e470527dfe156985c8d1c4df46f19c234daffed4d34 script: | echo "Checking git tag" # Look for the tag in the list of tags