diff --git a/.github/workflows/contract-testing.yaml b/.github/workflows/contract-testing.yaml index 00d01520a..4a51a3b4b 100644 --- a/.github/workflows/contract-testing.yaml +++ b/.github/workflows/contract-testing.yaml @@ -56,7 +56,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 if: ${{ github.event_name == 'push' }} - - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 id: filter with: filters: | diff --git a/.github/workflows/e2e-testing.yaml b/.github/workflows/e2e-testing.yaml index 8ad981712..437f28378 100644 --- a/.github/workflows/e2e-testing.yaml +++ b/.github/workflows/e2e-testing.yaml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 if: ${{ github.event_name == 'push' }} - - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 id: filter with: filters: | diff --git a/.github/workflows/pull-request-lint.yml b/.github/workflows/pull-request-lint.yml index 596ed2864..1f90b5764 100644 --- a/.github/workflows/pull-request-lint.yml +++ b/.github/workflows/pull-request-lint.yml @@ -35,7 +35,7 @@ jobs: revert style requireScope: false - - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 + - uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # When the previous steps fails, the workflow would stop. By adding this # condition you can continue the execution with the populated error message. if: always() && (steps.lint_pr_title.outputs.error_message != null) @@ -53,7 +53,7 @@ jobs: ``` # Delete a previous comment when the issue has been resolved - if: ${{ steps.lint_pr_title.outputs.error_message == null }} - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 + uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 with: header: pr-title-lint-error delete: true