From 15b3ed1ae76737689e6a970dc7655a50e7e41c5a Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Fri, 15 May 2026 12:21:29 +0100 Subject: [PATCH] ci: Update XRPLF/actions (#7281) --- .github/workflows/check-pr-title.yml | 2 +- .github/workflows/reusable-clang-tidy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml index 6d7bdefa08..5631950df6 100644 --- a/.github/workflows/check-pr-title.yml +++ b/.github/workflows/check-pr-title.yml @@ -11,4 +11,4 @@ on: jobs: check_title: if: ${{ github.event.pull_request.draft != true }} - uses: XRPLF/actions/.github/workflows/check-pr-title.yml@a5d8dd35be543365e90a11358447130c8763871d + uses: XRPLF/actions/.github/workflows/check-pr-title.yml@291206777251b4d493641b5afbdf7c23009d2988 diff --git a/.github/workflows/reusable-clang-tidy.yml b/.github/workflows/reusable-clang-tidy.yml index e979e7179a..e01a50cf6d 100644 --- a/.github/workflows/reusable-clang-tidy.yml +++ b/.github/workflows/reusable-clang-tidy.yml @@ -176,7 +176,7 @@ jobs: - name: Create issue if: ${{ steps.run_clang_tidy.outcome != 'success' && inputs.create_issue_on_failure }} - uses: XRPLF/actions/create-issue@fbcc16eb7f20dc3199eaf1aed0d3523a5ba9008c + uses: XRPLF/actions/create-issue@36d450d12d301e8410c1b7936e5de70c291cbe36 with: title: "Clang-tidy check failed" body_file: ${{ env.ISSUE_FILE }}