From deaa938d68aaa9821de844acf429bd6b18c14145 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 14:10:12 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/host_01_production.yml | 8 ++++---- .github/workflows/host_02_production.yml | 8 ++++---- .github/workflows/validation.yml | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/host_01_production.yml b/.github/workflows/host_01_production.yml index 494f57b..c8718a5 100644 --- a/.github/workflows/host_01_production.yml +++ b/.github/workflows/host_01_production.yml @@ -29,17 +29,17 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Map Secrets to Environment Variables πŸ—ΊοΈ - uses: oNaiPs/secrets-to-env-action@v1.5 + uses: oNaiPs/secrets-to-env-action@ec46a22bfc9b37e014b627b3208b07eb8909ea0f # v1.5 with: secrets: ${{ toJSON(secrets) }} - name: Replace Tokens πŸͺ™ - uses: cschleiden/replace-tokens@v1.3 + uses: cschleiden/replace-tokens@4d5a042c84c3568b3858b7af9394923d2d5195c9 # v1.3 with: files: '[".${{ env.FILE_PATH }}/**/*"]' - name: Install Terraform ⛰️ - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3 - name: Terraform Init πŸƒ id: terraformInit @@ -78,7 +78,7 @@ jobs: key: ${{ github.sha }} - name: Install Terraform ⛰️ - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3 - name: Terraform Apply πŸš€ run: terraform apply ${{ github.sha }}.tfplan diff --git a/.github/workflows/host_02_production.yml b/.github/workflows/host_02_production.yml index fc1ae3f..7082ce5 100644 --- a/.github/workflows/host_02_production.yml +++ b/.github/workflows/host_02_production.yml @@ -29,17 +29,17 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Map Secrets to Environment Variables πŸ—ΊοΈ - uses: oNaiPs/secrets-to-env-action@v1.5 + uses: oNaiPs/secrets-to-env-action@ec46a22bfc9b37e014b627b3208b07eb8909ea0f # v1.5 with: secrets: ${{ toJSON(secrets) }} - name: Replace Tokens πŸͺ™ - uses: cschleiden/replace-tokens@v1.3 + uses: cschleiden/replace-tokens@4d5a042c84c3568b3858b7af9394923d2d5195c9 # v1.3 with: files: '["${{ env.FILE_PATH }}/**/*"]' - name: Install Terraform ⛰️ - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3 - name: Terraform Init πŸƒ id: terraformInit @@ -78,7 +78,7 @@ jobs: key: ${{ github.sha }} - name: Install Terraform ⛰️ - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3 - name: Terraform Apply πŸš€ run: terraform apply ${{ github.sha }}.tfplan diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 51929a0..5be0d70 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Generate GitHub App Token πŸͺ™ - uses: tibdex/github-app-token@v2 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2 id: generate-token with: app_id: ${{ secrets.BRAID_BOT_APP_ID }} @@ -80,7 +80,7 @@ jobs: steps: - name: Generate GitHub App Token πŸͺ™ - uses: tibdex/github-app-token@v2 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2 id: generate-token with: app_id: ${{ secrets.BRAID_BOT_APP_ID }} @@ -94,7 +94,7 @@ jobs: - name: Conventional Changelog Action πŸ“‹ id: changelog - uses: TriPSs/conventional-changelog-action@v5 + uses: TriPSs/conventional-changelog-action@3c4970b6573374889b897403d2f1278c395ea0df # v5 with: github-token: ${{ secrets.GITHUB_TOKEN }} git-user-name: "braid-bot[bot]"