Skip to content

Commit b438b4a

Browse files
chore(deps): pin dependencies
1 parent cd8af58 commit b438b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/transition/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ runs:
88
- run: npx create-typescript-app
99
shell: bash
1010
- id: auto-commit-action
11-
uses: stefanzweifel/git-auto-commit-action@v5
11+
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5
1212
with:
1313
commit_author: The Friendly Bingo Bot <[email protected]>
1414
commit_message: Check in changes from re-running npx create-typescript-app
1515
commit_user_email: [email protected]
1616
commit_user_name: The Friendly Bingo Bot
1717
- if: steps.auto-commit-action.outputs.changes_detected == 'true'
18-
uses: mshick/add-pr-comment@v2
18+
uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2
1919
with:
2020
issue: ${{ github.event.pull_request.number }}
2121
message: >-

0 commit comments

Comments
 (0)