Skip to content

Commit 2cd42c3

Browse files
committed
Pin NSC promotion actions
1 parent 2caf001 commit 2cd42c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/promote-nsc-channel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Checkout target branch
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
5555
with:
5656
repository: ${{ inputs.target_repo }}
5757
ref: ${{ inputs.target_branch }}
@@ -100,7 +100,7 @@ jobs:
100100
} >> "${GITHUB_OUTPUT}"
101101
102102
- name: Download NSC payload artifact
103-
uses: actions/download-artifact@v4
103+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
104104
with:
105105
run-id: ${{ inputs.run_id }}
106106
name: ${{ inputs.channel }}-payload
@@ -109,7 +109,7 @@ jobs:
109109
repository: ${{ inputs.source_repo }}
110110

111111
- name: Download NSC manifests artifact
112-
uses: actions/download-artifact@v4
112+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
113113
with:
114114
run-id: ${{ inputs.run_id }}
115115
name: ${{ inputs.channel }}-manifests

0 commit comments

Comments
 (0)