From db9dcc4f4502d906c9cb1ba9669d227afb403d95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 00:44:02 +0000 Subject: [PATCH] Update marocchino/sticky-pull-request-comment action to v2.8.0 --- .github/workflows/terraform.pull_requests.lint.yaml | 8 ++++---- .github/workflows/terraform.pull_requests.plan.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/terraform.pull_requests.lint.yaml b/.github/workflows/terraform.pull_requests.lint.yaml index 055493d7..77b3dbf1 100644 --- a/.github/workflows/terraform.pull_requests.lint.yaml +++ b/.github/workflows/terraform.pull_requests.lint.yaml @@ -36,7 +36,7 @@ jobs: id: fmt run: terraform fmt -check -recursive -diff -no-color working-directory: ${{ inputs.terraform_workdir }} - - uses: marocchino/sticky-pull-request-comment@97bddef64db61b9d80edc69593cc4e4c415c3362 # tag=v2.2.1 + - uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # v2.8.0 if: failure() && steps.fmt.outcome == 'failure' with: recreate: true @@ -61,7 +61,7 @@ jobs: TF_IN_AUTOMATION: yes run: terraform init -no-color -backend=false working-directory: ${{ inputs.terraform_workdir }} - - uses: marocchino/sticky-pull-request-comment@97bddef64db61b9d80edc69593cc4e4c415c3362 # tag=v2.2.1 + - uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # v2.8.0 if: failure() && steps.init.outcome == 'failure' with: recreate: true @@ -87,7 +87,7 @@ jobs: TF_IN_AUTOMATION: yes run: terraform validate -no-color working-directory: ${{ inputs.terraform_workdir }} - - uses: marocchino/sticky-pull-request-comment@97bddef64db61b9d80edc69593cc4e4c415c3362 # tag=v2.2.1 + - uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # v2.8.0 if: failure() && steps.validate.outcome == 'failure' with: recreate: true @@ -105,7 +105,7 @@ jobs:
> _Report based on commit ${{ github.sha }} (authored by **@${{ github.actor }}**). See [`actions#${{ github.run_id }}`](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) for more details._ - - uses: marocchino/sticky-pull-request-comment@97bddef64db61b9d80edc69593cc4e4c415c3362 # tag=v2.2.1 + - uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # v2.8.0 if: success() with: recreate: true diff --git a/.github/workflows/terraform.pull_requests.plan.yaml b/.github/workflows/terraform.pull_requests.plan.yaml index 0e7f737f..c255e121 100644 --- a/.github/workflows/terraform.pull_requests.plan.yaml +++ b/.github/workflows/terraform.pull_requests.plan.yaml @@ -86,7 +86,7 @@ jobs: TF_IN_AUTOMATION: yes run: terraform init -no-color -backend=false working-directory: ${{ inputs.terraform_workdir }} - - uses: marocchino/sticky-pull-request-comment@97bddef64db61b9d80edc69593cc4e4c415c3362 # tag=v2.2.1 + - uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # v2.8.0 if: failure() && steps.init.outcome == 'failure' with: recreate: true @@ -113,7 +113,7 @@ jobs: TF_IN_AUTOMATION: yes run: terraform plan -input=false -no-color -parallelism=30 -compact-warnings working-directory: ${{ inputs.terraform_workdir }} - - uses: marocchino/sticky-pull-request-comment@97bddef64db61b9d80edc69593cc4e4c415c3362 # tag=v2.2.1 + - uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # v2.8.0 if: failure() && steps.plan.outcome == 'failure' with: recreate: true @@ -132,7 +132,7 @@ jobs:
> _Report based on commit ${{ github.sha }} (authored by **@${{ github.actor }}**). See [`actions#${{ github.run_id }}`](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) for more details._ - - uses: marocchino/sticky-pull-request-comment@97bddef64db61b9d80edc69593cc4e4c415c3362 # tag=v2.2.1 + - uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # v2.8.0 if: success() with: recreate: true