Skip to content

Commit 48c4082

Browse files
angular-robotAndrewKushnir
authored andcommitted
build: update all github actions
See associated pull request for more information.
1 parent f530b77 commit 48c4082

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@e3ff965ee85ae28bdd2ea32c3e22a7fa12e02f2b # v6.10.5
58+
uses: cypress-io/github-action@2ad32e649e4db26c07674ebae31a297601dbcbaf # v6.10.8
5959
with:
6060
command: pnpm devtools:test:e2e
6161
start: pnpm bazel run //devtools/src:devserver

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
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@e3ff965ee85ae28bdd2ea32c3e22a7fa12e02f2b # v6.10.5
62+
uses: cypress-io/github-action@2ad32e649e4db26c07674ebae31a297601dbcbaf # v6.10.8
6363
with:
6464
command: pnpm devtools:test:e2e
6565
start: pnpm bazel run //devtools/src:devserver

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747

4848
# Upload the results to GitHub's code scanning dashboard.
4949
- name: 'Upload to code-scanning'
50-
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
50+
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
5151
with:
5252
sarif_file: results.sarif

0 commit comments

Comments
 (0)