Skip to content

Commit c021044

Browse files
committed
Pin unofficial actions versions
xdev-software/base-template#1
1 parent 888b4ce commit c021044

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/broken-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Link Checker
2020
id: lychee
21-
uses: lycheeverse/lychee-action@v2
21+
uses: lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6 # v2
2222
with:
2323
fail: false # Don't fail on broken links, create an issue instead
2424

@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Create Issue From File
3939
if: env.lychee_exit_code != 0
40-
uses: peter-evans/create-issue-from-file@v5
40+
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5
4141
with:
4242
issue-number: ${{ steps.find-issue.outputs.number }}
4343
title: Link Checker Report

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
with:
2020
sparse-checkout: .github/labels.yml
2121

22-
- uses: EndBug/label-sync@v2
22+
- uses: EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2
2323
with:
2424
config-file: .github/labels.yml

0 commit comments

Comments
 (0)