Skip to content

Commit

Permalink
Bump the all group across 3 directories with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update in the /packages/e2e/base-image directory: cypress/factory.
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 `cypress/factory` from `f327ccb` to `da5f804`

Updates `wolfi-dev/git` from `fa844b3` to `259a9e8`

Updates `wolfi-dev/git` from `fa844b3` to `259a9e8`

---
updated-dependencies:
- dependency-name: cypress/factory
  dependency-type: direct:production
  dependency-group: all
- 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tekton-robot committed Feb 9, 2025
1 parent 0d67a69 commit 82f4dd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/e2e/base-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ARG CHROME_VERSION='130.0.6723.69-1'
ARG NODE_VERSION='20.18.0'

FROM cypress/factory@sha256:f327ccbefec63619d30df64dc9500586297d2608b0621b07507bccc8801b75a5
FROM cypress/factory@sha256:da5f804d9b69cacd9563e3a9d39ec851fa8f4542c64348cb3e1fa7ecee940885

LABEL maintainer "Tekton Authors <[email protected]>"
LABEL org.opencontainers.image.source=https://github.com/tektoncd/dashboard
Expand Down
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:fa844b395cc34afc2e393e470527dfe156985c8d1c4df46f19c234daffed4d34
image: ghcr.io/wolfi-dev/git:alpine@sha256:259a9e82c86227682ea3e7c28db64d9f94ff4e5febb914e3428683e08e3a99dc
env:
- name: PARAM_URL
value: $(params.repositoryURL)
Expand Down
2 changes: 1 addition & 1 deletion 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:fa844b395cc34afc2e393e470527dfe156985c8d1c4df46f19c234daffed4d34
image: ghcr.io/wolfi-dev/git:alpine@sha256:259a9e82c86227682ea3e7c28db64d9f94ff4e5febb914e3428683e08e3a99dc
script: |
echo "Checking git tag"
# Look for the tag in the list of tags
Expand Down

0 comments on commit 82f4dd2

Please sign in to comment.