From 1840d7261b03a6ebf1a35b42ffebe14f5ead0b47 Mon Sep 17 00:00:00 2001 From: null Date: Fri, 13 Oct 2023 19:05:37 +0000 Subject: [PATCH] chore(deps): update taiga-family/ci action to v1.33.3 --- .github/workflows/auto-add-to-project.yml | 2 +- .github/workflows/auto-approve.yml | 14 ++++----- .github/workflows/auto-author-assign.yml | 4 +-- .github/workflows/auto-cleanup-caches.yml | 6 ++-- .github/workflows/auto-dependency-review.yml | 4 +-- .github/workflows/auto-label.yml | 6 ++-- .github/workflows/auto-remove-label.yml | 4 +-- .github/workflows/build.yml | 8 ++--- .github/workflows/create-release.yml | 6 ++-- .github/workflows/deploy-preview.yml | 4 +-- .github/workflows/deploy.yml | 4 +-- .github/workflows/e2e.yml | 16 +++++----- .github/workflows/lint.yml | 32 ++++++++++---------- .github/workflows/npm-publish.yml | 6 ++-- .github/workflows/test.yml | 4 +-- 15 files changed, 60 insertions(+), 60 deletions(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index d33c5c347..969080eb5 100644 --- a/.github/workflows/auto-add-to-project.yml +++ b/.github/workflows/auto-add-to-project.yml @@ -7,6 +7,6 @@ jobs: automate-project-columns: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/project@v1.33.1 + - uses: taiga-family/ci/actions/setup/project@v1.33.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 719ba8a8f..4496c0fec 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -11,8 +11,8 @@ jobs: outputs: matrix: ${{ steps.matrix.outputs.value }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/variables@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/variables@v1.33.3 - id: matrix if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' run: | @@ -30,7 +30,7 @@ jobs: matrix: value: ${{ fromJSON(needs.setup.outputs.matrix) }} steps: - - uses: taiga-family/ci/actions/run/wait-job@v1.33.1 + - uses: taiga-family/ci/actions/run/wait-job@v1.33.3 with: token: ${{ secrets.GITHUB_TOKEN }} job: ${{ matrix.value }} @@ -39,13 +39,13 @@ jobs: needs: [wait] runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/variables@v1.33.1 - - uses: taiga-family/ci/actions/auto/approve/double@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/variables@v1.33.3 + - uses: taiga-family/ci/actions/auto/approve/double@v1.33.3 with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.33.1 + - uses: taiga-family/ci/actions/run/merge@v1.33.3 if: env.IS_RELEASE_BRANCH == 'false' with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 5601fd2a4..e3a9e0e63 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -8,8 +8,8 @@ jobs: name: PR author as an assignee runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/variables@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/variables@v1.33.3 - uses: toshimaru/auto-author-assign@v2.0.1 if: env.IS_OWNER_MODE == 'true' with: diff --git a/.github/workflows/auto-cleanup-caches.yml b/.github/workflows/auto-cleanup-caches.yml index 422b12528..eb3297e99 100644 --- a/.github/workflows/auto-cleanup-caches.yml +++ b/.github/workflows/auto-cleanup-caches.yml @@ -12,12 +12,12 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.33.3 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.33.1 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.33.3 if: github.event_name == 'pull_request' with: branch-name: refs/pull/${{ github.event.pull_request.number }}/merge diff --git a/.github/workflows/auto-dependency-review.yml b/.github/workflows/auto-dependency-review.yml index 8a0f0114b..dca91594c 100644 --- a/.github/workflows/auto-dependency-review.yml +++ b/.github/workflows/auto-dependency-review.yml @@ -8,5 +8,5 @@ jobs: dependency-review: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/security/dependency-review@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/security/dependency-review@v1.33.3 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index e835c1987..f9ff61577 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -6,9 +6,9 @@ jobs: name: Label when approved runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/variables@v1.33.1 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/variables@v1.33.3 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.33.3 with: approvals: 1 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index efb982a7d..6e173e0d2 100644 --- a/.github/workflows/auto-remove-label.yml +++ b/.github/workflows/auto-remove-label.yml @@ -7,5 +7,5 @@ jobs: remove_label: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/auto/remove-label@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/auto/remove-label@v1.33.3 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0bd2361a..9a73aec71 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,8 +10,8 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/node@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/node@v1.33.3 - run: npx nx run-many --target build --all --exclude=demo build-demo: @@ -19,8 +19,8 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/node@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/node@v1.33.3 - run: npx nx build-gh-pages concurrency: diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 2b540a546..bd25b4dc5 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -25,12 +25,12 @@ jobs: env: IS_DRY_MODE: ${{ github.event.inputs.dryRun == 'true' }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 with: fetch-depth: 0 token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/node@v1.33.1 - - uses: taiga-family/ci/actions/setup/config/git@v1.33.1 + - uses: taiga-family/ci/actions/setup/node@v1.33.3 + - uses: taiga-family/ci/actions/setup/config/git@v1.33.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 2da810369..6f260c014 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -10,8 +10,8 @@ jobs: name: Firebase runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/node@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/node@v1.33.3 - run: npm run build - name: Debug output diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1c1735ffd..6264f046e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,8 +8,8 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/node@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/node@v1.33.3 - run: npx nx build-gh-pages - uses: JamesIves/github-pages-deploy-action@v4.4.3 with: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b533e50a5..77ed7a1da 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -13,11 +13,11 @@ jobs: name: Build demo runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 with: fetch-depth: 10 - - uses: taiga-family/ci/actions/setup/node@v1.33.1 + - uses: taiga-family/ci/actions/setup/node@v1.33.3 - name: Mark demo-app directory for persist in cache uses: actions/cache@v3 @@ -42,8 +42,8 @@ jobs: project: [date, date-range, date-time, number, time] name: Kit / ${{ matrix.project }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/node@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/node@v1.33.3 - name: Download demo build from cache uses: actions/cache@v3 @@ -67,8 +67,8 @@ jobs: runs-on: ubuntu-latest name: Recipes steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/node@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/node@v1.33.3 - name: Download demo build from cache uses: actions/cache@v3 @@ -90,8 +90,8 @@ jobs: runs-on: ubuntu-latest name: Others steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/node@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/node@v1.33.3 - name: Download demo build from cache uses: actions/cache@v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 09d7e2e51..730ad75c0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,47 +5,47 @@ jobs: typecheck: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/node@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/node@v1.33.3 - run: npm run typecheck cspell: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/node@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/node@v1.33.3 - run: npm run cspell -- --no-progress prettier: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/variables@v1.33.1 - - uses: taiga-family/ci/actions/setup/node@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/variables@v1.33.3 + - uses: taiga-family/ci/actions/setup/node@v1.33.3 - run: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }} - - uses: taiga-family/ci/actions/auto/push@v1.33.1 + - uses: taiga-family/ci/actions/auto/push@v1.33.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} stylelint: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/variables@v1.33.1 - - uses: taiga-family/ci/actions/setup/node@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/variables@v1.33.3 + - uses: taiga-family/ci/actions/setup/node@v1.33.3 - run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.33.1 + - uses: taiga-family/ci/actions/auto/push@v1.33.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} eslint: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/variables@v1.33.1 - - uses: taiga-family/ci/actions/setup/node@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/variables@v1.33.3 + - uses: taiga-family/ci/actions/setup/node@v1.33.3 - run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.33.1 + - uses: taiga-family/ci/actions/auto/push@v1.33.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index e16f8fff1..f470b100c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -12,8 +12,8 @@ jobs: name: Publish runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/node@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/node@v1.33.3 - run: npx nx run-many --target build --all --exclude=demo - run: npx nx run-many --target publish --all --exclude=demo @@ -22,7 +22,7 @@ jobs: echo "version=v$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT - name: Announce to Telegram - uses: taiga-family/ci/actions/messenger/telegram/announce@v1.33.1 + uses: taiga-family/ci/actions/messenger/telegram/announce@v1.33.3 with: chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2dc02ba7..749b7fd89 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,8 +11,8 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.33.1 - - uses: taiga-family/ci/actions/setup/node@v1.33.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.3 + - uses: taiga-family/ci/actions/setup/node@v1.33.3 - run: npx nx run-many --target test --all --coverage - uses: codecov/codecov-action@v3.1.4 with: