Skip to content

Commit 6d50055

Browse files
authored
Merge branch 'main' into dependabot/github_actions/codecov/test-results-action-1.2.1
2 parents 46b9761 + ab50dcf commit 6d50055

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
VSC_JUPYTER_INSTRUMENT_CODE_FOR_COVERAGE: true
114114

115115
- name: Upload coverage to Codecov
116-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
116+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
117117
with:
118118
use_oidc: true
119119
files: coverage/lcov.info

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
node-version-file: '.nvmrc'
4444

4545
- name: Cache npm files
46-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
46+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
4747
with:
4848
path: ~/.npm
4949
key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}}
5050

5151
- name: Cache the out/ directory
52-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
52+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
5353
with:
5454
path: ./out
5555
key: ${{runner.os}}-${{env.CACHE_OUT_DIRECTORY}}-${{hashFiles('src/**')}}

0 commit comments

Comments
 (0)