Skip to content

Commit 568ed99

Browse files
committed
GH Actions: pin re-usable workflows too
Follow up on 409, which added commit hash pinning to all externally managed action runners, this commit now also adds this to the re-usable workflows managed in the `Yoast/.github` repository.
1 parent 39892ea commit 568ed99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/basics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
jobs:
2222
actionlint:
2323
name: 'Lint GH Action workflows'
24-
uses: Yoast/.github/.github/workflows/reusable-actionlint.yml@main
24+
uses: Yoast/.github/.github/workflows/reusable-actionlint.yml@c14f66005ab514663a48d00712db67617c98728c # v1.0.0
2525

2626
checkcs:
2727
name: 'Basic CS and QA checks'

.github/workflows/merge-conflict-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
if: github.repository_owner == 'Yoast'
1919

2020
name: Check PRs for merge conflicts
21-
uses: Yoast/.github/.github/workflows/reusable-merge-conflict-check.yml@main
21+
uses: Yoast/.github/.github/workflows/reusable-merge-conflict-check.yml@c14f66005ab514663a48d00712db67617c98728c # v1.0.0

0 commit comments

Comments
 (0)