Skip to content

Commit a4490de

Browse files
made pipeline changes to improve readibility
1 parent 39f33a9 commit a4490de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/automatedLinkHealthCheck.yml renamed to .github/workflows/links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
1313
- name: Link Checker
1414
id: lychee
15-
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332
15+
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332i #v0.19.1
1616
with:
1717
fail: false
1818
output: ./lychee/out.md
1919
- name: Create Issue From File
2020
if: steps.lychee.outputs.exit_code != 0
21-
uses: peter-evans/create-issue-from-file@v5
21+
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd #v5.0.1
2222
with:
2323
title: Link Checker Report
2424
content-filepath: ./lychee/out.md

0 commit comments

Comments
 (0)