Skip to content

Commit 937ff82

Browse files
committed
Pin gh action modules
1 parent 99a5638 commit 937ff82

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/links.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@ jobs:
99
permissions:
1010
issues: write # required for peter-evans/create-issue-from-file
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
13+
with:
14+
persist-credentials: false
1315

1416
- name: Link Checker
1517
id: lychee
16-
uses: lycheeverse/lychee-action@v2
18+
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2
1719
with:
1820
fail: true
1921
args: --accept '100..=103, 200..=299, 403, 429' './**/*.md' './**/*.html'
2022

2123
- name: Create Issue From File
2224
if: steps.lychee.outputs.exit_code != 0
23-
uses: peter-evans/create-issue-from-file@v6
25+
uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710
2426
with:
2527
title: Link Checker Report
2628
content-filepath: ./lychee/out.md

0 commit comments

Comments
 (0)