Skip to content

build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0 #4049

build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0

build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0 #4049

Workflow file for this run

name: CI
on:
push:
branches:
- 'release-*'
pull_request:
branches:
- main
- 'release-*'
# ignore PRs with only documentation changes
paths-ignore:
- '**/*.md'
permissions:
contents: read
pull-requests: read
jobs:
trivy:
permissions:
actions: read
contents: read
security-events: write
uses: "./.github/workflows/lib-trivy.yaml"
validate:
uses: "./.github/workflows/lib-validate.yaml"
codeql:
permissions:
actions: read
contents: read
security-events: write
uses: "./.github/workflows/lib-codeql.yaml"
build:
needs:
- trivy
- validate
uses: "./.github/workflows/lib-build.yaml"
e2e:
needs:
- build
uses: "./.github/workflows/lib-e2e.yaml"