Skip to content

Commit 1116338

Browse files
committed
fix: pin 5 unpinned action(s)
Automated security fixes applied by Runner Guard (https://github.com/Vigilant-LLC/runner-guard). Changes: .github/workflows/create-cherry-pick-pr.yml | 2 +- .github/workflows/new-release-branch.yaml | 2 +- .github/workflows/set-version.yaml | 2 +- .github/workflows/sync-branch.yaml | 2 +- .github/workflows/twoslash-repros.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-)
1 parent 77ddb5b commit 1116338

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/create-cherry-pick-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/new-release-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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."

.github/workflows/set-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
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."

.github/workflows/sync-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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."

.github/workflows/twoslash-repros.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)