Skip to content

Commit 7b0f71b

Browse files
angular-robotclydin
authored andcommitted
build: update all github actions
See associated pull request for more information.
1 parent fe720ca commit 7b0f71b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
//tests:e2e.esbuild_node24 \
118118
--platforms=tools:windows_x64
119119
- name: Store built Windows E2E tests
120-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
120+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
121121
with:
122122
name: win-e2e-build-artifacts
123123
path: |
@@ -141,7 +141,7 @@ jobs:
141141
- name: Install node modules
142142
run: pnpm install --frozen-lockfile
143143
- name: Download built Windows E2E tests
144-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
144+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
145145
with:
146146
name: win-e2e-build-artifacts
147147
path: dist/bin/tests/
@@ -231,7 +231,7 @@ jobs:
231231
./scripts/saucelabs/wait-for-tunnel.sh
232232
pnpm bazel test --config=saucelabs //tests:e2e.saucelabs
233233
./scripts/saucelabs/stop-tunnel.sh
234-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
234+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
235235
if: ${{ failure() }}
236236
with:
237237
name: sauce-connect-log

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Build release targets
8383
run: pnpm ng-dev release build
8484
- name: Store PR release packages
85-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
85+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8686
with:
8787
name: packages
8888
path: dist/releases/*.tgz
@@ -142,7 +142,7 @@ jobs:
142142
//tests:e2e.esbuild_node24 \
143143
--platforms=tools:windows_x64
144144
- name: Store built Windows E2E tests
145-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
145+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
146146
with:
147147
name: win-e2e-build-artifacts
148148
path: |
@@ -160,7 +160,7 @@ jobs:
160160
- name: Install node modules
161161
run: pnpm install --frozen-lockfile
162162
- name: Download built Windows E2E tests
163-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
163+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
164164
with:
165165
name: win-e2e-build-artifacts
166166
path: dist/bin/tests/

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Upload the results as artifacts.
4040
- name: 'Upload artifact'
41-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
41+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4242
with:
4343
name: SARIF file
4444
path: results.sarif

0 commit comments

Comments
 (0)