Skip to content

gomod(deps): bump golang.org/x/crypto from 0.49.0 to 0.50.0 #5907

gomod(deps): bump golang.org/x/crypto from 0.49.0 to 0.50.0

gomod(deps): bump golang.org/x/crypto from 0.49.0 to 0.50.0 #5907

Workflow file for this run

name: pull
on:
pull_request_target:
branches:
- main
types: [opened, edited, synchronize, reopened, ready_for_review]
permissions:
id-token: write # This is required for requesting the JWT token
contents: read # This is required for actions/checkout
jobs:
unit-tests:
uses: kyma-project/serverless/.github/workflows/_unit-tests.yaml@main
gitleaks:
uses: kyma-project/serverless/.github/workflows/_gitleaks.yaml@main
images-verify:
if: github.event.pull_request.base.ref == 'main'
uses: kyma-project/serverless/.github/workflows/_images-verify.yaml@main
builds:
uses: kyma-project/serverless/.github/workflows/_build.yaml@main
with:
purpose: "dev"
img_directory: "dev"
img_version: PR-${{ github.event.number }}
integrations:
needs: builds
secrets: inherit
uses: kyma-project/serverless/.github/workflows/_integration-tests.yaml@main
with:
img_directory: "dev"
img_version: PR-${{ github.event.number }}