Skip to content

Commit 2a1cff8

Browse files
chore(deps): update github actions
1 parent bcfdf96 commit 2a1cff8

8 files changed

+15
-15
lines changed

.github/workflows/component_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Zig
5555
uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2
5656

57-
- uses: taiki-e/install-action@94cb46f8d6e437890146ffbd78a778b78e623fb2 # v2.74.0
57+
- uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
5858
with:
5959
tool: cargo-zigbuild@0.20.1
6060

.github/workflows/component_k8s_e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install Zig
8686
uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2
8787

88-
- uses: taiki-e/install-action@94cb46f8d6e437890146ffbd78a778b78e623fb2 # v2.74.0
88+
- uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
8989
with:
9090
tool: cargo-zigbuild@0.20.1
9191

@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: Upload e2e result summary
122122
if: always()
123-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
123+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
124124
with:
125125
name: e2e-result-k8s-${{ matrix.group }}
126126
path: e2e-result-*-k8s-${{ matrix.group }}.txt

.github/workflows/component_onhost_canaries_infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
contents: read
4242
steps:
4343
- name: Configure AWS Credentials
44-
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
44+
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6
4545
with:
4646
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
4747
aws-region: us-east-2

.github/workflows/component_onhost_e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Upload e2e result summary
9696
if: always()
97-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
97+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
9898
with:
9999
name: e2e-result-linux-${{ matrix.group }}
100100
path: e2e-result-*-linux-${{ matrix.group }}.txt
@@ -158,7 +158,7 @@ jobs:
158158

159159
- name: Upload e2e result summary
160160
if: always()
161-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
161+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
162162
with:
163163
name: e2e-result-windows-${{ matrix.group }}
164164
path: e2e-result-*-windows-${{ matrix.group }}.txt

.github/workflows/component_packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install Zig
6767
uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2
6868

69-
- uses: taiki-e/install-action@94cb46f8d6e437890146ffbd78a778b78e623fb2 # v2.74.0
69+
- uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
7070
with:
7171
tool: cargo-zigbuild@0.20.1
7272

@@ -116,7 +116,7 @@ jobs:
116116
SKIP_WINDOWS_SIGN: ${{ env.SKIP_WINDOWS_SIGN }}
117117

118118
- name: Upload assets to pipeline
119-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
119+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
120120
with:
121121
retention-days: 1
122122
name: built-binaries-${{ inputs.tag_name }}

.github/workflows/on_demand_push_internal_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install Zig
5151
uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2
5252

53-
- uses: taiki-e/install-action@94cb46f8d6e437890146ffbd78a778b78e623fb2 # v2.74.0
53+
- uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
5454
with:
5555
tool: cargo-zigbuild@0.20.1
5656

.github/workflows/on_demand_staging_e2e.yml

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

8080
- name: Upload e2e result summary
8181
if: always()
82-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
82+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
8383
with:
8484
name: e2e-result-linux-${{ matrix.group }}
8585
path: e2e-result-*-linux-${{ matrix.group }}.txt
@@ -134,7 +134,7 @@ jobs:
134134
- name: Install Zig
135135
uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2
136136

137-
- uses: taiki-e/install-action@94cb46f8d6e437890146ffbd78a778b78e623fb2 # v2.74.0
137+
- uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
138138
with:
139139
tool: cargo-zigbuild@0.20.1
140140

@@ -171,7 +171,7 @@ jobs:
171171

172172
- name: Upload e2e result summary
173173
if: always()
174-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
174+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
175175
with:
176176
name: e2e-result-k8s-${{ matrix.group }}
177177
path: e2e-result-*-k8s-${{ matrix.group }}.txt

.github/workflows/push_pr_checks_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
105105

106-
- uses: taiki-e/install-action@94cb46f8d6e437890146ffbd78a778b78e623fb2 # v2.74.0
106+
- uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
107107
with:
108108
tool: cargo-shear@1.7.2
109109

@@ -186,7 +186,7 @@ jobs:
186186
- name: Install Zig
187187
uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2
188188

189-
- uses: taiki-e/install-action@94cb46f8d6e437890146ffbd78a778b78e623fb2 # v2.74.0
189+
- uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
190190
with:
191191
tool: cargo-zigbuild@0.20.1
192192

@@ -333,7 +333,7 @@ jobs:
333333
- name: Install Zig
334334
uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2
335335

336-
- uses: taiki-e/install-action@94cb46f8d6e437890146ffbd78a778b78e623fb2 # v2.74.0
336+
- uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
337337
with:
338338
tool: cargo-zigbuild@0.20.1
339339

0 commit comments

Comments
 (0)