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 `ece75e6` to `acde658`

Updates `wolfi-dev/git` from `00f5c4a` to `c05c1a2`

Updates `wolfi-dev/git` from `00f5c4a` to `c05c1a2`

---
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 Jan 12, 2025
1 parent f5c30f6 commit 8f9af11
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:ece75e68a6ef4b92c296b1bee68c4c7fcec7e30a2b0aff1394c7b6092aabd450
FROM cypress/factory@sha256:acde6584f284343028f29eff6045ac1212f8d2f801efe95e9fba05fd91a7b1ec

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:00f5c4a8c6129b3b4929f252077a6b98490ed44e6a7b5c146568165bb89c7278
image: ghcr.io/wolfi-dev/git:alpine@sha256:c05c1a23666e4e245a56c70edb325ad5eb75b326c4e95baaed4774f6a3b86f86
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:00f5c4a8c6129b3b4929f252077a6b98490ed44e6a7b5c146568165bb89c7278
image: ghcr.io/wolfi-dev/git:alpine@sha256:c05c1a23666e4e245a56c70edb325ad5eb75b326c4e95baaed4774f6a3b86f86
script: |
echo "Checking git tag"
# Look for the tag in the list of tags
Expand Down

0 comments on commit 8f9af11

Please sign in to comment.