Skip to content

Commit

Permalink
Bump the all group across 2 directories with 2 updates
Browse files Browse the repository at this point in the history
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 `2d4aaa8` to `ed6cb45`

Updates `wolfi-dev/git` from `2d4aaa8` to `ed6cb45`

Updates `google.com/cloudsdktool/cloud-sdk` from 503.0.0 to 504.0.1

---
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>
  • Loading branch information
dependabot[bot] authored and tekton-robot committed Jan 7, 2025
1 parent 289b7a5 commit 58878b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/api/resources/import-resources-pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
- name: repo
steps:
- name: clone
image: ghcr.io/wolfi-dev/git:alpine@sha256:2d4aaa8bedc9baa2a48cfd91f5cdc46cc559a068fd8718874f85ca6917672d51
image: ghcr.io/wolfi-dev/git:alpine@sha256:ed6cb45e4b412206cf6236fd3f6b2bb4cf8fae1fa28b320918b4f58533397548
env:
- name: PARAM_URL
value: $(params.repositoryURL)
Expand Down
4 changes: 2 additions & 2 deletions tekton/prerelease-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:2d4aaa8bedc9baa2a48cfd91f5cdc46cc559a068fd8718874f85ca6917672d51
image: ghcr.io/wolfi-dev/git:alpine@sha256:ed6cb45e4b412206cf6236fd3f6b2bb4cf8fae1fa28b320918b4f58533397548
script: |
echo "Checking git tag"
# Look for the tag in the list of tags
Expand All @@ -41,7 +41,7 @@ spec:
echo "Version $(params.versionTag) already tagged for $(params.package)"
exit 1
- name: check-release-file
image: gcr.io/google.com/cloudsdktool/cloud-sdk:503.0.0@sha256:3de00d1ff412222f53cf71e7e20c99c13ec3e8e21dc3056e2d6cedc9408afaee
image: gcr.io/google.com/cloudsdktool/cloud-sdk:504.0.1@sha256:e0246385c6f43e997bb49541de7c684846ee9c2baa738a68613f14cab987feb8
script: |
echo "Checking release file"
# Check if the release file already exists
Expand Down

0 comments on commit 58878b3

Please sign in to comment.