Skip to content

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.28.3 #1778

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.28.3

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.28.3 #1778

Workflow file for this run

name: 📷 Build Snapshot
on:
push:
pull_request:
pull_request_target:
types:
- labeled
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
if: ${{ github.event_name != 'pull_request_target' || (github.event_name == 'pull_request_target' && github.event.label.name == vars.DEFAULT_LABEL_OK_TO_TEST && vars.DEFAULT_LABEL_OK_TO_TEST != '') }}
uses: ./.github/workflows/build.yaml
with:
mode: snapshot
secrets: inherit
permissions:
contents: read
packages: write
id-token: write
pull-requests: write
component-descriptor:
if: ${{ github.event_name != 'pull_request_target' || (github.event_name == 'pull_request_target' && github.event.label.name == vars.DEFAULT_LABEL_OK_TO_TEST && vars.DEFAULT_LABEL_OK_TO_TEST != '') }}
uses: gardener/cc-utils/.github/workflows/post-build.yaml@v1
needs:
- build
permissions:
id-token: write
contents: write