build(deps): bump saleor/saleor-internal-actions/.github/workflows/build-push-image-multi-platform.yaml from 1.10.0 to 1.11.0 #8
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
| # Tests the GitHub Action (../../action.yaml). This creates annotations, | |
| # but they won't appear in the PR UI because GitHub only shows annotations | |
| # that are tied to lines modified in the pull request. Instead, they will | |
| # be visible in this workflow's logs. | |
| name: Test GitHub Action | |
| on: | |
| pull_request: | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: checkout | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| - name: Annotate | |
| uses: ./ | |
| with: | |
| sarif-file: ./test/assets/semgrep-failed-execution.json |