From 9a998187c468fae6ba422945f5565a21332a4d1f Mon Sep 17 00:00:00 2001 From: Vladislav Zavialov Date: Tue, 31 Dec 2024 14:39:36 +0300 Subject: [PATCH] [Chore] Update to xrefcheck-0.3.0 --- .github/workflows/ci.yml | 2 +- .xrefcheck.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a6dff3..7bed675 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - uses: serokell/xrefcheck-action@v1 with: - xrefcheck-version: 0.2.2 + xrefcheck-version: 0.3.0 reuse: runs-on: ubuntu-latest diff --git a/.xrefcheck.yaml b/.xrefcheck.yaml index 3bb8285..b9a4957 100644 --- a/.xrefcheck.yaml +++ b/.xrefcheck.yaml @@ -2,8 +2,8 @@ # # SPDX-License-Identifier: Unlicense -verification: - ignoreRefs: +exclusions: + ignoreExternalRefsTo: # Note: For some reason, running `curl -I https://opensource.org/licenses/MPL-2.0` from within # a GitHub Action's agent returns a 503. # For this reason, we're temporarily disabling this check.