From 165a71a999f96511ab3363900cff5abe2fe015f1 Mon Sep 17 00:00:00 2001 From: eliottreich Date: Fri, 12 Jun 2026 11:29:49 +0300 Subject: [PATCH] ci: pin softprops/action-gh-release to a commit SHA Replaces the mutable @v2.6.1 tag with the commit it points to (153bb8e04406b158c6c84fc1615b65b24149a1fe), keeping a # v2.6.1 comment. Ref-only, no behavior change. --- .github/workflows/build-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-branch.yml b/.github/workflows/build-branch.yml index 8ad71e7d68a..b785ce94cdb 100644 --- a/.github/workflows/build-branch.yml +++ b/.github/workflows/build-branch.yml @@ -391,7 +391,7 @@ jobs: - name: Create Release id: create_release - uses: softprops/action-gh-release@v2.6.1 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: