Skip to content

Commit aec3c56

Browse files
committed
build: update all github actions
See associated pull request for more information.
1 parent 7c7e6a6 commit aec3c56

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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/legacy-cli:e2e.esbuild_node22 \
118118
--platforms=tools:windows_x64
119119
- name: Store built Windows E2E tests
120-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
120+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
144+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
145145
with:
146146
name: win-e2e-build-artifacts
147147
path: dist/bin/tests/legacy-cli/
@@ -231,7 +231,7 @@ jobs:
231231
./scripts/saucelabs/wait-for-tunnel.sh
232232
pnpm bazel test --config=saucelabs //tests/legacy-cli:e2e.saucelabs
233233
./scripts/saucelabs/stop-tunnel.sh
234-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
234+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
235235
if: ${{ failure() }}
236236
with:
237237
name: sauce-connect-log

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Bazel
3939
uses: angular/dev-infra/github-actions/bazel/setup@2562f2bd84bf2b992d4742d2f36895fd904d696a
4040
- name: Setup ESLint Caching
41-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
41+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4242
with:
4343
path: .eslintcache
4444
key: ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}
@@ -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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
85+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8686
with:
8787
name: packages
8888
path: dist/releases/*.tgz
@@ -142,7 +142,7 @@ jobs:
142142
//tests/legacy-cli:e2e.esbuild_node22 \
143143
--platforms=tools:windows_x64
144144
- name: Store built Windows E2E tests
145-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
145+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
163+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
164164
with:
165165
name: win-e2e-build-artifacts
166166
path: dist/bin/tests/legacy-cli/

.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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
41+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4242
with:
4343
name: SARIF file
4444
path: results.sarif

0 commit comments

Comments
 (0)