Skip to content

Commit

Permalink
chore(deps): update ingeno/foundation-github-actions action to v3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent 83ca585 commit d25a57d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v4

- name: Configure AWS Credentials
uses: ingeno/foundation-github-actions/actions/[email protected].6
uses: ingeno/foundation-github-actions/actions/[email protected].7
with:
aws-account-id: ${{ vars.SHARED_SERVICES_ACCOUNT_ID }}
aws-region: ${{ vars.AWS_REGION }}
Expand All @@ -70,7 +70,7 @@ jobs:
working-directory: ${{ inputs.working-directory }}

- name: Build, tag and Push image
uses: ingeno/foundation-github-actions/actions/[email protected].6
uses: ingeno/foundation-github-actions/actions/[email protected].7
with:
registry: ${{ vars.SHARED_SERVICES_ACCOUNT_ID }}.dkr.ecr.${{ vars.AWS_REGION }}.amazonaws.com
repository: ${{ inputs.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Setup node
uses: ingeno/foundation-github-actions/actions/[email protected].6
uses: ingeno/foundation-github-actions/actions/[email protected].7
env:
NPM_READ_PACKAGES_TOKEN: ${{ secrets.NPM_READ_PACKAGES_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/global--aws-docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4

- name: Configure AWS Credentials
uses: ingeno/foundation-github-actions/actions/[email protected].6
uses: ingeno/foundation-github-actions/actions/[email protected].7
with:
aws-account-id: ${{ vars.SHARED_SERVICES_ACCOUNT_ID }}
aws-region: ${{ vars.AWS_REGION }}
Expand All @@ -66,7 +66,7 @@ jobs:
working-directory: ${{ inputs.working-directory }}

- name: Build, tag and Push image
uses: ingeno/foundation-github-actions/actions/[email protected].6
uses: ingeno/foundation-github-actions/actions/[email protected].7
with:
registry: ${{ vars.SHARED_SERVICES_ACCOUNT_ID }}.dkr.ecr.${{ vars.AWS_REGION }}.amazonaws.com
repository: ${{ inputs.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/global--create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Setup node
uses: ingeno/foundation-github-actions/actions/[email protected].6
uses: ingeno/foundation-github-actions/actions/[email protected].7
env:
NPM_READ_PACKAGES_TOKEN: ${{ secrets.NPM_READ_PACKAGES_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/global--create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Setup node
uses: ingeno/foundation-github-actions/actions/[email protected].6
uses: ingeno/foundation-github-actions/actions/[email protected].7
env:
NPM_READ_PACKAGES_TOKEN: ${{ secrets.NPM_READ_PACKAGES_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/global--lint-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup node
uses: ingeno/foundation-github-actions/actions/[email protected].6
uses: ingeno/foundation-github-actions/actions/[email protected].7

- name: Lint PR title
uses: kevintyj/prlint@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup node
uses: ingeno/foundation-github-actions/actions/[email protected].6
uses: ingeno/foundation-github-actions/actions/[email protected].7

- name: Lint PR title
uses: kevintyj/prlint@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0

- name: Setup node
uses: ingeno/foundation-github-actions/actions/[email protected].6
uses: ingeno/foundation-github-actions/actions/[email protected].7
env:
NPM_READ_PACKAGES_TOKEN: ${{ secrets.NPM_READ_PACKAGES_TOKEN }}

Expand Down

0 comments on commit d25a57d

Please sign in to comment.