File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177
178178 return commentBody;
179179
180- - uses : microsoft/typescript-bot-test-triggerer/.github/actions/post-workflow-result@master
180+ - uses : microsoft/typescript-bot-test-triggerer/.github/actions/post-workflow-result@7676a9e9baa8a77a92206e4a9d434bbe45c81959 # master
181181 if : ${{ !cancelled() && inputs.distinct_id }}
182182 with :
183183 success_comment : ${{ steps.open-pr.outputs.result }}
Original file line number Diff line number Diff line change 8787 git commit -m "Bump version to $PACKAGE_VERSION and LKG"
8888 git push --set-upstream origin "$BRANCH_NAME"
8989
90- - uses : microsoft/typescript-bot-test-triggerer/.github/actions/post-workflow-result@master
90+ - uses : microsoft/typescript-bot-test-triggerer/.github/actions/post-workflow-result@7676a9e9baa8a77a92206e4a9d434bbe45c81959 # master
9191 if : ${{ !cancelled() && inputs.distinct_id }}
9292 with :
9393 success_comment : " I've created ${{ inputs.branch_name }} with version ${{ inputs.package_version }} for you."
Original file line number Diff line number Diff line change 9090 git commit -m "Bump version to $PACKAGE_VERSION and LKG"
9191 git push
9292
93- - uses : microsoft/typescript-bot-test-triggerer/.github/actions/post-workflow-result@master
93+ - uses : microsoft/typescript-bot-test-triggerer/.github/actions/post-workflow-result@7676a9e9baa8a77a92206e4a9d434bbe45c81959 # master
9494 if : ${{ !cancelled() && inputs.distinct_id }}
9595 with :
9696 success_comment : " I've set the version of ${{ inputs.branch_name }} to ${{ inputs.package_version }} for you."
Original file line number Diff line number Diff line change 6464 git commit -m 'Update LKG'
6565 git push
6666
67- - uses : microsoft/typescript-bot-test-triggerer/.github/actions/post-workflow-result@master
67+ - uses : microsoft/typescript-bot-test-triggerer/.github/actions/post-workflow-result@7676a9e9baa8a77a92206e4a9d434bbe45c81959 # master
6868 if : ${{ !cancelled() && inputs.distinct_id }}
6969 with :
7070 success_comment : " I've pulled main into ${{ inputs.branch_name }} for you."
Original file line number Diff line number Diff line change 6060 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
6161 with :
6262 node-version : ' lts/*'
63- - uses : microsoft/TypeScript-Twoslash-Repro-Action@master
63+ - uses : microsoft/TypeScript-Twoslash-Repro-Action@896a8519c4a94659aae0e27c9c92d6115bfb6ad8 # master
6464 with :
6565 github-token : ${{ secrets.TS_BOT_GITHUB_TOKEN }}
6666 issue : ${{ github.event.inputs.issue }}
You can’t perform that action at this time.
0 commit comments