chore(ci): bump github/codeql-action from 3.28.19 to 3.29.0 in the gh-actions-packages group #1036
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: Check Pull Request CI Status | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - synchronize | |
| - reopened | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| permissions: | |
| checks: read | |
| statuses: read | |
| jobs: | |
| check-ci-pipelines: | |
| # Do not change this name, it must be equal to job id | |
| # https://github.com/DataDog/ensure-ci-success/blob/main/docs/limitations.md#do-not-set-a-name-to-the-job-shipping-ensure-ci-success | |
| name: check-ci-pipelines | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Run Ensure CI Success | |
| uses: DataDog/ensure-ci-success@4a4b720e881d965254a9de2a4f14d1ec0c3d0d7c | |
| with: | |
| initial-delay-seconds: "500" | |
| max-retries: "60" | |
| ignored-name-patterns: | | |
| dd-gitlab/default-pipeline | |
| dd-gitlab/test_smoke: \[11, 2/2\] | |
| dd-gitlab/test_smoke: \[8, 2/2\] |