Skip to content

Commit 9ba5491

Browse files
authored
Pin remaining GitHub Actions (#733)
## Summary - Follow-up to #725 — pins remaining action references that were missed ## Test plan - [x] Verified all action references pass the pin scan This pull request was AI-assisted by Isaac.
1 parent bc02a4b commit 9ba5491

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/external-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pull-requests: write
2222

2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2525

2626
- name: Delete old comments
2727
env:

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
environment: "test-trigger-is"
4242

4343
steps:
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
4545

4646
- name: Generate GitHub App Token for Workflow Trigger
4747
id: generate-token

.github/workflows/next-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1717

1818
- name: Fetch list of changed files
1919
id: changed-files

0 commit comments

Comments
 (0)