chore(deps): bump hashicorp/vault-action from 2.7.3 to 2.7.4 in /.github/actions/opentelemetry #72
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pre-commit | |
on: | |
pull_request: | |
push: | |
branches: [main] | |
permissions: | |
contents: read | |
# Those checks require access to the internal docker registry. | |
# As we are migrating to GH then we don't need to lint those files. | |
env: | |
SKIP: 'check-jenkins-pipelines,check-jjbb' | |
jobs: | |
pre-commit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: elastic/apm-pipeline-library/.github/actions/pre-commit@main |