From 104f08e13562142ed13167616c4166fc86008259 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 16:23:56 +0000 Subject: [PATCH] chore(deps): update all non-major github action dependencies --- .github/workflows/ai-code-scanner.yml | 2 +- .github/workflows/check_env_vars.yaml | 2 +- .github/workflows/clear-notify-cache.yaml | 4 ++-- .github/workflows/helmfile_production_apply.yaml | 2 +- .github/workflows/helmfile_production_plan.yaml | 2 +- .github/workflows/helmfile_staging_apply.yaml | 2 +- .github/workflows/helmfile_staging_apply_specific_app.yaml | 2 +- .github/workflows/helmfile_staging_plan.yaml | 2 +- .github/workflows/merge_to_main_production.yaml | 2 +- .github/workflows/merge_to_main_staging.yaml | 2 +- .github/workflows/update_image_tags_staging.yaml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ai-code-scanner.yml b/.github/workflows/ai-code-scanner.yml index d56af76e7..9323f9bc7 100644 --- a/.github/workflows/ai-code-scanner.yml +++ b/.github/workflows/ai-code-scanner.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: AI Code Review uses: cds-snc/cds-ai-codereviewer@main diff --git a/.github/workflows/check_env_vars.yaml b/.github/workflows/check_env_vars.yaml index d2d180b44..d8ac25091 100644 --- a/.github/workflows/check_env_vars.yaml +++ b/.github/workflows/check_env_vars.yaml @@ -17,7 +17,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 - id: set-matrix run: echo "::set-output name=matrix::$(ls helmfile/overrides/*.env | grep -v $PRODUCTION_ENV_VAR_FILE | jq -R -s -c 'split("\n")[:-1]')" diff --git a/.github/workflows/clear-notify-cache.yaml b/.github/workflows/clear-notify-cache.yaml index 5357a5bbb..3bbbdb6af 100644 --- a/.github/workflows/clear-notify-cache.yaml +++ b/.github/workflows/clear-notify-cache.yaml @@ -21,10 +21,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2 with: node-version: "14" diff --git a/.github/workflows/helmfile_production_apply.yaml b/.github/workflows/helmfile_production_apply.yaml index 25c034c4c..bd81b4608 100644 --- a/.github/workflows/helmfile_production_apply.yaml +++ b/.github/workflows/helmfile_production_apply.yaml @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 - name: Setup helmfile - uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 + uses: mamezou-tech/setup-helmfile@fd46979d2984c886929c416fbdf859b1c5efa0ea # v2.1.0 with: install-kubectl: yes install-helm: yes diff --git a/.github/workflows/helmfile_production_plan.yaml b/.github/workflows/helmfile_production_plan.yaml index 042115513..be38c7291 100644 --- a/.github/workflows/helmfile_production_plan.yaml +++ b/.github/workflows/helmfile_production_plan.yaml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Setup helmfile - uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 + uses: mamezou-tech/setup-helmfile@fd46979d2984c886929c416fbdf859b1c5efa0ea # v2.1.0 with: install-kubectl: yes install-helm: yes diff --git a/.github/workflows/helmfile_staging_apply.yaml b/.github/workflows/helmfile_staging_apply.yaml index f26fa3c0e..4fcf880b5 100644 --- a/.github/workflows/helmfile_staging_apply.yaml +++ b/.github/workflows/helmfile_staging_apply.yaml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 - name: Setup helmfile - uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 + uses: mamezou-tech/setup-helmfile@fd46979d2984c886929c416fbdf859b1c5efa0ea # v2.1.0 with: install-kubectl: yes install-helm: yes diff --git a/.github/workflows/helmfile_staging_apply_specific_app.yaml b/.github/workflows/helmfile_staging_apply_specific_app.yaml index cb6febd29..dc418fe13 100644 --- a/.github/workflows/helmfile_staging_apply_specific_app.yaml +++ b/.github/workflows/helmfile_staging_apply_specific_app.yaml @@ -53,7 +53,7 @@ jobs: fetch-depth: 0 - name: Setup helmfile - uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 + uses: mamezou-tech/setup-helmfile@fd46979d2984c886929c416fbdf859b1c5efa0ea # v2.1.0 with: install-kubectl: yes install-helm: yes diff --git a/.github/workflows/helmfile_staging_plan.yaml b/.github/workflows/helmfile_staging_plan.yaml index 42bc5836b..398a16efc 100644 --- a/.github/workflows/helmfile_staging_plan.yaml +++ b/.github/workflows/helmfile_staging_plan.yaml @@ -29,7 +29,7 @@ jobs: # Fetches entire history, so we can analyze commits since last tag fetch-depth: 0 - name: Setup helmfile - uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 + uses: mamezou-tech/setup-helmfile@fd46979d2984c886929c416fbdf859b1c5efa0ea # v2.1.0 with: install-kubectl: yes install-helm: yes diff --git a/.github/workflows/merge_to_main_production.yaml b/.github/workflows/merge_to_main_production.yaml index e1fbc2cba..83174a766 100644 --- a/.github/workflows/merge_to_main_production.yaml +++ b/.github/workflows/merge_to_main_production.yaml @@ -78,7 +78,7 @@ jobs: # We are using this to install kubectl in this case - name: Setup helmfile - uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 + uses: mamezou-tech/setup-helmfile@fd46979d2984c886929c416fbdf859b1c5efa0ea # v2.1.0 with: install-kubectl: yes install-helm: yes diff --git a/.github/workflows/merge_to_main_staging.yaml b/.github/workflows/merge_to_main_staging.yaml index c32a4269f..06182d10a 100644 --- a/.github/workflows/merge_to_main_staging.yaml +++ b/.github/workflows/merge_to_main_staging.yaml @@ -37,7 +37,7 @@ jobs: # I'm cheating and using this action to install kubectl - name: Setup helmfile - uses: mamezou-tech/setup-helmfile@03233e1cd9b19b2ba320e431f7bcc0618db4248d # v2.0.0 + uses: mamezou-tech/setup-helmfile@fd46979d2984c886929c416fbdf859b1c5efa0ea # v2.1.0 with: install-kubectl: yes install-helm: yes diff --git a/.github/workflows/update_image_tags_staging.yaml b/.github/workflows/update_image_tags_staging.yaml index 2d1b18207..8397df70c 100644 --- a/.github/workflows/update_image_tags_staging.yaml +++ b/.github/workflows/update_image_tags_staging.yaml @@ -17,7 +17,7 @@ jobs: echo "GITHUB_TOKEN=$TOKEN" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 with: token: ${{ env.GITHUB_TOKEN }} ref: main