From 3785c657ede84e9e774b0c11ac3b762c1eae5a2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 17:40:28 -0500 Subject: [PATCH] build(deps): Bump hashicorp/tfc-workflows-github from 1.0.2 to 1.0.4 (#1873) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [hashicorp/tfc-workflows-github](https://github.com/hashicorp/tfc-workflows-github) from 1.0.2 to 1.0.4.
Release notes

Sourced from hashicorp/tfc-workflows-github's releases.

v1.0.4

v1.0.3

Changelog

Sourced from hashicorp/tfc-workflows-github's changelog.

v1.0.4

v1.0.3

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hashicorp/tfc-workflows-github&package-manager=github_actions&previous-version=1.0.2&new-version=1.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cd.yml | 6 +++--- .github/workflows/terraform.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b8c6d41f2..399aa4d72 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -63,7 +63,7 @@ jobs: # --field branch="$DESTINATION_BRANCH" \ # --field sha="$SHA" - name: Upload Configuration - uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.0.4 id: apply-upload with: workspace: ${{ env.TF_WORKSPACE }} @@ -71,7 +71,7 @@ jobs: # https://app.terraform.io/app/firezone/workspaces/staging/settings/general directory: "./" - name: Create Plan Run - uses: hashicorp/tfc-workflows-github/actions/create-run@v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/create-run@v1.0.4 id: apply-run env: TF_VAR_api_image_tag: '"${{ github.sha }}"' @@ -81,7 +81,7 @@ jobs: workspace: ${{ env.TF_WORKSPACE }} configuration_version: ${{ steps.apply-upload.outputs.configuration_version_id }} - name: Apply - uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.0.4 if: fromJSON(steps.apply-run.outputs.payload).data.attributes.actions.IsConfirmable id: apply with: diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 5263a5114..3c7f18823 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -38,7 +38,7 @@ jobs: run: | terraform fmt --check --recursive - name: Upload Configuration - uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.0.4 id: plan-upload with: workspace: ${{ env.TF_WORKSPACE }} @@ -47,7 +47,7 @@ jobs: directory: "./" speculative: true - name: Create Plan Run - uses: hashicorp/tfc-workflows-github/actions/create-run@v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/create-run@v1.0.4 id: plan-run env: TF_VAR_api_image_tag: '"${{ github.sha }}"' @@ -58,7 +58,7 @@ jobs: configuration_version: ${{ steps.plan-upload.outputs.configuration_version_id }} plan_only: true - name: Get Plan Output - uses: hashicorp/tfc-workflows-github/actions/plan-output@v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/plan-output@v1.0.4 id: plan-output with: plan: ${{ fromJSON(steps.plan-run.outputs.payload).data.relationships.plan.data.id }}