From 7a9a40c90720c875f72167f9a6437d571c8b44e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 18:06:59 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/build.yml | 10 +++++----- .github/workflows/destroy.yml | 6 +++--- .github/workflows/test.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a789d9..fe5de79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Setup Node uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 @@ -67,7 +67,7 @@ jobs: app_name: ['datasets'] steps: - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Setup Node uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 @@ -104,7 +104,7 @@ jobs: OP_SERVICE_ACCOUNT_TOKEN: ${{ github.ref == 'refs/heads/main' && secrets.OP_TF_PROD_ENV || secrets.OP_TF_DEV_ENV }} steps: - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Get build artifact uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 @@ -129,7 +129,7 @@ jobs: path: '${{ github.workspace }}/dist/backend' - name: Install 1Password CLI - uses: 1password/install-cli-action@707af61a6c8b4fa7f9476328c035208fba6b54d7 # v2 + uses: 1password/install-cli-action@f5d505685ccf986ef535da41cd180792c8ac3a36 # v2 - name: Install Terragrunt uses: eLco/setup-terragrunt@2c5116f8979bb261072ef57c97ac026cd9c27434 # v1 @@ -137,7 +137,7 @@ jobs: terragrunt_version: ${{ env.tg_version }} - name: 'Install OpenTofu' - uses: opentofu/setup-opentofu@592200bd4b9bbf4772ace78f887668b1aee8f716 # v1 + uses: opentofu/setup-opentofu@000eeb8522f0572907c393e8151076c205fdba1b # v1 with: tofu_version: ${{ env.tofu_version }} tofu_wrapper: false diff --git a/.github/workflows/destroy.yml b/.github/workflows/destroy.yml index 535b4d9..215dc3a 100644 --- a/.github/workflows/destroy.yml +++ b/.github/workflows/destroy.yml @@ -17,10 +17,10 @@ jobs: name: ['my', 'buy', 'get', 'next', 'datasets'] steps: - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Install 1Password CLI - uses: 1password/install-cli-action@707af61a6c8b4fa7f9476328c035208fba6b54d7 # v2 + uses: 1password/install-cli-action@f5d505685ccf986ef535da41cd180792c8ac3a36 # v2 - name: Install Terragrunt uses: eLco/setup-terragrunt@2c5116f8979bb261072ef57c97ac026cd9c27434 # v1 @@ -28,7 +28,7 @@ jobs: terragrunt_version: ${{ env.tg_version }} - name: 'Install OpenTofu' - uses: opentofu/setup-opentofu@592200bd4b9bbf4772ace78f887668b1aee8f716 # v1 + uses: opentofu/setup-opentofu@000eeb8522f0572907c393e8151076c205fdba1b # v1 with: tofu_version: ${{ env.tofu_version }} tofu_wrapper: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e087d0e..2096137 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Setup Node uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4