From 48038f5760bb4fdf563317712658775680bc4da8 Mon Sep 17 00:00:00 2001 From: Dominik Titl <78549750+morning4coffe-dev@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:58:26 +0200 Subject: [PATCH] chore: Adjust --- .github/workflows/link-validation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-validation.yml b/.github/workflows/link-validation.yml index 8a800f8404b0..f881bb96379c 100644 --- a/.github/workflows/link-validation.yml +++ b/.github/workflows/link-validation.yml @@ -1,6 +1,6 @@ name: "Check links with linkcheck" on: -- pull_request_target +- pull_request jobs: triage: @@ -8,5 +8,5 @@ jobs: contents: read runs-on: ubuntu-latest steps: - - uses: filiph/linkcheck@3.0.0 + - uses: filiph/linkcheck@f2c15a0be0d9c83def5df3edcc0f2d6582845f2d #3.0.0 \ No newline at end of file