fix(security): widen Dependabot scope and pin patched Next for webpac… #104
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: Test API Image CI | ||
| on: | ||
| pull_request: | ||
| paths: | ||
| - integration-tests/test-api/** | ||
| permissions: | ||
| content: read | ||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
| cancel-in-progress: true | ||
| jobs: | ||
| build: | ||
| name: Build API Test | ||
| uses: codecov/gha-workflows/.github/workflows/build-and-push-dockerhub.yml@v1.2.14 | ||
| secrets: inherit | ||
| with: | ||
| push: false | ||
| image_name: codecov-javascript-bundler-plugins-test-api | ||
| docker_path: integration-tests/test-api | ||