diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index 772ce70b11..1ed189ae80 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -81,7 +81,7 @@ jobs: name: Read go version run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT working-directory: opa - - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ steps.go_version.outputs.go_version }} cache-dependency-path: opa/go.sum diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0c9177033a..7edeea457e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -46,7 +46,7 @@ jobs: run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT - name: Install Go (${{ steps.go_version.outputs.go_version }}) - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ steps.go_version.outputs.go_version }} diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index c9f1ba4b04..5eb1a3ec2b 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -45,7 +45,7 @@ jobs: run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT - name: Install Go (${{ steps.go_version.outputs.go_version }}) - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ steps.go_version.outputs.go_version }} @@ -104,7 +104,7 @@ jobs: run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT - name: Install Go (${{ steps.go_version.outputs.go_version }}) - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ steps.go_version.outputs.go_version }} @@ -137,7 +137,7 @@ jobs: run: echo "go_version=$(cat opa/.go-version)" >> $GITHUB_OUTPUT - name: Install Go (${{ steps.go_version.outputs.go_version }}) - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ steps.go_version.outputs.go_version }} @@ -206,7 +206,7 @@ jobs: run: echo "go_version=$(cat opa/.go-version)" >> $GITHUB_OUTPUT - name: Install Go (${{ steps.go_version.outputs.go_version }}) - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ steps.go_version.outputs.go_version }} @@ -269,7 +269,7 @@ jobs: run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT - name: Install Go (${{ steps.go_version.outputs.go_version }}) - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ steps.go_version.outputs.go_version }} diff --git a/.github/workflows/post-merge.yaml b/.github/workflows/post-merge.yaml index bbcfa0b699..47be535824 100644 --- a/.github/workflows/post-merge.yaml +++ b/.github/workflows/post-merge.yaml @@ -110,7 +110,7 @@ jobs: run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT - name: Install Go (${{ steps.go_version.outputs.go_version }}) - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ steps.go_version.outputs.go_version }} @@ -151,7 +151,7 @@ jobs: run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT - name: Install Go (${{ steps.go_version.outputs.go_version }}) - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ steps.go_version.outputs.go_version }} diff --git a/.github/workflows/post-tag.yaml b/.github/workflows/post-tag.yaml index 09902ca8c4..1cafc2b26e 100644 --- a/.github/workflows/post-tag.yaml +++ b/.github/workflows/post-tag.yaml @@ -40,7 +40,7 @@ jobs: name: Read go version run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT - name: Install Go (${{ steps.go_version.outputs.go_version }}) - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ steps.go_version.outputs.go_version }} cache: false @@ -89,7 +89,7 @@ jobs: run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT - name: Install Go (${{ steps.go_version.outputs.go_version }}) - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ steps.go_version.outputs.go_version }} cache: false diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index f8a100e0f1..b2faf83524 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -157,7 +157,7 @@ jobs: run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT - name: Install Go (${{ steps.go_version.outputs.go_version }}) - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ steps.go_version.outputs.go_version }} if: matrix.os != 'linux' @@ -208,7 +208,7 @@ jobs: run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT - name: Install Go (${{ steps.go_version.outputs.go_version }}) - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ steps.go_version.outputs.go_version }} @@ -411,7 +411,7 @@ jobs: persist-credentials: false - name: Install Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: stable @@ -458,7 +458,7 @@ jobs: uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: generated - - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ matrix.version }} - run: make build diff --git a/.github/workflows/release-vulnerability-check.yaml b/.github/workflows/release-vulnerability-check.yaml index 55cf282567..940d097c5e 100644 --- a/.github/workflows/release-vulnerability-check.yaml +++ b/.github/workflows/release-vulnerability-check.yaml @@ -40,7 +40,7 @@ jobs: run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT - name: Install Go (${{ steps.go_version.outputs.go_version }}) - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ steps.go_version.outputs.go_version }}