Skip to content

Commit

Permalink
Bump toptal/davinci-github-actions from 15.3.1 to 15.4.1 (#4594)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 774abf2 commit 81096ac
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automerge-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: GSM Secrets
id: secrets_manager
uses: toptal/davinci-github-actions/gsm-secrets@v15.3.1
uses: toptal/davinci-github-actions/gsm-secrets@v15.4.1
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Parse secrets
id: parse_secrets
uses: toptal/davinci-github-actions/expose-json-outputs@v15.3.1
uses: toptal/davinci-github-actions/expose-json-outputs@v15.4.1
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: GSM Secrets
id: secrets_manager
uses: toptal/davinci-github-actions/gsm-secrets@v15.3.1
uses: toptal/davinci-github-actions/gsm-secrets@v15.4.1
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Parse secrets
id: parse_secrets
uses: toptal/davinci-github-actions/expose-json-outputs@v15.3.1
uses: toptal/davinci-github-actions/expose-json-outputs@v15.4.1
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

Expand All @@ -74,7 +74,7 @@ jobs:
echo 'EOF' >> $GITHUB_ENV
echo "TOPTAL_DEVBOT_TOKEN=${{ steps.parse_secrets.outputs.TOPTAL_DEVBOT_TOKEN }}" >> $GITHUB_ENV
- uses: toptal/davinci-github-actions/build-push-image@v15.3.1
- uses: toptal/davinci-github-actions/build-push-image@v15.4.1
with:
sha: ${{ github.event.pull_request.head.sha }}
image-name: picasso
Expand All @@ -98,7 +98,7 @@ jobs:

- name: GSM Secrets
id: secrets_manager
uses: toptal/davinci-github-actions/gsm-secrets@v15.3.1
uses: toptal/davinci-github-actions/gsm-secrets@v15.4.1
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -112,7 +112,7 @@ jobs:
- name: Parse secrets
id: parse_secrets
uses: toptal/davinci-github-actions/expose-json-outputs@v15.3.1
uses: toptal/davinci-github-actions/expose-json-outputs@v15.4.1
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

Expand All @@ -131,7 +131,7 @@ jobs:
node-version: 18

- name: Check missing changeset
uses: toptal/davinci-github-actions/report-missing-changeset@v15.3.1
uses: toptal/davinci-github-actions/report-missing-changeset@v15.4.1
with:
github-token: ${{ env.TOPTAL_DEVBOT_TOKEN }}

Expand All @@ -143,7 +143,7 @@ jobs:
uses: actions/dependency-review-action@v4

- name: Install Dependencies
uses: toptal/davinci-github-actions/yarn-install@v15.3.1
uses: toptal/davinci-github-actions/yarn-install@v15.4.1

- name: Update PR Body
run: node ./.github/actions/update-body.js
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:

- name: GSM Secrets
id: secrets_manager
uses: toptal/davinci-github-actions/gsm-secrets@v15.3.1
uses: toptal/davinci-github-actions/gsm-secrets@v15.4.1
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -189,7 +189,7 @@ jobs:
- name: Parse secrets
id: parse_secrets
uses: toptal/davinci-github-actions/expose-json-outputs@v15.3.1
uses: toptal/davinci-github-actions/expose-json-outputs@v15.4.1
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

Expand All @@ -206,7 +206,7 @@ jobs:
node-version: 18

- name: Install dependencies from cache
uses: toptal/davinci-github-actions/yarn-install@v15.3.1
uses: toptal/davinci-github-actions/yarn-install@v15.4.1

- name: Visual Tests
run: yarn happo:storybook
Expand All @@ -233,7 +233,7 @@ jobs:
steps:
- name: GSM Secrets
id: secrets_manager
uses: toptal/davinci-github-actions/gsm-secrets@v15.3.1
uses: toptal/davinci-github-actions/gsm-secrets@v15.4.1
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -251,7 +251,7 @@ jobs:
- name: Parse secrets
id: parse_secrets
uses: toptal/davinci-github-actions/expose-json-outputs@v15.3.1
uses: toptal/davinci-github-actions/expose-json-outputs@v15.4.1
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/danger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: GSM Secrets
id: secrets_manager
uses: toptal/davinci-github-actions/gsm-secrets@v15.3.1
uses: toptal/davinci-github-actions/gsm-secrets@v15.4.1
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Parse secrets
id: parse_secrets
uses: toptal/davinci-github-actions/expose-json-outputs@v15.3.1
uses: toptal/davinci-github-actions/expose-json-outputs@v15.4.1
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

Expand All @@ -48,6 +48,6 @@ jobs:
with:
node-version: 18

- uses: toptal/davinci-github-actions/yarn-install@v15.3.1
- uses: toptal/davinci-github-actions/yarn-install@v15.4.1

- uses: toptal/davinci-github-actions/danger@v15.3.1
- uses: toptal/davinci-github-actions/danger@v15.4.1
6 changes: 3 additions & 3 deletions .github/workflows/davinci-alpha-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: GSM Secrets
id: secrets_manager
uses: toptal/davinci-github-actions/gsm-secrets@v15.3.1
uses: toptal/davinci-github-actions/gsm-secrets@v15.4.1
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Parse secrets
id: parse_secrets
uses: toptal/davinci-github-actions/expose-json-outputs@v15.3.1
uses: toptal/davinci-github-actions/expose-json-outputs@v15.4.1
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Trigger alpha package
id: alpha-package
uses: toptal/davinci-github-actions/build-publish-alpha-package@v15.3.1
uses: toptal/davinci-github-actions/build-publish-alpha-package@v15.4.1
with:
npm-token: ${{ env.NPM_TOKEN }}
branch: ${{ steps.get-branch.outputs.branch }}
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/davinci-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: GSM Secrets
id: secrets_manager
uses: toptal/davinci-github-actions/gsm-secrets@v15.3.1
uses: toptal/davinci-github-actions/gsm-secrets@v15.4.1
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Parse secrets
id: parse_secrets
uses: toptal/davinci-github-actions/expose-json-outputs@v15.3.1
uses: toptal/davinci-github-actions/expose-json-outputs@v15.4.1
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

Expand All @@ -56,7 +56,7 @@ jobs:
with:
node-version: 18

- uses: toptal/davinci-github-actions/yarn-install@v15.3.1
- uses: toptal/davinci-github-actions/yarn-install@v15.4.1

- name: Build packages
run: yarn build:package
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

- name: GSM Secrets
id: secrets_manager
uses: toptal/davinci-github-actions/gsm-secrets@v15.3.1
uses: toptal/davinci-github-actions/gsm-secrets@v15.4.1
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -99,7 +99,7 @@ jobs:
- name: Parse secrets
id: parse_secrets
uses: toptal/davinci-github-actions/expose-json-outputs@v15.3.1
uses: toptal/davinci-github-actions/expose-json-outputs@v15.4.1
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

Expand All @@ -115,7 +115,7 @@ jobs:
with:
node-version: 18

- uses: toptal/davinci-github-actions/yarn-install@v15.3.1
- uses: toptal/davinci-github-actions/yarn-install@v15.4.1

- name: Get cached packages
uses: actions/cache@v3
Expand All @@ -124,7 +124,7 @@ jobs:
key: ${{ runner.os }}-pkgs-${{ github.run_id }} }}

- name: Run integration tests
uses: toptal/davinci-github-actions/integration-tests@v15.3.1
uses: toptal/davinci-github-actions/integration-tests@v15.4.1

- name: Upload screenshots
uses: actions/upload-artifact@v4
Expand All @@ -146,7 +146,7 @@ jobs:

- name: GSM Secrets
id: secrets_manager
uses: toptal/davinci-github-actions/gsm-secrets@v15.3.1
uses: toptal/davinci-github-actions/gsm-secrets@v15.4.1
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -158,7 +158,7 @@ jobs:
- name: Parse secrets
id: parse_secrets
uses: toptal/davinci-github-actions/expose-json-outputs@v15.3.1
uses: toptal/davinci-github-actions/expose-json-outputs@v15.4.1
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

Expand All @@ -174,7 +174,7 @@ jobs:
with:
node-version: 18

- uses: toptal/davinci-github-actions/yarn-install@v15.3.1
- uses: toptal/davinci-github-actions/yarn-install@v15.4.1

- name: Finalize Happo
run: npx happo-e2e finalize
2 changes: 1 addition & 1 deletion .github/workflows/format-dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
if: startsWith(github.head_ref, 'dependabot-')
runs-on: ubuntu-latest
steps:
- uses: toptal/davinci-github-actions/pr-conventional-to-toptal-commits@v15.3.1
- uses: toptal/davinci-github-actions/pr-conventional-to-toptal-commits@v15.4.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/handle-contribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: GSM Secrets
id: secrets_manager
uses: toptal/davinci-github-actions/gsm-secrets@v15.3.1
uses: toptal/davinci-github-actions/gsm-secrets@v15.4.1
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -30,10 +30,10 @@ jobs:
- name: Parse secrets
id: parse_secrets
uses: toptal/davinci-github-actions/expose-json-outputs@v15.3.1
uses: toptal/davinci-github-actions/expose-json-outputs@v15.4.1
with:
json: ${{ steps.secrets_manager.outputs.secrets }}
- uses: toptal/davinci-github-actions/notify-jira-about-contribution@v15.3.1
- uses: toptal/davinci-github-actions/notify-jira-about-contribution@v15.4.1
with:
team: frontend-experience-eng
repo: ${{ github.event.repository.name }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: GSM Secrets
id: secrets_manager
uses: toptal/davinci-github-actions/gsm-secrets@v15.3.1
uses: toptal/davinci-github-actions/gsm-secrets@v15.4.1
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Parse secrets
id: parse_secrets
uses: toptal/davinci-github-actions/expose-json-outputs@v15.3.1
uses: toptal/davinci-github-actions/expose-json-outputs@v15.4.1
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: GSM Secrets
id: secrets_manager
uses: toptal/davinci-github-actions/gsm-secrets@v15.3.1
uses: toptal/davinci-github-actions/gsm-secrets@v15.4.1
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Parse secrets
id: parse_secrets
uses: toptal/davinci-github-actions/expose-json-outputs@v15.3.1
uses: toptal/davinci-github-actions/expose-json-outputs@v15.4.1
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
sed -i 's|toptal/actions/trigger-jenkins-job@main|./.github/actions/trigger-jenkins-job|' ./.github/actions/create-jira-deployment/action.yml
- name: Build and push picasso image
uses: toptal/davinci-github-actions/build-push-image@v15.3.1
uses: toptal/davinci-github-actions/build-push-image@v15.4.1
with:
image-name: picasso
registry-name: ${{ steps.parse_secrets.outputs.TOPTAL_DEFAULT_REGISTRY }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/visual-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: GSM Secrets
id: secrets_manager
uses: toptal/davinci-github-actions/gsm-secrets@v15.3.1
uses: toptal/davinci-github-actions/gsm-secrets@v15.4.1
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Parse secrets
id: parse_secrets
uses: toptal/davinci-github-actions/expose-json-outputs@v15.3.1
uses: toptal/davinci-github-actions/expose-json-outputs@v15.4.1
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

Expand All @@ -61,7 +61,7 @@ jobs:
with:
node-version: 18

- uses: toptal/davinci-github-actions/yarn-install@v15.3.1
- uses: toptal/davinci-github-actions/yarn-install@v15.4.1

- name: Happo Tests
run: yarn happo:storybook

0 comments on commit 81096ac

Please sign in to comment.