From 6fa3c65fbf133d60ab2735042a56bae1fdb4e240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 21:43:40 +0000 Subject: [PATCH] chore(deps): bump iStreamPlanet/github-actions from 1.15.0 to 1.18.0 Bumps [iStreamPlanet/github-actions](https://github.com/istreamplanet/github-actions) from 1.15.0 to 1.18.0. - [Release notes](https://github.com/istreamplanet/github-actions/releases) - [Changelog](https://github.com/iStreamPlanet/github-actions/blob/main/.releaserc) - [Commits](https://github.com/istreamplanet/github-actions/compare/v1.15.0...v1.18.0) --- updated-dependencies: - dependency-name: iStreamPlanet/github-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 693abcc..e81842b 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -34,7 +34,7 @@ jobs: if: github.event_name == 'pull_request' steps: - name: Minimize previous comments - uses: iStreamPlanet/github-actions/minimize-comments@v1.15.0 + uses: iStreamPlanet/github-actions/minimize-comments@v1.18.0 with: github-token: ${{secrets.GITHUB_TOKEN}} by-author: github-actions @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - id: build-workspace-matrix - uses: iStreamPlanet/github-actions/build-workspace-matrix@v1.15.0 + uses: iStreamPlanet/github-actions/build-workspace-matrix@v1.18.0 with: github-token: ${{secrets.GITHUB_TOKEN}} workspaces: ${{ inputs.workspaces }} @@ -90,7 +90,7 @@ jobs: asdf plugin-add sops asdf install - name: "terraform fmt" - uses: iStreamPlanet/github-actions/terraform-actions@v1.15.0 + uses: iStreamPlanet/github-actions/terraform-actions@v1.18.0 if: github.event_name == 'pull_request' with: command: fmt @@ -100,35 +100,35 @@ jobs: with: ssh-private-key: ${{ secrets.ssh_private_key }} - name: "terraform init" - uses: iStreamPlanet/github-actions/terraform-actions@v1.15.0 + uses: iStreamPlanet/github-actions/terraform-actions@v1.18.0 env: GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no -i $HOME/.ssh/id_rsa" with: command: init working_directory: ${{ env.WORKSPACE }} - name: "terraform validate" - uses: iStreamPlanet/github-actions/terraform-actions@v1.15.0 + uses: iStreamPlanet/github-actions/terraform-actions@v1.18.0 with: command: validate working_directory: ${{ env.WORKSPACE }} - name: "terraform plan" id: terraform-plan - uses: iStreamPlanet/github-actions/terraform-actions@v1.15.0 + uses: iStreamPlanet/github-actions/terraform-actions@v1.18.0 if: github.event_name == 'pull_request' || github.event_name == 'schedule' with: command: plan working_directory: ${{ env.WORKSPACE }} - name: "terraform apply" - uses: iStreamPlanet/github-actions/terraform-actions@v1.15.0 + uses: iStreamPlanet/github-actions/terraform-actions@v1.18.0 if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' with: command: apply working_directory: ${{ env.WORKSPACE }} - name: Update drift issue - uses: iStreamPlanet/github-actions/update-issue@v1.15.0 + uses: iStreamPlanet/github-actions/update-issue@v1.18.0 if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -152,7 +152,7 @@ jobs: # NOTE: this step should always be last in the job - name: Update execution failure issue - uses: iStreamPlanet/github-actions/update-issue@v1.15.0 + uses: iStreamPlanet/github-actions/update-issue@v1.18.0 # Run regardless of job completion status, except for PRs, where the workflow result is communicated via a Check status if: always() && github.event_name != 'pull_request' with: