Skip to content

gomod(deps): bump the k8s-io group with 5 updates (#2341) #1062

gomod(deps): bump the k8s-io group with 5 updates (#2341)

gomod(deps): bump the k8s-io group with 5 updates (#2341) #1062

Workflow file for this run

name: push
on:
push:
branches: ["main", "release-*"]
permissions:
id-token: write # This is required for requesting the JWT token
contents: read # This is required for actions/checkout
jobs:
builds:
uses: ./.github/workflows/_build.yaml
with:
purpose: "dev"
img_directory: "prod"
img_version: ${{ github.sha }}
integrations:
needs: builds
secrets: inherit
uses: ./.github/workflows/_integration-tests.yaml
with:
img_directory: "prod"
img_version: ${{ github.sha }}
upgrades:
needs: builds
secrets: inherit
uses: ./.github/workflows/_upgrade-tests.yaml
with:
img_directory: "prod"
img_version: ${{ github.sha }}