From 68f4b81e40aa6215ceb38e9cc0d20c33492abbe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:50:57 +0100 Subject: [PATCH] deps: Bump the non-breaking-gha group across 1 directory with 3 updates (#101) Bumps the non-breaking-gha group with 3 updates in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 4.2.1 to 4.2.2 - [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/eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871...11bd71901bbe5b1630ceea73d27597364c9af683) Updates `actions/cache` from 4.1.1 to 4.2.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/3624ceb22c1c5a301c8db4169662070a689d9ea8...1bd1e32a3bdc45362d1e726936510720a7c30a57) Updates `actions/upload-artifact` from 4.4.3 to 4.5.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882...6f51ac03b9356f520e9adb1b1b7802705f340c2b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-gha - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking-gha - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking-gha ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/label_new_issues-remove_label.yml | 2 +- .github/workflows/reusable-terraform-plan-apply.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/label_new_issues-remove_label.yml b/.github/workflows/label_new_issues-remove_label.yml index 8a1a0aa..c58d4ae 100644 --- a/.github/workflows/label_new_issues-remove_label.yml +++ b/.github/workflows/label_new_issues-remove_label.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout ⚙️ - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/reusable-terraform-plan-apply.yml b/.github/workflows/reusable-terraform-plan-apply.yml index 337ebca..06e3456 100644 --- a/.github/workflows/reusable-terraform-plan-apply.yml +++ b/.github/workflows/reusable-terraform-plan-apply.yml @@ -129,7 +129,7 @@ jobs: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: ${{ inputs.git_ref }} @@ -163,7 +163,7 @@ jobs: - name: Cache Terraform provider plugins - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ${{ env.TF_PLUGIN_CACHE_DIR }} key: ${{ format('{0}-terraform-plugins-{1}', runner.os, hashFiles(format('{0}/.terraform.lock.hcl', inputs.working_directory ))) }} @@ -266,7 +266,7 @@ jobs: - if: ${{ inputs.apply && steps.plan.outputs.exitcode == 2 }} name: Store the TAR file as a workflow artifact - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: encrypted_working_directory_for_${{ steps.output-plan-filename.outputs.PLAN_FILENAME }} path: ${{ inputs.working_directory }}/working_directory.tar.age @@ -352,7 +352,7 @@ jobs: - name: Cache Terraform provider plugins - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ${{ env.TF_PLUGIN_CACHE_DIR }} key: ${{ format('{0}-terraform-plugins-{1}', runner.os, hashFiles(format('{0}/.terraform.lock.hcl', inputs.working_directory ))) }}