From aad023d7ac462af2bcd112b713f3cbb509a452b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:15:15 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [coder/coder/.github/actions/setup-tf](https://github.com/coder/coder) and [actions/setup-go](https://github.com/actions/setup-go). Updates `coder/coder/.github/actions/setup-tf` from 2.34.3 to 2.34.4 - [Release notes](https://github.com/coder/coder/releases) - [Changelog](https://github.com/coder/coder/blob/main/release.key) - [Commits](https://github.com/coder/coder/compare/4653f32eb4840de54e8dca04a069fb7e61664cf6...19d9274d2a5825fe4729095d51552e8f76531a50) Updates `actions/setup-go` from 6.4.0 to 6.5.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/4a3601121dd01d1626a1e23e37211e3254c1c06c...924ae3a1cded613372ab5595356fb5720e22ba16) --- updated-dependencies: - dependency-name: coder/coder/.github/actions/setup-tf dependency-version: 2.34.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/version-bump.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 967e66e09..4494bd94c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: all: - '**' - name: Set up Terraform - uses: coder/coder/.github/actions/setup-tf@4653f32eb4840de54e8dca04a069fb7e61664cf6 # v2.34.3 + uses: coder/coder/.github/actions/setup-tf@19d9274d2a5825fe4729095d51552e8f76531a50 # v2.34.4 - name: Set up Bun uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2 with: @@ -87,7 +87,7 @@ jobs: bun-version: latest # Need Terraform for its formatter - name: Install Terraform - uses: coder/coder/.github/actions/setup-tf@4653f32eb4840de54e8dca04a069fb7e61664cf6 # v2.34.3 + uses: coder/coder/.github/actions/setup-tf@19d9274d2a5825fe4729095d51552e8f76531a50 # v2.34.4 - name: Install dependencies run: bun install - name: Validate formatting @@ -106,7 +106,7 @@ jobs: - name: Check out code uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: "1.24.0" - name: Validate contributors diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 8136faa2b..af7697016 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: stable - name: golangci-lint diff --git a/.github/workflows/version-bump.yaml b/.github/workflows/version-bump.yaml index b33859604..a006710b1 100644 --- a/.github/workflows/version-bump.yaml +++ b/.github/workflows/version-bump.yaml @@ -31,7 +31,7 @@ jobs: bun-version: latest - name: Set up Terraform - uses: coder/coder/.github/actions/setup-tf@4653f32eb4840de54e8dca04a069fb7e61664cf6 # v2.34.3 + uses: coder/coder/.github/actions/setup-tf@19d9274d2a5825fe4729095d51552e8f76531a50 # v2.34.4 - name: Install dependencies run: bun install