From 7991c36320fbfd7f575a02d8701a602e09b20351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 05:14:10 +0000 Subject: [PATCH] Bump step-security/publish-action Bumps [step-security/publish-action](https://github.com/step-security/publish-action) from b438f840875fdcb7d1de4fc3d1d30e86cf6acb5d to 00f33a2a7d8b77187d08ce666d0d5d73ad1dfb93. - [Commits](https://github.com/step-security/publish-action/compare/b438f840875fdcb7d1de4fc3d1d30e86cf6acb5d...00f33a2a7d8b77187d08ce666d0d5d73ad1dfb93) --- updated-dependencies: - dependency-name: step-security/publish-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index f36d660..b39d228 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -30,6 +30,6 @@ jobs: allowed-endpoints: api.github.com:443 github.com:443 - name: Update the ${{ env.TAG_NAME }} tag - uses: step-security/publish-action@b438f840875fdcb7d1de4fc3d1d30e86cf6acb5d + uses: step-security/publish-action@00f33a2a7d8b77187d08ce666d0d5d73ad1dfb93 with: source-tag: ${{ env.TAG_NAME }}