Skip to content

Commit

Permalink
chore(deps): update taiga-family/ci action to v1.32.2 (#5612)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Oct 12, 2023
1 parent 6b8c73c commit 473c3b5
Show file tree
Hide file tree
Showing 21 changed files with 77 additions and 77 deletions.
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].0
- uses: taiga-family/ci/actions/setup/[email protected].2
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
14 changes: 7 additions & 7 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
outputs:
matrix: ${{ steps.matrix.outputs.value }}
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- id: matrix
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true'
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
matrix:
value: ${{ fromJSON(needs.setup.outputs.matrix) }}
steps:
- uses: taiga-family/ci/actions/run/[email protected].0
- uses: taiga-family/ci/actions/run/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
job: ${{ matrix.value }}
Expand All @@ -39,13 +39,13 @@ jobs:
needs: [wait]
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/auto/approve/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/auto/approve/[email protected].2
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
- uses: taiga-family/ci/actions/run/[email protected].0
- uses: taiga-family/ci/actions/run/[email protected].2
if: env.IS_RELEASE_BRANCH == 'false'
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].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- 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].0
- uses: taiga-family/ci/actions/auto/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/auto/[email protected].2
if: github.event_name == 'push'
with:
branch-name: ${{ github.head_ref || github.ref_name }}
- uses: taiga-family/ci/actions/auto/[email protected].0
- uses: taiga-family/ci/actions/auto/[email protected].2
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].0
- uses: taiga-family/ci/actions/security/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/security/[email protected].2
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].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/auto/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/auto/[email protected].2
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].0
- uses: taiga-family/ci/actions/auto/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/auto/[email protected].2
8 changes: 4 additions & 4 deletions .github/workflows/auto-update-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
if: ${{ !contains(github.head_ref , 'release/') }}
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- 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].0
- uses: taiga-family/ci/actions/auto/[email protected].2
with:
message: icons have changed
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
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].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- 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].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- 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].0
- uses: taiga-family/ci/actions/security/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/security/[email protected].2

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,12 +25,12 @@ 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].0
- uses: taiga-family/ci/actions/setup/[email protected].2
with:
fetch-depth: 0
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/config/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/config/[email protected].2
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].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2

- 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].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- 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].0
- uses: taiga-family/ci/actions/setup/[email protected].2
with:
fetch-depth: 10
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/run/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/run/[email protected].2
continue-on-error: true
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2

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

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

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

- name: Download artifacts / ${{ env.CYPRESS_SNAPSHOTS_ARTIFACTS_KEY }}
continue-on-error: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.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].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- run: npm run typecheck
- run: npm run cspell -- --no-progress
- run: |
Expand All @@ -25,7 +25,7 @@ jobs:
npm run stylelint
npm run lint
fi
- uses: taiga-family/ci/actions/auto/[email protected].0
- uses: taiga-family/ci/actions/auto/[email protected].2
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

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].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/config/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/config/[email protected].2
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 @@ -8,12 +8,12 @@ jobs:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
with:
fetch-depth: 0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/config/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/config/[email protected].2
with:
token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }}

Expand All @@ -28,14 +28,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].0
uses: taiga-family/ci/actions/messenger/time/[email protected].2
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].0
uses: taiga-family/ci/actions/messenger/telegram/[email protected].2
with:
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }}
topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }}
Expand Down
12 changes: 6 additions & 6 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].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2

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

- run: npx nx build demo --configuration production
Expand Down
6 changes: 3 additions & 3 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].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2

- name: Run tests for ${{ matrix.project }}
run: npx nx test ${{ matrix.project }} --skip-nx-cache
Expand All @@ -45,7 +45,7 @@ jobs:
needs: [test]
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: actions/[email protected]
with:
name: coverage-${{ github.workflow }}-${{ github.run_id }}
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 @@ -8,11 +8,11 @@ jobs:
name: Validate tag
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].2
with:
fetch-depth: 0

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

- name: Get last tag
Expand Down

0 comments on commit 473c3b5

Please sign in to comment.