From 7115b2711371dafe86038c90564b5de165e48b42 Mon Sep 17 00:00:00 2001 From: mr0xb Date: Thu, 27 Aug 2026 12:35:06 -0400 Subject: [PATCH] Update .forgejo/workflows/release.yml use local actions mirror(s), pin hash --- .forgejo/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 2146c97..bbc93b7 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -16,7 +16,7 @@ jobs: outputs: new_tag: ${{ steps.tag.outputs.new_tag }} steps: - - uses: https://code.forgejo.org/actions/checkout@v4 + - uses: https://git.sbriggs.io/actions/checkout@f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a with: fetch-depth: 0 @@ -71,7 +71,8 @@ jobs: needs: tag runs-on: debian steps: - - uses: https://code.forgejo.org/actions/checkout@v4 + #- uses: https://code.forgejo.org/actions/checkout@v4 + - uses: https://git.sbriggs.io/actions/checkout@f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a with: fetch-depth: 0 ref: ${{ needs.tag.outputs.new_tag }} @@ -110,7 +111,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Publish Forgejo release - uses: https://code.forgejo.org/actions/forgejo-release@v2 + uses: https://git.sbriggs.io/actions/forgejo-release@585a6614e80a6bcfc429b956ae34831889cabb78 with: direction: upload url: ${{ github.server_url }}