diff --git a/.github/workflow-templates/fe/fe-check-upmerge.yml b/.github/workflow-templates/fe/fe-check-upmerge.yml index ccb5b40..e05e2e1 100644 --- a/.github/workflow-templates/fe/fe-check-upmerge.yml +++ b/.github/workflow-templates/fe/fe-check-upmerge.yml @@ -12,7 +12,7 @@ permissions: jobs: check-upmerge: - uses: collaborationFactory/github-actions/.github/workflows/fe-check-upmerge.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-check-upmerge.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe secrets: SLACK_TOKEN_UPMERGE: ${{ secrets.SLACK_TOKEN_UPMERGE }} GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }} diff --git a/.github/workflow-templates/fe/fe-cleanup-snapshots.yml b/.github/workflow-templates/fe/fe-cleanup-snapshots.yml index d21d48d..5d106a6 100644 --- a/.github/workflow-templates/fe/fe-cleanup-snapshots.yml +++ b/.github/workflow-templates/fe/fe-cleanup-snapshots.yml @@ -12,7 +12,7 @@ permissions: jobs: cleanup-snapshots: - uses: collaborationFactory/github-actions/.github/workflows/fe-cleanup-snapshots.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-cleanup-snapshots.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe secrets: JFROG_BASE64_TOKEN: ${{ secrets.JFROG_BASE64_TOKEN }} JFROG_URL: ${{ secrets.JFROG_URL }} diff --git a/.github/workflow-templates/fe/fe-licenses.yml b/.github/workflow-templates/fe/fe-licenses.yml index 1e49f83..36eff8b 100644 --- a/.github/workflow-templates/fe/fe-licenses.yml +++ b/.github/workflow-templates/fe/fe-licenses.yml @@ -17,7 +17,7 @@ env: jobs: check-licenses: - uses: collaborationFactory/github-actions/.github/workflows/fe-licenses.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-licenses.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe with: FOSS_DIST: dist CUSTOM_LICENSES_JSON: custom-licenses/custom-licenses.json diff --git a/.github/workflow-templates/fe/fe-main.yml b/.github/workflow-templates/fe/fe-main.yml index 3aadc07..a972183 100644 --- a/.github/workflow-templates/fe/fe-main.yml +++ b/.github/workflow-templates/fe/fe-main.yml @@ -17,7 +17,7 @@ env: jobs: install-deps: - uses: collaborationFactory/github-actions/.github/workflows/fe-install-deps.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-install-deps.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe with: GHA_REF: '' secrets: @@ -26,7 +26,7 @@ jobs: # This job is only needed in case you are using Percy e2e-tests: needs: install-deps - uses: collaborationFactory/github-actions/.github/workflows/fe-e2e.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-e2e.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe with: GHA_REF: '' GHA_BASE: ${{ github.event.before }} @@ -35,14 +35,14 @@ jobs: build: needs: install-deps - uses: collaborationFactory/github-actions/.github/workflows/fe-build.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-build.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe with: GHA_REF: '' GHA_BASE: ${{ github.event.before }} snapshot: needs: build - uses: collaborationFactory/github-actions/.github/workflows/fe-snapshot.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-snapshot.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe with: GHA_REF: '' GHA_BASE: ${{ github.event.before }} diff --git a/.github/workflow-templates/fe/fe-pr-close.yml b/.github/workflow-templates/fe/fe-pr-close.yml index a32b1a9..1d4e3b0 100644 --- a/.github/workflow-templates/fe/fe-pr-close.yml +++ b/.github/workflow-templates/fe/fe-pr-close.yml @@ -13,7 +13,7 @@ permissions: jobs: remove-artifacts: - uses: collaborationFactory/github-actions/.github/workflows/fe-pr-close.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-pr-close.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe with: GHA_BASE: ${{ github.event.pull_request.base.ref }} secrets: diff --git a/.github/workflow-templates/fe/fe-pr-snapshot.yml b/.github/workflow-templates/fe/fe-pr-snapshot.yml index f02e992..f042d4e 100644 --- a/.github/workflow-templates/fe/fe-pr-snapshot.yml +++ b/.github/workflow-templates/fe/fe-pr-snapshot.yml @@ -13,7 +13,7 @@ permissions: jobs: publish-pr-snapshot: - uses: collaborationFactory/github-actions/.github/workflows/fe-pr-snapshot.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-pr-snapshot.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe with: GHA_BASE: ${{ github.event.pull_request.base.ref }} secrets: diff --git a/.github/workflow-templates/fe/fe-pr.yml b/.github/workflow-templates/fe/fe-pr.yml index 5f55be1..926d295 100644 --- a/.github/workflow-templates/fe/fe-pr.yml +++ b/.github/workflow-templates/fe/fe-pr.yml @@ -16,7 +16,7 @@ env: jobs: install-deps: - uses: collaborationFactory/github-actions/.github/workflows/fe-install-deps.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-install-deps.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe with: GHA_REF: ${{ github.event.pull_request.head.ref }} secrets: @@ -24,20 +24,20 @@ jobs: build: needs: install-deps - uses: collaborationFactory/github-actions/.github/workflows/fe-build.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-build.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe with: GHA_REF: ${{ github.event.pull_request.head.ref }} GHA_BASE: ${{ github.event.pull_request.base.ref }} code-quality: needs: install-deps - uses: collaborationFactory/github-actions/.github/workflows/fe-code-quality.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-code-quality.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe with: GHA_REF: ${{ github.event.pull_request.head.ref }} GHA_BASE: ${{ github.event.pull_request.base.ref }} e2e: needs: install-deps - uses: collaborationFactory/github-actions/.github/workflows/fe-e2e.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-e2e.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe with: GHA_REF: ${{ github.event.pull_request.head.ref }} GHA_BASE: ${{ github.event.pull_request.base.ref }} diff --git a/.github/workflow-templates/fe/fe-release.yml b/.github/workflow-templates/fe/fe-release.yml index 9dca4cd..cae5e73 100644 --- a/.github/workflow-templates/fe/fe-release.yml +++ b/.github/workflow-templates/fe/fe-release.yml @@ -16,7 +16,7 @@ env: jobs: install-deps: - uses: collaborationFactory/github-actions/.github/workflows/fe-install-deps.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-install-deps.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe with: GHA_REF: '' secrets: @@ -24,7 +24,7 @@ jobs: e2e-tests: needs: install-deps - uses: collaborationFactory/github-actions/.github/workflows/fe-e2e.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-e2e.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe with: GHA_REF: '' GHA_BASE: ${{ github.event.before }} @@ -33,14 +33,14 @@ jobs: build: needs: install-deps - uses: collaborationFactory/github-actions/.github/workflows/fe-build.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-build.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe with: GHA_REF: '' GHA_BASE: ${{ github.event.before }} tag: needs: [build, e2e-tests] - uses: collaborationFactory/github-actions/.github/workflows/fe-tag.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-tag.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe with: GHA_REF: '' GHA_BASE: ${{ github.event.before }} diff --git a/.github/workflow-templates/fe/fe-tag-pushed.yml b/.github/workflow-templates/fe/fe-tag-pushed.yml index 8b2be75..4bbb30e 100644 --- a/.github/workflow-templates/fe/fe-tag-pushed.yml +++ b/.github/workflow-templates/fe/fe-tag-pushed.yml @@ -16,7 +16,7 @@ env: jobs: release-version: - uses: collaborationFactory/github-actions/.github/workflows/fe-release.yml@release/26.2 + uses: collaborationFactory/github-actions/.github/workflows/fe-release.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe secrets: JFROG_BASE64_TOKEN: ${{ secrets.JFROG_BASE64_TOKEN }} JFROG_URL: ${{ secrets.JFROG_URL }} diff --git a/.github/workflows/fe-build.yml b/.github/workflows/fe-build.yml index aa845b8..2b1d1d0 100644 --- a/.github/workflows/fe-build.yml +++ b/.github/workflows/fe-build.yml @@ -33,6 +33,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 22.15.0 + - name: "Install required npm version" + run: npm install -g npm@11.3.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 @@ -44,7 +46,7 @@ jobs: run: git fetch origin ${{ inputs.GHA_BASE }}:${{ inputs.GHA_BASE }} || true - name: Build and Storybook - uses: collaborationFactory/github-actions/.github/actions/run-many@release/26.2 + uses: collaborationFactory/github-actions/.github/actions/run-many@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe with: target: ${{ matrix.target }} jobIndex: ${{ matrix.jobIndex }} diff --git a/.github/workflows/fe-check-upmerge.yml b/.github/workflows/fe-check-upmerge.yml index c9416e3..c0ffc5c 100644 --- a/.github/workflows/fe-check-upmerge.yml +++ b/.github/workflows/fe-check-upmerge.yml @@ -23,7 +23,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 22.15.0 - + - name: "Install required npm version" + run: npm install -g npm@11.3.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 @@ -32,7 +33,7 @@ jobs: key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }} - name: check if upmerge is necessary and post to slack - uses: collaborationFactory/github-actions/.github/actions/upmerge@release/26.2 + uses: collaborationFactory/github-actions/.github/actions/upmerge@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe env: SLACK_TOKEN_UPMERGE: ${{ secrets.SLACK_TOKEN_UPMERGE }} GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }} diff --git a/.github/workflows/fe-cleanup-snapshots.yml b/.github/workflows/fe-cleanup-snapshots.yml index 8cc537e..ba44361 100644 --- a/.github/workflows/fe-cleanup-snapshots.yml +++ b/.github/workflows/fe-cleanup-snapshots.yml @@ -25,7 +25,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 22.15.0 - + - name: "Install required npm version" + run: npm install -g npm@11.3.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 @@ -39,7 +40,7 @@ jobs: dot-npmrc: ${{ secrets.DOT_NPMRC }} - name: Cleanup Snapshot Artifacts - uses: collaborationFactory/github-actions/.github/actions/snapshots@release/26.2 + uses: collaborationFactory/github-actions/.github/actions/snapshots@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe env: JFROG_BASE64_TOKEN: ${{ secrets.JFROG_BASE64_TOKEN }} JFROG_URL: ${{ secrets.JFROG_URL }} diff --git a/.github/workflows/fe-code-quality.yml b/.github/workflows/fe-code-quality.yml index e062a77..f8c2de6 100644 --- a/.github/workflows/fe-code-quality.yml +++ b/.github/workflows/fe-code-quality.yml @@ -47,6 +47,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22.15.0 + - name: "Install required npm version" + run: npm install -g npm@11.3.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 @@ -65,7 +67,7 @@ jobs: - name: Unit Tests id: test - uses: collaborationFactory/github-actions/.github/actions/run-many@release/26.2 + uses: collaborationFactory/github-actions/.github/actions/run-many@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe continue-on-error: true with: target: ${{ matrix.target }} diff --git a/.github/workflows/fe-e2e.yml b/.github/workflows/fe-e2e.yml index b0e3644..a8b6964 100644 --- a/.github/workflows/fe-e2e.yml +++ b/.github/workflows/fe-e2e.yml @@ -39,6 +39,9 @@ jobs: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }} + - name: "Install required npm version" + run: npm install -g npm@11.3.0 + - name: Install Cypress Binary run: npx cypress install @@ -48,7 +51,7 @@ jobs: - name: Affected Regression Tests id: regressionTests continue-on-error: true - uses: collaborationFactory/github-actions/.github/actions/run-many@release/26.2 + uses: collaborationFactory/github-actions/.github/actions/run-many@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe with: target: ${{ matrix.target }} jobIndex: ${{ matrix.jobIndex }} diff --git a/.github/workflows/fe-install-deps.yml b/.github/workflows/fe-install-deps.yml index 75b02bc..672e6d4 100644 --- a/.github/workflows/fe-install-deps.yml +++ b/.github/workflows/fe-install-deps.yml @@ -27,6 +27,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 22.15.0 + - name: "Install required npm version" + run: npm install -g npm@11.3.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-licenses.yml b/.github/workflows/fe-licenses.yml index 8e723a1..e02ee43 100644 --- a/.github/workflows/fe-licenses.yml +++ b/.github/workflows/fe-licenses.yml @@ -30,6 +30,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 22.15.0 + - name: "Install required npm version" + run: npm install -g npm@11.3.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-pr-close.yml b/.github/workflows/fe-pr-close.yml index 7c14499..37a9cbf 100644 --- a/.github/workflows/fe-pr-close.yml +++ b/.github/workflows/fe-pr-close.yml @@ -28,6 +28,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 22.15.0 + - name: "Install required npm version" + run: npm install -g npm@11.3.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 @@ -45,7 +47,7 @@ jobs: run: npm ci - name: Delete Snapshots from NPM Registry - uses: collaborationFactory/github-actions/.github/actions/artifacts@release/26.2 + uses: collaborationFactory/github-actions/.github/actions/artifacts@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe env: JFROG_BASE64_TOKEN: ${{ secrets.JFROG_BASE64_TOKEN }} JFROG_URL: ${{ secrets.JFROG_URL }} diff --git a/.github/workflows/fe-pr-snapshot.yml b/.github/workflows/fe-pr-snapshot.yml index b51cf34..9fa0709 100644 --- a/.github/workflows/fe-pr-snapshot.yml +++ b/.github/workflows/fe-pr-snapshot.yml @@ -31,6 +31,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 22.15.0 + - name: "Install required npm version" + run: npm install -g npm@11.3.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 @@ -63,7 +65,7 @@ jobs: run: npm ci - name: Build and Push to Jfrog NPM Registry - uses: collaborationFactory/github-actions/.github/actions/artifacts@release/26.2 + uses: collaborationFactory/github-actions/.github/actions/artifacts@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe env: JFROG_BASE64_TOKEN: ${{ secrets.JFROG_BASE64_TOKEN }} JFROG_URL: ${{ secrets.JFROG_URL }} diff --git a/.github/workflows/fe-release.yml b/.github/workflows/fe-release.yml index 3bf668b..88ec701 100644 --- a/.github/workflows/fe-release.yml +++ b/.github/workflows/fe-release.yml @@ -28,6 +28,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 22.15.0 + - name: "Install required npm version" + run: npm install -g npm@11.3.0 - name: Cache Node Modules id: npm-cache @@ -50,7 +52,7 @@ jobs: uses: dawidd6/action-get-tag@v1 - name: Build and Push to Jfrog NPM Registry - uses: collaborationFactory/github-actions/.github/actions/artifacts@release/26.2 + uses: collaborationFactory/github-actions/.github/actions/artifacts@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe env: JFROG_BASE64_TOKEN: ${{ secrets.JFROG_BASE64_TOKEN }} JFROG_URL: ${{ secrets.JFROG_URL }} diff --git a/.github/workflows/fe-snapshot.yml b/.github/workflows/fe-snapshot.yml index 7dbd4f6..47f1ba9 100644 --- a/.github/workflows/fe-snapshot.yml +++ b/.github/workflows/fe-snapshot.yml @@ -32,6 +32,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 22.15.0 + - name: "Install required npm version" + run: npm install -g npm@11.3.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 @@ -40,7 +42,7 @@ jobs: key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }} - name: Build and Push to Jfrog NPM Registry - uses: collaborationFactory/github-actions/.github/actions/artifacts@release/26.2 + uses: collaborationFactory/github-actions/.github/actions/artifacts@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe env: JFROG_BASE64_TOKEN: ${{ secrets.JFROG_BASE64_TOKEN }} JFROG_URL: ${{ secrets.JFROG_URL }} diff --git a/.github/workflows/fe-sonar.yml b/.github/workflows/fe-sonar.yml index 0c11338..629c9f9 100644 --- a/.github/workflows/fe-sonar.yml +++ b/.github/workflows/fe-sonar.yml @@ -45,6 +45,8 @@ jobs: uses: actions/setup-node@v6 with: node-version-file: .nvmrc + - name: "Install required npm version" + run: npm install -g npm@11.3.0 - name: Cache Node Modules id: npm-cache diff --git a/.github/workflows/fe-tag.yml b/.github/workflows/fe-tag.yml index 9b5fa22..60723d3 100644 --- a/.github/workflows/fe-tag.yml +++ b/.github/workflows/fe-tag.yml @@ -35,6 +35,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 22.15.0 + - name: "Install required npm version" + run: npm install -g npm@11.3.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 @@ -48,7 +50,7 @@ jobs: git config user.email ${{ secrets.GIT_USER_EMAIL }} - name: Bump Version and Push new Tag - uses: collaborationFactory/github-actions/.github/actions/artifacts@release/26.2 + uses: collaborationFactory/github-actions/.github/actions/artifacts@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe env: JFROG_BASE64_TOKEN: ${{ secrets.JFROG_BASE64_TOKEN }} JFROG_URL: ${{ secrets.JFROG_URL }}