From d25a57d8e910905572b9191c953c40ece3bbf640 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 07:39:47 +0000 Subject: [PATCH] chore(deps): update ingeno/foundation-github-actions action to v3.2.7 --- .github/workflows/aws-docker-deploy.yml | 4 ++-- .github/workflows/create-release-pr.yml | 2 +- .github/workflows/global--aws-docker-deploy.yml | 4 ++-- .github/workflows/global--create-github-release.yml | 2 +- .github/workflows/global--create-release-pr.yml | 2 +- .github/workflows/global--lint-pr-title.yml | 2 +- .github/workflows/pr-changes.yml | 2 +- .github/workflows/release-actions.yml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/aws-docker-deploy.yml b/.github/workflows/aws-docker-deploy.yml index feb971f..8507f99 100644 --- a/.github/workflows/aws-docker-deploy.yml +++ b/.github/workflows/aws-docker-deploy.yml @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v4 - name: Configure AWS Credentials - uses: ingeno/foundation-github-actions/actions/configure-aws-credentials@v3.2.6 + uses: ingeno/foundation-github-actions/actions/configure-aws-credentials@v3.2.7 with: aws-account-id: ${{ vars.SHARED_SERVICES_ACCOUNT_ID }} aws-region: ${{ vars.AWS_REGION }} @@ -70,7 +70,7 @@ jobs: working-directory: ${{ inputs.working-directory }} - name: Build, tag and Push image - uses: ingeno/foundation-github-actions/actions/docker-deploy@v3.2.6 + uses: ingeno/foundation-github-actions/actions/docker-deploy@v3.2.7 with: registry: ${{ vars.SHARED_SERVICES_ACCOUNT_ID }}.dkr.ecr.${{ vars.AWS_REGION }}.amazonaws.com repository: ${{ inputs.repository }} diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index fde32f7..d99e7d2 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Setup node - uses: ingeno/foundation-github-actions/actions/node-setup@v3.2.6 + uses: ingeno/foundation-github-actions/actions/node-setup@v3.2.7 env: NPM_READ_PACKAGES_TOKEN: ${{ secrets.NPM_READ_PACKAGES_TOKEN }} diff --git a/.github/workflows/global--aws-docker-deploy.yml b/.github/workflows/global--aws-docker-deploy.yml index 4afcf8b..563ff52 100644 --- a/.github/workflows/global--aws-docker-deploy.yml +++ b/.github/workflows/global--aws-docker-deploy.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v4 - name: Configure AWS Credentials - uses: ingeno/foundation-github-actions/actions/global--configure-aws-credentials@v3.2.6 + uses: ingeno/foundation-github-actions/actions/global--configure-aws-credentials@v3.2.7 with: aws-account-id: ${{ vars.SHARED_SERVICES_ACCOUNT_ID }} aws-region: ${{ vars.AWS_REGION }} @@ -66,7 +66,7 @@ jobs: working-directory: ${{ inputs.working-directory }} - name: Build, tag and Push image - uses: ingeno/foundation-github-actions/actions/global--docker-deploy@v3.2.6 + uses: ingeno/foundation-github-actions/actions/global--docker-deploy@v3.2.7 with: registry: ${{ vars.SHARED_SERVICES_ACCOUNT_ID }}.dkr.ecr.${{ vars.AWS_REGION }}.amazonaws.com repository: ${{ inputs.repository }} diff --git a/.github/workflows/global--create-github-release.yml b/.github/workflows/global--create-github-release.yml index fd816b7..791dd94 100644 --- a/.github/workflows/global--create-github-release.yml +++ b/.github/workflows/global--create-github-release.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Setup node - uses: ingeno/foundation-github-actions/actions/node-setup@v3.2.6 + uses: ingeno/foundation-github-actions/actions/node-setup@v3.2.7 env: NPM_READ_PACKAGES_TOKEN: ${{ secrets.NPM_READ_PACKAGES_TOKEN }} diff --git a/.github/workflows/global--create-release-pr.yml b/.github/workflows/global--create-release-pr.yml index f5d5e5a..f726e66 100644 --- a/.github/workflows/global--create-release-pr.yml +++ b/.github/workflows/global--create-release-pr.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Setup node - uses: ingeno/foundation-github-actions/actions/node-setup@v3.2.6 + uses: ingeno/foundation-github-actions/actions/node-setup@v3.2.7 env: NPM_READ_PACKAGES_TOKEN: ${{ secrets.NPM_READ_PACKAGES_TOKEN }} diff --git a/.github/workflows/global--lint-pr-title.yml b/.github/workflows/global--lint-pr-title.yml index 39c9895..e5a3e8d 100644 --- a/.github/workflows/global--lint-pr-title.yml +++ b/.github/workflows/global--lint-pr-title.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Setup node - uses: ingeno/foundation-github-actions/actions/node-setup@v3.2.6 + uses: ingeno/foundation-github-actions/actions/node-setup@v3.2.7 - name: Lint PR title uses: kevintyj/prlint@main diff --git a/.github/workflows/pr-changes.yml b/.github/workflows/pr-changes.yml index 8ffe901..5213deb 100644 --- a/.github/workflows/pr-changes.yml +++ b/.github/workflows/pr-changes.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Setup node - uses: ingeno/foundation-github-actions/actions/node-setup@v3.2.6 + uses: ingeno/foundation-github-actions/actions/node-setup@v3.2.7 - name: Lint PR title uses: kevintyj/prlint@main diff --git a/.github/workflows/release-actions.yml b/.github/workflows/release-actions.yml index 3e4c6dc..d80b015 100644 --- a/.github/workflows/release-actions.yml +++ b/.github/workflows/release-actions.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Setup node - uses: ingeno/foundation-github-actions/actions/node-setup@v3.2.6 + uses: ingeno/foundation-github-actions/actions/node-setup@v3.2.7 env: NPM_READ_PACKAGES_TOKEN: ${{ secrets.NPM_READ_PACKAGES_TOKEN }}