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 17.1.0 #4692

Closed
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@v17.1.2
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@v17.1.2
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@v17.1.2
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -52,7 +52,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@v17.1.2
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

Expand All @@ -70,7 +70,7 @@ jobs:
echo 'EOF' >> $GITHUB_ENV
echo "TOPTAL_DEVBOT_TOKEN=${{ steps.parse_secrets.outputs.TOPTAL_DEVBOT_TOKEN }}" >> $GITHUB_ENV

- uses: toptal/davinci-github-actions/[email protected].0
- uses: toptal/davinci-github-actions/[email protected].2
with:
sha: ${{ github.event.pull_request.head.sha }}
image-name: picasso
Expand All @@ -94,7 +94,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@v17.1.2
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -108,7 +108,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@v17.1.2
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

Expand All @@ -127,7 +127,7 @@ jobs:
node-version: 20

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

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

- name: Install Dependencies
uses: toptal/davinci-github-actions/yarn-install@v16.0.4
uses: toptal/davinci-github-actions/yarn-install@v17.1.2

- name: Update PR Body
run: node ./.github/actions/update-body.js
Expand Down Expand Up @@ -173,7 +173,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@v17.1.2
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -185,7 +185,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@v17.1.2
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

Expand All @@ -202,7 +202,7 @@ jobs:
node-version: 20

- name: Install dependencies from cache
uses: toptal/davinci-github-actions/yarn-install@v16.0.4
uses: toptal/davinci-github-actions/yarn-install@v17.1.2

- name: Visual Tests
run: yarn happo:storybook
Expand All @@ -229,7 +229,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@v17.1.2
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand All @@ -247,7 +247,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@v17.1.2
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@v17.1.2
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@v17.1.2
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

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

- uses: toptal/davinci-github-actions/yarn-install@v16.0.4
- uses: toptal/davinci-github-actions/yarn-install@v17.1.2

- uses: toptal/davinci-github-actions/danger@v15.4.1
- uses: toptal/davinci-github-actions/danger@v17.1.2
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@v17.1.2
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@v17.1.2
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@v17.1.2
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@v17.1.2
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@v17.1.2
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

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

- uses: toptal/davinci-github-actions/yarn-install@v16.0.4
- uses: toptal/davinci-github-actions/yarn-install@v17.1.2

- 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@v17.1.2
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@v17.1.2
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

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

- uses: toptal/davinci-github-actions/yarn-install@v16.0.4
- uses: toptal/davinci-github-actions/yarn-install@v17.1.2

- name: Get cached packages
uses: actions/cache@v4
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@v16.0.4
uses: toptal/davinci-github-actions/integration-tests@v17.1.2

- 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@v17.1.2
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@v17.1.2
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

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

- uses: toptal/davinci-github-actions/yarn-install@v16.0.4
- uses: toptal/davinci-github-actions/yarn-install@v17.1.2

- 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@v17.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
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@v17.1.2
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@v17.1.2
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

Expand Down Expand Up @@ -170,7 +170,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@v17.1.2
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@v17.1.2
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@v17.1.2
with:
json: ${{ steps.secrets_manager.outputs.secrets }}

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

- uses: toptal/davinci-github-actions/yarn-install@v16.0.4
- uses: toptal/davinci-github-actions/yarn-install@v17.1.2

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