Skip to content

Commit 23c06e4

Browse files
authored
ci: pin semantic PR action to reviewed SHA (#56)
Pins `amannn/action-semantic-pull-request` in the semantic PR workflow to the audited SHA already present in Doist's allowlist. This removes the floating `@v5` reference flagged in #46. Tests: `npm test` Closes #46.
1 parent 31b8459 commit 23c06e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-semantic-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Validate PR title
19-
uses: amannn/action-semantic-pull-request@v5
19+
uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
with:

0 commit comments

Comments
 (0)