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