Skip to content

Commit ca48e57

Browse files
committed
Actions: Peg external actions to specific SHAs
1 parent 6095138 commit ca48e57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-change-note.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check if change note file is present
14-
uses: dorny/paths-filter@v2
14+
uses: dorny/paths-filter@7c0f15b688b020e95e00f15c61299b022f08ca95 # v2.8.0
1515
id: paths_filter
1616
with:
1717
filters: |
1818
change_note:
1919
- '**/change-notes/*.md'
2020
- name: Get PR labels
2121
id: pr-labels
22-
uses: joerick/[email protected]
22+
uses: joerick/pr-labels-action@0a4cc4ee0ab557ec0b1ae1157fa6fa7f9f4c494b # v1.0.6
2323
- name: Fail if change note is missing
2424
uses: actions/github-script@v3
2525
if: |

0 commit comments

Comments
 (0)