From a08a63d6ecb8ff3f5b16b817ef0e440e98262f80 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 17 Jul 2025 06:49:22 +0000
Subject: [PATCH] Update marocchino/sticky-pull-request-comment action to
v2.9.4
---
.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..6602fa41 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@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
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@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
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@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
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@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
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..c63f8ac1 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@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
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@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
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@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
if: success()
with:
recreate: true