Skip to content

Commit 4fbe12a

Browse files
authored
[BUG] Start using pinned versions for internal GHA needs (#15)
* Update omf_pr_checks.yml Signed-off-by: John McCall <john@overturemaps.org> * Update omf_pr_checks.yml Signed-off-by: John McCall <john@overturemaps.org> --------- Signed-off-by: John McCall <john@overturemaps.org>
1 parent cd264a3 commit 4fbe12a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/omf_pr_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pull-requests: write # to post PR title validation comments
3333
issues: write # to post PR-related issue comments
3434
statuses: write # to update commit status checks
35-
uses: ./.github/workflows/validate-pr-title.yml
35+
uses: OvertureMaps/workflows/.github/workflows/validate-pr-title.yml@validate-pr-title-v1 # zizmor: ignore[unpinned-uses]
3636

3737
check-linked-issue:
3838
name: issue
@@ -44,6 +44,6 @@ jobs:
4444
statuses: write # to update commit status checks
4545
steps:
4646
- name: Check for linked issue
47-
uses: ./.github/actions/check-linked-issue
47+
uses: OvertureMaps/workflows/.github/actions/check-linked-issue@check-linked-issue-v1 # zizmor: ignore[unpinned-uses]
4848
with:
4949
privateKey: ${{ secrets.CHECK_LINKED_ISSUE_APP_PEM }}

0 commit comments

Comments
 (0)