Skip to content

pip-python314(deps): bump the opentelemetry group in /components/runtimes/python314 with 5 updates #6655

pip-python314(deps): bump the opentelemetry group in /components/runtimes/python314 with 5 updates

pip-python314(deps): bump the opentelemetry group in /components/runtimes/python314 with 5 updates #6655

Workflow file for this run

name: pull
on:
pull_request:
branches:
- main
types: [opened, edited, synchronize, reopened, ready_for_review]
permissions:
contents: read # This is required for actions/checkout
jobs:
unit-tests:
uses: ./.github/workflows/_unit-tests.yaml
gitleaks:
uses: ./.github/workflows/_gitleaks.yaml
images-verify:
if: github.event.pull_request.base.ref == 'main'
uses: ./.github/workflows/_images-verify.yaml
check-fips-image-versions:
uses: ./.github/workflows/_check-fips-image-versions.yaml
with:
ref: ${{ github.event.pull_request.head.sha }}