Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/ci-standard-checks-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: Check Out Source Code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: go-semantic-release/action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deep-purple-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Verify Jenkins credentials
continue-on-error: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/frontend-deploy-workflow-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node with Cache
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
run: echo "name=build-${{ github.run_id }}" >> $GITHUB_OUTPUT

- name: Upload build artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: build-${{ github.run_id }}
path: ${{ inputs.build-output-dir }}
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ secrets.GH_TOKEN }}
fetch-depth: 0
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/frontend-deploy-workflow-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node with Cache
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
echo "📋 Workflow version: ${{ env.WORKFLOW_VERSION }} (${{ env.WORKFLOW_FILE }})"

- name: Upload build artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: build-${{ github.run_id }}
path: ${{ inputs.build-output-dir }}
Expand All @@ -333,7 +333,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0 # Required for SonarCloud

Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:

- name: Upload coverage
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: coverage-${{ github.run_id }}
path: coverage/
Expand All @@ -379,7 +379,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node with Cache
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
Expand Down Expand Up @@ -417,7 +417,7 @@ jobs:

- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: integration-test-results-${{ github.run_id }}
path: playwright-report/
Expand Down Expand Up @@ -522,7 +522,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ secrets.GH_TOKEN }}
fetch-depth: 0
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/frontend-deploy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node with Cache
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
echo "📋 Workflow version: ${{ env.WORKFLOW_VERSION }} (${{ env.WORKFLOW_FILE }})"

- name: Upload build artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: build-${{ github.run_id }}
path: ${{ inputs.build-output-dir }}
Expand All @@ -352,7 +352,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0 # Required for SonarCloud

Expand Down Expand Up @@ -384,7 +384,7 @@ jobs:

- name: Upload coverage
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: coverage-${{ github.run_id }}
path: coverage/
Expand All @@ -400,7 +400,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node with Cache
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:

- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: integration-test-results-${{ github.run_id }}
path: playwright-report/
Expand Down Expand Up @@ -545,7 +545,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ secrets.GH_TOKEN }}
fetch-depth: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0 # Required for SonarCloud and semantic-release

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:

- name: SonarCloud Scan
if: inputs.run-sonarcloud
uses: SonarSource/sonarqube-scan-action@v6
uses: SonarSource/sonarqube-scan-action@v7
with:
args: >
-Dsonar.projectKey=${{ inputs.sonar-project-key != '' && inputs.sonar-project-key || format('{0}_{1}', github.repository_owner, github.event.repository.name) }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend-library-pr-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0 # Required for SonarCloud and semantic-release

Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:

- name: SonarCloud Scan
if: inputs.run-sonarcloud
uses: SonarSource/sonarqube-scan-action@v6
uses: SonarSource/sonarqube-scan-action@v7
with:
args: >
-Dsonar.projectKey=${{ inputs.sonar-project-key != '' && inputs.sonar-project-key || format('{0}_{1}', github.repository_owner, github.event.repository.name) }}
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/frontend-pr-workflow-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node with Cache
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:

- name: Upload build artifacts
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: build-${{ github.run_id }}
path: ${{ inputs.build-output-dir }}
Expand All @@ -302,7 +302,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node with Cache
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:

- name: Upload coverage
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: coverage-${{ github.run_id }}
path: coverage/
Expand All @@ -346,7 +346,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node with Cache
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
Expand Down Expand Up @@ -384,7 +384,7 @@ jobs:

- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: integration-test-results-${{ github.run_id }}
path: playwright-report/
Expand All @@ -403,7 +403,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node with Cache
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
Expand Down Expand Up @@ -503,7 +503,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node with Cache
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
Expand All @@ -528,7 +528,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Cypress functional tests
uses: cypress-io/github-action@v6
uses: cypress-io/github-action@v7
timeout-minutes: 15
with:
install: false
Expand All @@ -542,7 +542,7 @@ jobs:

- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: cypress-functional-results-${{ github.run_id }}
path: |
Expand All @@ -560,7 +560,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node with Cache
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
Expand All @@ -585,7 +585,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Cypress visual tests
uses: cypress-io/github-action@v6
uses: cypress-io/github-action@v7
timeout-minutes: 15
with:
install: false
Expand All @@ -604,7 +604,7 @@ jobs:

- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: cypress-visual-results-${{ github.run_id }}
path: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/frontend-pr-workflow-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node with Cache
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:

- name: Upload build artifacts
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: build-${{ github.run_id }}
path: ${{ inputs.build-output-dir }}
Expand All @@ -330,7 +330,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node with Cache
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:

- name: Upload coverage
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: coverage-${{ github.run_id }}
path: coverage/
Expand All @@ -374,7 +374,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node with Cache
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
Expand Down Expand Up @@ -412,7 +412,7 @@ jobs:

- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: integration-test-results-${{ github.run_id }}
path: playwright-report/
Expand All @@ -431,7 +431,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node with Cache
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
Expand Down
Loading