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

chore(deps): update taiga-family/ci action to v1.25.7 #5546

Closed
wants to merge 1 commit into from
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
2 changes: 1 addition & 1 deletion .github/workflows/auto-add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
10 changes: 5 additions & 5 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
outputs:
matrix: ${{ steps.matrix.outputs.value }}
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- id: matrix
if: env.TAIGA_FAMILY_BOT_IS_AUTHOR == 'true'
run: echo "value=$JOBS_NAME" >> $GITHUB_OUTPUT
Expand All @@ -24,7 +24,7 @@ jobs:
matrix:
value: ${{ fromJSON(needs.setup.outputs.matrix) }}
steps:
- uses: taiga-family/ci/actions/run/[email protected].6
- uses: taiga-family/ci/actions/run/[email protected].7
with:
token: ${{ secrets.GITHUB_TOKEN }}
job: ${{ matrix.value }}
Expand All @@ -33,11 +33,11 @@ jobs:
needs: [wait]
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/auto/approve/[email protected].6
- uses: taiga-family/ci/actions/auto/approve/[email protected].7
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
- uses: taiga-family/ci/actions/run/[email protected].6
- uses: taiga-family/ci/actions/run/[email protected].7
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
name: PR author as an assignee
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: toshimaru/[email protected]
if: env.IS_OWNER_MODE == 'true'
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/auto-cleanup-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/auto/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/auto/[email protected].7
if: github.event_name == 'push'
with:
branch-name: ${{ github.head_ref || github.ref_name }}
- uses: taiga-family/ci/actions/auto/[email protected].6
- uses: taiga-family/ci/actions/auto/[email protected].7
if: github.event_name == 'pull_request'
with:
branch-name: refs/pull/${{ github.event.pull_request.number }}/merge
4 changes: 2 additions & 2 deletions .github/workflows/auto-dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/security/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/security/[email protected].7
6 changes: 3 additions & 3 deletions .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
name: Label when approved
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/auto/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/auto/[email protected].7
with:
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/auto-remove-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
remove_label:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/auto/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/auto/[email protected].7
10 changes: 5 additions & 5 deletions .github/workflows/auto-update-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ jobs:
if: ${{ !contains(github.head_ref , 'release/') }}
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
if: env.SUPPORT_AUTO_PUSH == 'true'
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- run: |
npx nx prebuild icons
npx nx build icons
npx ts-node ./scripts/generate-used-icons.ts
npx eslint ./projects/cdk/constants/used-icons.ts --fix
npx prettier ./projects/cdk/constants/used-icons.ts --write
- uses: taiga-family/ci/actions/auto/[email protected].6
- uses: taiga-family/ci/actions/auto/[email protected].7
if: env.SUPPORT_AUTO_PUSH == 'true'
with:
message: icons have changed
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: Build packages
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- run: npm run run-many:build:libs
- run: npx ts-node ./scripts/check-dist.ts

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/bundle-size-tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
if: ${{ !contains(github.head_ref, 'release/') }}
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- run: npx nx build demo
- run: npx --yes bundlemon --config .github/.bundlemonrc.json
continue-on-error: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
contents: read
security-events: write
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/security/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/security/[email protected].7

concurrency:
group: codeql-${{ github.workflow }}-${{ github.ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
IS_DRY_MODE: ${{ github.event.inputs.dryRun == 'true' }}
IS_RRE_RELEASE_MODE: ${{ contains(github.event.inputs.mode, 'prerelease') }}
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/config/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/config/[email protected].7
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
if: ${{ !contains(github.event.workflow_run.head_branch, 'release/') }}
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7

- name: Prepare demo before deploy from snapshots
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
name: Firebase
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- run: npx nx build demo --base-href='/'
- name: Debug output
run: tree dist/demo/browser -P '*.html'
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
name: Build demo
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
with:
fetch-depth: 10
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/run/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/run/[email protected].7
continue-on-error: true
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7

- name: Building demo-app of git-branch without cache
run: npx nx build demo -c next --output-path ${{ env.DIST }} --base-href='/'
Expand All @@ -41,9 +41,9 @@ jobs:
[addon-doc, addon-charts, addon-commerce, addon-mobile, addon-table, addon-tablebars, icons, core, deep, kit]
name: ${{ matrix.project }}
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7

- name: Download cache / ${{ env.CACHE_DIST_KEY }}
uses: actions/cache/[email protected]
Expand Down Expand Up @@ -101,9 +101,9 @@ jobs:
shard: [1, 2, 3]
name: playwright / (${{ matrix.shard }} of 3)
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7

- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium
Expand Down Expand Up @@ -171,8 +171,8 @@ jobs:
needs: [cypress, playwright]
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7

- name: Download artifacts / ${{ env.CYPRESS_SNAPSHOTS_ARTIFACTS_KEY }}
continue-on-error: true
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ jobs:
if: ${{ !contains(github.head_ref, 'release/') }}
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
if: env.SUPPORT_AUTO_PUSH == 'true'
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- run: npm run typecheck
- run: npm run cspell -- --no-progress
- run: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }}
- run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }}
- run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }}
- name: Apply changes after linting
if: env.SUPPORT_AUTO_PUSH == 'true'
uses: taiga-family/ci/actions/auto/[email protected].6
uses: taiga-family/ci/actions/auto/[email protected].7

concurrency:
group: lint-${{ github.workflow }}-${{ github.ref }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: Packages
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/config/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/config/[email protected].7
with:
token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }}
- run: npm run run-many:build:libs
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/config/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/config/[email protected].7
with:
token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }}

Expand All @@ -25,14 +25,14 @@ jobs:
run: echo "version=v$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT

- name: Announce to Time messenger
uses: taiga-family/ci/actions/messenger/time/[email protected].6
uses: taiga-family/ci/actions/messenger/time/[email protected].7
with:
url: ${{ secrets.ANNOUNCE_WEBHOOK }}
channel: ${{ secrets.ANNOUNCE_TARGET }}
version: ${{ steps.info.outputs.version }}

- name: Announce to Telegram messenger
uses: taiga-family/ci/actions/messenger/telegram/[email protected].6
uses: taiga-family/ci/actions/messenger/telegram/[email protected].7
with:
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }}
topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: next
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7

- run: npx nx build demo -c next
- run: tree ${{ env.DIST }} -P '*.html'
Expand All @@ -30,8 +30,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
id: nodejs-workspace

- run: npx nx build demo --configuration production
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
]
name: ${{ matrix.project }}
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7

- name: Run tests for ${{ matrix.project }}
run: npx nx test ${{ matrix.project }} --skip-nx-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
validate-tag:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
with:
fetch-depth: 0

- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].7
id: nodejs-workspace

- name: Get last tag
Expand Down
Loading