Skip to content

Commit ba02423

Browse files
build: update all github actions
See associated pull request for more information.
1 parent 0659d11 commit ba02423

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Test build
5656
run: pnpm devtools:build:chrome
5757
- name: Cypress run
58-
uses: cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 # v6.10.4
58+
uses: cypress-io/github-action@84d178e4bbce871e23f2ffa3085898cde0e4f0ec # v7.1.2
5959
with:
6060
command: pnpm devtools:test:e2e
6161
start: pnpm bazel run //devtools/src:devserver

.github/workflows/cross-repo-adev-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ANGULAR_READONLY_GITHUB_TOKEN: ${{ secrets.READONLY_GITHUB_TOKEN }}
3838

3939
- name: Create a PR (if necessary)
40-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
40+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
4141
with:
4242
token: ${{ secrets.ANGULAR_ROBOT_ACCESS_TOKEN }}
4343
push-to-fork: 'angular-robot/angular'

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Test build
6060
run: pnpm devtools:build:chrome
6161
- name: Cypress run
62-
uses: cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 # v6.10.4
62+
uses: cypress-io/github-action@84d178e4bbce871e23f2ffa3085898cde0e4f0ec # v7.1.2
6363
with:
6464
command: pnpm devtools:test:e2e
6565
start: pnpm bazel run //devtools/src:devserver
@@ -86,7 +86,7 @@ jobs:
8686
ASPECT_RULES_JS_FROZEN_PNPM_LOCK: '1'
8787
- name: Upload GRPC logs (for debugging of RBE issues)
8888
if: always()
89-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
89+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
9090
with:
9191
path: /tmp/rbe-grpc.log
9292
retention-days: 1

.github/workflows/scorecard.yml

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

4040
# Upload the results as artifacts.
4141
- name: 'Upload artifact'
42-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
42+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4343
with:
4444
name: SARIF file
4545
path: results.sarif

0 commit comments

Comments
 (0)