Skip to content

Commit 636caaa

Browse files
committed
CCM-14499: Pin remaining GitHub Actions refs to SHAs
1 parent 67a22a8 commit 636caaa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/build-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
12-
- uses: actions/setup-node@v4
12+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1313
with:
1414
node-version: 22
1515
- name: Npm cli install

.github/workflows/cicd-3-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
run: |
103103
gh release download ${{steps.get-asset-version.outputs.release_version}} -p jekyll-docs-*.tar --output artifact.tar
104104
105-
- uses: actions/upload-artifact@v4
105+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
106106
with:
107107
name: jekyll-docs-${{steps.get-asset-version.outputs.release_version}}
108108
path: artifact.tar

0 commit comments

Comments
 (0)