Skip to content

Commit 6c51ce2

Browse files
dependabot[bot]tekton-robot
authored andcommitted
Bump the all group across 2 directories with 2 updates
Bumps the all group with 1 update in the /src/api/resources directory: wolfi-dev/git. Bumps the all group with 2 updates in the /tekton directory: wolfi-dev/git and google.com/cloudsdktool/cloud-sdk. Updates `wolfi-dev/git` from `ed6cb45` to `00f5c4a` Updates `wolfi-dev/git` from `ed6cb45` to `00f5c4a` Updates `google.com/cloudsdktool/cloud-sdk` from 504.0.1 to 505.0.0 --- 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 - dependency-name: google.com/cloudsdktool/cloud-sdk dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d0593e7 commit 6c51ce2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/api/resources/import-resources-pipelinerun.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
- name: repo
5858
steps:
5959
- name: clone
60-
image: ghcr.io/wolfi-dev/git:alpine@sha256:ed6cb45e4b412206cf6236fd3f6b2bb4cf8fae1fa28b320918b4f58533397548
60+
image: ghcr.io/wolfi-dev/git:alpine@sha256:00f5c4a8c6129b3b4929f252077a6b98490ed44e6a7b5c146568165bb89c7278
6161
env:
6262
- name: PARAM_URL
6363
value: $(params.repositoryURL)

tekton/prerelease-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
description: The workspace where the repo has been cloned
3232
steps:
3333
- name: check-git-tag
34-
image: ghcr.io/wolfi-dev/git:alpine@sha256:ed6cb45e4b412206cf6236fd3f6b2bb4cf8fae1fa28b320918b4f58533397548
34+
image: ghcr.io/wolfi-dev/git:alpine@sha256:00f5c4a8c6129b3b4929f252077a6b98490ed44e6a7b5c146568165bb89c7278
3535
script: |
3636
echo "Checking git tag"
3737
# Look for the tag in the list of tags
@@ -41,7 +41,7 @@ spec:
4141
echo "Version $(params.versionTag) already tagged for $(params.package)"
4242
exit 1
4343
- name: check-release-file
44-
image: gcr.io/google.com/cloudsdktool/cloud-sdk:504.0.1@sha256:e0246385c6f43e997bb49541de7c684846ee9c2baa738a68613f14cab987feb8
44+
image: gcr.io/google.com/cloudsdktool/cloud-sdk:505.0.0@sha256:3a24ff5f089d9ce3627306873ef1e1061488a63ae12c0bd0b5c24ec5ee594798
4545
script: |
4646
echo "Checking release file"
4747
# Check if the release file already exists

0 commit comments

Comments
 (0)