From 5343ca799a104887c9e93b6956c4c867f2d47262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:39:19 +0000 Subject: [PATCH] Bump step-security/wait-for-secrets from 1.0.3 to 1.2.0 Bumps [step-security/wait-for-secrets](https://github.com/step-security/wait-for-secrets) from 1.0.3 to 1.2.0. - [Release notes](https://github.com/step-security/wait-for-secrets/releases) - [Commits](https://github.com/step-security/wait-for-secrets/compare/1204ba02d7a707c4ef2e906d2ea1e36eebd9bbd2...5809f7d044804a5a1d43217fa8f3e855939fc9ef) --- updated-dependencies: - dependency-name: step-security/wait-for-secrets dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ec3f2b4a..3457d70e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: env: PAT: ${{ secrets.PAT }} - - uses: step-security/wait-for-secrets@1204ba02d7a707c4ef2e906d2ea1e36eebd9bbd2 + - uses: step-security/wait-for-secrets@5809f7d044804a5a1d43217fa8f3e855939fc9ef id: wait-for-secrets with: slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}