diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index ff889019..57415add 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -65,7 +65,7 @@ jobs: run: python3 -m pip install -r .hooks/requirements.txt - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: ${{ env.GO_VERSION }}