Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump toptal/davinci-github-actions from 15.4.1 to 16.0.0 #4621

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4.1
uses: toptal/davinci-github-actions/gsm-secrets@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/expose-json-outputs@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/gsm-secrets@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/expose-json-outputs@v16.0.0
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.4.1
- uses: toptal/davinci-github-actions/build-push-image@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/gsm-secrets@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/expose-json-outputs@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/report-missing-changeset@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/yarn-install@v16.0.0

- 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.4.1
uses: toptal/davinci-github-actions/gsm-secrets@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/expose-json-outputs@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/yarn-install@v16.0.0

- 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.4.1
uses: toptal/davinci-github-actions/gsm-secrets@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/expose-json-outputs@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/gsm-secrets@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/expose-json-outputs@v16.0.0
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.4.1
- uses: toptal/davinci-github-actions/yarn-install@v16.0.0

- uses: toptal/davinci-github-actions/danger@v15.4.1
- uses: toptal/davinci-github-actions/danger@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/gsm-secrets@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/expose-json-outputs@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/build-publish-alpha-package@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/gsm-secrets@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/expose-json-outputs@v16.0.0
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.4.1
- uses: toptal/davinci-github-actions/yarn-install@v16.0.0

- 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.4.1
uses: toptal/davinci-github-actions/gsm-secrets@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/expose-json-outputs@v16.0.0
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.4.1
- uses: toptal/davinci-github-actions/yarn-install@v16.0.0

- 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.4.1
uses: toptal/davinci-github-actions/integration-tests@v16.0.0

- 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.4.1
uses: toptal/davinci-github-actions/gsm-secrets@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/expose-json-outputs@v16.0.0
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.4.1
- uses: toptal/davinci-github-actions/yarn-install@v16.0.0

- 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.4.1
- uses: toptal/davinci-github-actions/pr-conventional-to-toptal-commits@v16.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
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.4.1
uses: toptal/davinci-github-actions/gsm-secrets@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/expose-json-outputs@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/gsm-secrets@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/expose-json-outputs@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/build-push-image@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/gsm-secrets@v16.0.0
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.4.1
uses: toptal/davinci-github-actions/expose-json-outputs@v16.0.0
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.4.1
- uses: toptal/davinci-github-actions/yarn-install@v16.0.0

- name: Happo Tests
run: yarn happo:storybook
Loading