From 467cd53de30a36fc74a587aaf3bfc694ee0e4bae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 03:00:14 +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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc764e0..26ea57f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,6 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - 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 }}