Skip to content

deps: Update Rust crate opentelemetry_sdk to v0.32.1 [SECURITY] #651

deps: Update Rust crate opentelemetry_sdk to v0.32.1 [SECURITY]

deps: Update Rust crate opentelemetry_sdk to v0.32.1 [SECURITY] #651

Workflow file for this run

name: pr-title
on:
pull_request:
types: [opened, edited, reopened, synchronize]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
check:
name: scoped-commits subject check
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Harden the runner
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v6
- name: Self-test the checker
run: bash .github/scripts/check-pr-title-test.sh
- name: Check PR title
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: bash .github/scripts/check-pr-title.sh "$PR_TITLE"