From 1dd18fb9682dcc9215f86815a717952c43b6c62e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 05:55:19 +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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 64ba81e..885d5c2 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -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 }}