From 487d671b3632c1cc2567af58d81df13a228dd7a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 17:29:16 +0000 Subject: [PATCH] Bump the actions-deps group with 4 updates Bumps the actions-deps group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-go](https://github.com/actions/setup-go), [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.3.0...08c6903cd8c0fde910a37f88322edcfb5dd907a8) Updates `actions/setup-go` from 5.5.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5.5.0...44694675825211faa026b3c33043df3e48a5fa00) Updates `hashicorp/setup-terraform` from 1.4.0 to 3.1.2 - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/setup-terraform/compare/ed3a0531877aca392eb870f440d9ae7aba83a6bd...b9cd54a3c349d3f38e8881555d616ced269862dd) Updates `actions/setup-python` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/a26af69be951a213d495a4c3e4e4022e16d87065...e797f83bcb11b83ae66e0230d6156d7c80228e7c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/setup-go dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: hashicorp/setup-terraform dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/gerald-push.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/lintfix.yml | 2 +- .github/workflows/markdowner.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gerald-push.yml b/.github/workflows/gerald-push.yml index 8730fa5..91cc4b7 100644 --- a/.github/workflows/gerald-push.yml +++ b/.github/workflows/gerald-push.yml @@ -9,7 +9,7 @@ jobs: gerald: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4 with: ref: '${{ github.ref }}' # GitHub Actions doesn't allow us to take the length of github.event.commits, so we have to pass the array into node and take the length there. diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6727346..23babca 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - - uses: hashicorp/setup-terraform@ed3a0531877aca392eb870f440d9ae7aba83a6bd # v1 + - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v1 with: terraform_version: ${{ env.TERRAFORM_VERSION }} - name: Initialize Terraform diff --git a/.github/workflows/lintfix.yml b/.github/workflows/lintfix.yml index 0ee7ced..3d1a044 100644 --- a/.github/workflows/lintfix.yml +++ b/.github/workflows/lintfix.yml @@ -38,7 +38,7 @@ jobs: run: "./.github/scripts/lintfix-pin-actions.sh" - name: Install shfmt run: go install mvdan.cc/sh/v3/cmd/shfmt@latest - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5 - name: install dependencies run: | pip install --user mdformat mdformat-gfm mdformat-shfmt mdformat-tables mdformat-toc diff --git a/.github/workflows/markdowner.yaml b/.github/workflows/markdowner.yaml index 403a84f..f620c6c 100644 --- a/.github/workflows/markdowner.yaml +++ b/.github/workflows/markdowner.yaml @@ -16,10 +16,10 @@ jobs: with: fetch-depth: '0' - name: Install Go - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 + uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v5 - name: Install shfmt run: go install mvdan.cc/sh/v3/cmd/shfmt@latest - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5 - name: install dependencies run: | pip install --user mdformat mdformat-gfm mdformat-shfmt mdformat-tables mdformat-toc