diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 87e1eac9e1..dd49b8b6c8 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -17,6 +17,6 @@ jobs: - name: Remove tsconfig run: rm tsconfig.json - - uses: wagoid/commitlint-github-action@0184f5a228ee06430bb9e67d65f73a1a6767496a # v6.2.0 + - uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1 with: configFile: commitlint.config.ts diff --git a/.github/workflows/pr-closed.yaml b/.github/workflows/pr-closed.yaml index 082eb6e694..50cb2bc1f1 100644 --- a/.github/workflows/pr-closed.yaml +++ b/.github/workflows/pr-closed.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Remove preview consumption comment - uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0 + uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 with: header: pr_preview_consumption delete: true diff --git a/.github/workflows/pr-on-close.yaml b/.github/workflows/pr-on-close.yaml index 663166ca08..8c1dc09f02 100644 --- a/.github/workflows/pr-on-close.yaml +++ b/.github/workflows/pr-on-close.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Remove preview consumption comment - uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0 + uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 with: header: pr_preview_consumption delete: true diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 42ccf61990..949cda213d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,7 +27,7 @@ jobs: - name: Remove preview consumption comment if: github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0 + uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 with: header: pr_preview_consumption delete: true @@ -109,7 +109,7 @@ jobs: - name: Provide preview link info if: ${{ steps.package-preview.outputs.npm_instructions != '' }} - uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0 + uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 with: header: pr_preview_consumption message: | @@ -121,7 +121,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.KONGPONENTS_BOT_PAT }} - name: Run Cypress component tests - uses: cypress-io/github-action@57b70560982e6a11d23d4b8bec7f8a487cdbb71b # v6.7.8 + uses: cypress-io/github-action@b86ab8d33218c786a7c2d17dfea9724eb8aa8b6b # v6.7.9 with: install: false command: pnpm test