Skip to content

Commit d69c468

Browse files
angular-robotatscott
authored andcommitted
build: update all github actions
See associated pull request for more information.
1 parent ac8418d commit d69c468

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Test build
5858
run: pnpm devtools:build:chrome
5959
- name: Cypress run
60-
uses: cypress-io/github-action@f9ffb60bba0c743f8c78dfed96873e8fdb2af34c # v7.1.4
60+
uses: cypress-io/github-action@bc22e01685c56e89e7813fd8e26f33dc47f87e15 # v7.1.5
6161
with:
6262
command: pnpm devtools:test:e2e
6363
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
@@ -61,7 +61,7 @@ jobs:
6161
- name: Test build
6262
run: pnpm devtools:build:chrome
6363
- name: Cypress run
64-
uses: cypress-io/github-action@f9ffb60bba0c743f8c78dfed96873e8fdb2af34c # v7.1.4
64+
uses: cypress-io/github-action@bc22e01685c56e89e7813fd8e26f33dc47f87e15 # v7.1.5
6565
with:
6666
command: pnpm devtools:test:e2e
6767
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@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
50+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
5151
with:
5252
sarif_file: results.sarif

0 commit comments

Comments
 (0)