diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f97186a6ccf..f8a0a15a432 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -70,7 +70,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: docker build @@ -112,7 +112,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: docker build @@ -154,7 +154,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: docker build @@ -196,7 +196,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: docker build @@ -238,7 +238,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: docker build @@ -280,7 +280,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: docker build @@ -322,7 +322,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: '^1.17' - name: docker build diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index d3fa5ff6adc..73c1f18daa6 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -40,7 +40,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: 1.17 - diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index dad76c20438..1deb403db88 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -48,7 +48,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: setup-go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: '1.17' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 321f73c435e..d1e94ad2c72 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,7 +58,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: Run unit-tests @@ -101,7 +101,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: generate mocks @@ -146,7 +146,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: generate docs @@ -190,7 +190,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: build-proto @@ -235,7 +235,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: Run build @@ -280,7 +280,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: build cron @@ -325,7 +325,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: build worker @@ -370,7 +370,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: build cii-worker @@ -415,7 +415,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: build shuffler @@ -460,7 +460,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: build bq transfer @@ -505,7 +505,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: build bq transfer @@ -550,7 +550,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: build webhook @@ -595,7 +595,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: build-add-script @@ -640,7 +640,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: build-validate-script @@ -685,7 +685,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: build-validate-script @@ -729,7 +729,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: Run build @@ -764,7 +764,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: Run build @@ -808,7 +808,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: Run build @@ -852,7 +852,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: ${{ env.GO_VERSION }} - name: Run build @@ -876,7 +876,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4 - - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2.2.0 + - uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0 with: go-version: '1.17' - name: Check license headers diff --git a/.github/workflows/publishimage.yml b/.github/workflows/publishimage.yml index 731e4e4678e..20f4c22de1b 100644 --- a/.github/workflows/publishimage.yml +++ b/.github/workflows/publishimage.yml @@ -44,7 +44,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a with: go-version: ${{ env.GO_VERSION }} - name: install ko