fix(pg-instrumentation): capture query values when passed as second argument for prepared statements #15832
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: Ensure API Peer Dependency | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| peer-api-check: | |
| runs-on: ubuntu-latest | |
| container: | |
| image: node:20 | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v5 | |
| - name: Install script dependencies | |
| run: npm ci --ignore-scripts | |
| - name: Check API dependency semantics | |
| run: node ./scripts/peer-api-check.js |