diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f651cbc..71271a2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,10 +39,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0 with: go-version: "1.24.5" @@ -59,14 +59,14 @@ jobs: go build -ldflags "-X main.version=${{ github.ref_name }}" -o "${{ matrix.artifact }}" . - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: ${{ matrix.artifact }} path: ${{ matrix.artifact }} - name: Setup Node if: ${{ matrix.isPublisher }} - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version: "24" @@ -100,7 +100,7 @@ jobs: - name: Download all artifacts if: ${{ matrix.isPublisher }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: path: ./artifacts @@ -114,7 +114,7 @@ jobs: - name: Create GitHub Release if: ${{ matrix.isPublisher }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2 with: files: ./release/* draft: false