Skip to content

chore(deps): update otel/opentelemetry-collector-contrib:latest docker digest to d0ebf65 #62

chore(deps): update otel/opentelemetry-collector-contrib:latest docker digest to d0ebf65

chore(deps): update otel/opentelemetry-collector-contrib:latest docker digest to d0ebf65 #62

Workflow file for this run

name: Pre-Commit
on:
push:
branches:
- main
pull_request:
branches:
- main
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.11'
cache: pip
- run: pip install pre-commit
- run: pre-commit run --all-files