From 6b866939caba34569f4cbc268a9b11146a71a6d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 13:54:54 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/ci.yml | 4 ++-- .github/workflows/commitlint.yml | 6 +++--- .github/workflows/publish-tessl.yml | 4 ++-- .github/workflows/release-please.yml | 6 +++--- .github/workflows/skill-review.yml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec2684f..756528f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: name: Validate skill and plugin runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Setup Tessl CLI uses: tesslio/setup-tessl@25ec223fc0da33b41b8044ff5ab2b85235f4f91e # v2 @@ -72,7 +72,7 @@ jobs: if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Check Tessl token id: tessl-token diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index a7b0318..cd210a7 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -30,7 +30,7 @@ jobs: name: Commitlint runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha || github.sha }} @@ -47,8 +47,8 @@ jobs: printf '{"private":true}\n' > "$commitlint_home/package.json" cp commitlint.config.cjs "$commitlint_home/commitlint.config.cjs" npm --prefix "$commitlint_home" install --silent \ - @commitlint/cli@21.0.1 \ - @commitlint/config-conventional@21.0.1 + @commitlint/cli@21.0.2 \ + @commitlint/config-conventional@21.0.2 echo "COMMITLINT_BIN=$commitlint_home/node_modules/.bin/commitlint" >> "$GITHUB_ENV" echo "COMMITLINT_CONFIG=$commitlint_home/commitlint.config.cjs" >> "$GITHUB_ENV" diff --git a/.github/workflows/publish-tessl.yml b/.github/workflows/publish-tessl.yml index 1ea84fd..e97b6b3 100644 --- a/.github/workflows/publish-tessl.yml +++ b/.github/workflows/publish-tessl.yml @@ -25,13 +25,13 @@ jobs: steps: - name: Checkout manual ref if: ${{ github.event_name == 'workflow_dispatch' }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: ref: ${{ inputs.ref || github.ref }} - name: Checkout release tag if: ${{ github.event_name == 'release' }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: ref: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 6a378ea..c1d7470 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -76,7 +76,7 @@ jobs: echo "EOF" } >> "$GITHUB_OUTPUT" - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 if: ${{ steps.release-pr.outputs.found == 'true' }} with: fetch-depth: 0 @@ -163,8 +163,8 @@ jobs: printf '{"private":true}\n' > "$commitlint_home/package.json" cp commitlint.config.cjs "$commitlint_home/commitlint.config.cjs" npm --prefix "$commitlint_home" install --silent \ - @commitlint/cli@21.0.1 \ - @commitlint/config-conventional@21.0.1 + @commitlint/cli@21.0.2 \ + @commitlint/config-conventional@21.0.2 commitlint_bin="$commitlint_home/node_modules/.bin/commitlint" commitlint_config="$commitlint_home/commitlint.config.cjs" diff --git a/.github/workflows/skill-review.yml b/.github/workflows/skill-review.yml index aee0f7e..be322cd 100644 --- a/.github/workflows/skill-review.yml +++ b/.github/workflows/skill-review.yml @@ -29,7 +29,7 @@ jobs: env: TESSL_TOKEN: ${{ secrets.TESSL_TOKEN }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Skip review when Tessl token is unavailable if: ${{ env.TESSL_TOKEN == '' }}