Skip to content

Commit a8fd9ba

Browse files
committed
Adjust SHA1s for pinned GitHub Actions
- Adjusted pinned action SHA1s to use latest versions of original versions' major values. Signed-off-by: johnmhoran <johnmhoran@gmail.com>
1 parent 34a9961 commit a8fd9ba

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 6 additions & 6 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
36+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
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@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0
48+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
67+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6868
with:
6969
name: docusaurus-build
7070
path: website/build
@@ -83,13 +83,13 @@ jobs:
8383

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

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

@@ -107,7 +107,7 @@ jobs:
107107

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

.github/workflows/update-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
# 1 Checkout the target repo (Repo B)
5656
- name: Checkout repository
57-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
57+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
5858
with:
5959
ref: main
6060
fetch-depth: 0

0 commit comments

Comments
 (0)