build(deps): bump openpolicyagent/opa from 1.12.1-envoy-2-static to 1.12.2-envoy-1-static in /ext_authz in the examples-ext-authz group #690
Workflow file for this run
This file contains hidden or 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: Verify | |
| permissions: | |
| contents: read | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| concurrency: | |
| group: >- | |
| ${{ github.event.inputs.head_ref || github.run_id }} | |
| jobs: | |
| examples: | |
| uses: ./.github/workflows/_verify_examples.yml | |
| wasm: | |
| uses: ./.github/workflows/_verify_wasm.yml |