Skip to content

Commit e4d7964

Browse files
authored
Pin down action to full-length commit SHA
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 5d1fc4d commit e4d7964

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/a-b-deploy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout repo
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737

3838
- name: Set deploy target
3939
id: set-target
@@ -45,7 +45,7 @@ jobs:
4545
fi
4646
4747
- name: Setup Node
48-
uses: actions/setup-node@v4
48+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0
4949
with:
5050
node-version: 20
5151
cache: npm
@@ -64,7 +64,7 @@ jobs:
6464
npm run build
6565
6666
- name: Upload build artifact
67-
uses: actions/upload-artifact@v4
67+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6868
with:
6969
name: docusaurus-build
7070
path: website/build
@@ -83,18 +83,18 @@ jobs:
8383

8484
steps:
8585
- name: Download build artifact
86-
uses: actions/download-artifact@v4
86+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
8787
with:
8888
name: docusaurus-build
8989
path: build
9090

9191
- name: Upload Pages artifact
92-
uses: actions/upload-pages-artifact@v3
92+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b #v4.0.0
9393
with:
9494
path: build
9595

9696
- name: Deploy to GitHub Pages
97-
uses: actions/deploy-pages@v4
97+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e #v4.0.5
9898

9999

100100
deploy-dreamhost:
@@ -107,7 +107,7 @@ jobs:
107107

108108
steps:
109109
- name: Download build artifact
110-
uses: actions/download-artifact@v4
110+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
111111
with:
112112
name: docusaurus-build
113113
path: build

0 commit comments

Comments
 (0)