From c7e4c2635e387d62b4e74febf15550ba986e43d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 21:49:14 +0000 Subject: [PATCH] Bump jenkins-infra/verify-ci-status-action from 1.2.0 to 1.2.2 Bumps [jenkins-infra/verify-ci-status-action](https://github.com/jenkins-infra/verify-ci-status-action) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/jenkins-infra/verify-ci-status-action/releases) - [Commits](https://github.com/jenkins-infra/verify-ci-status-action/compare/v1.2.0...v1.2.2) --- updated-dependencies: - dependency-name: jenkins-infra/verify-ci-status-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e8ad92e9..fb9b6067 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -14,7 +14,7 @@ jobs: should_release: ${{ steps.verify-ci-status.outputs.result == 'success' && steps.interesting-categories.outputs.interesting == 'true' }} steps: - name: Verify CI status - uses: jenkins-infra/verify-ci-status-action@v1.2.0 + uses: jenkins-infra/verify-ci-status-action@v1.2.2 id: verify-ci-status with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}