From 5fe60d831a4d27ac87720ee8b0737c973f8f0f0a Mon Sep 17 00:00:00 2001 From: Pijus Kamandulis Date: Wed, 12 Mar 2025 23:48:42 +0200 Subject: [PATCH] Pinned 3rd party Github Actions --- .github/workflows/compile-shared-libraries.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile-shared-libraries.yml b/.github/workflows/compile-shared-libraries.yml index 8673a3b..e16c818 100644 --- a/.github/workflows/compile-shared-libraries.yml +++ b/.github/workflows/compile-shared-libraries.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3 - name: Cross-Compile with xgo - uses: crazy-max/ghaction-xgo@v3.1.0 + uses: crazy-max/ghaction-xgo@e22d3c8b089adba750d5a74738b8e95d96f0c991 # v3.1.0 with: xgo_version: latest go_version: 1.24.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b52ec5..302498a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: go-version: 1.24.0 - name: Cross-Compile with xgo - uses: crazy-max/ghaction-xgo@v3.1.0 + uses: crazy-max/ghaction-xgo@e22d3c8b089adba750d5a74738b8e95d96f0c991 # v3.1.0 with: xgo_version: latest go_version: 1.24.0 @@ -44,7 +44,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5 with: distribution: goreleaser version: ${{ env.GITHUB_REF_NAME }}