From 0f5204b31ecda16cfcc3968e07b19701f74cf582 Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Fri, 23 May 2025 22:54:15 -0400 Subject: [PATCH] CI: Pin action-automatic-releases to latest commit (#3423) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9086246c3..75d6ec895 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,7 @@ jobs: - name: Create Preview Release if: github.ref == 'refs/heads/master' - uses: "marvinpinto/action-automatic-releases@latest" + uses: marvinpinto/action-automatic-releases@d68defdd11f9dcc7f52f35c1b7c236ee7513bcc1 with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "preview" @@ -76,7 +76,7 @@ jobs: - name: Create Rolling Release if: github.ref == 'refs/heads/dev' - uses: "marvinpinto/action-automatic-releases@latest" + uses: marvinpinto/action-automatic-releases@d68defdd11f9dcc7f52f35c1b7c236ee7513bcc1 with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "latest"