diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8719d2f..72d6441 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: components: rustfmt,clippy - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: adapters/go_bip352/go.mod cache-dependency-path: adapters/go_bip352/go.sum @@ -140,7 +140,7 @@ jobs: toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }} - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: adapters/go_bip352/go.mod cache-dependency-path: adapters/go_bip352/go.sum diff --git a/.github/workflows/maturity.yml b/.github/workflows/maturity.yml index 02e0e7a..41386d9 100644 --- a/.github/workflows/maturity.yml +++ b/.github/workflows/maturity.yml @@ -44,7 +44,7 @@ jobs: toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }} - name: Install Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: adapters/go_bip352/go.mod cache-dependency-path: adapters/go_bip352/go.sum diff --git a/.github/workflows/nightly-fuzz.yml b/.github/workflows/nightly-fuzz.yml index 5f8d2dc..c24fae7 100644 --- a/.github/workflows/nightly-fuzz.yml +++ b/.github/workflows/nightly-fuzz.yml @@ -55,7 +55,7 @@ jobs: toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }} - name: Install Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: adapters/go_bip352/go.mod cache-dependency-path: adapters/go_bip352/go.sum @@ -124,7 +124,7 @@ jobs: toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }} - name: Install Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: adapters/go_bip352/go.mod cache-dependency-path: adapters/go_bip352/go.sum