We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1539234 commit 47442d9Copy full SHA for 47442d9
1 file changed
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
name: coverage
96
path: coverage
97
98
- - uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
+ - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
99
with:
100
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
101
disable_search: true
@@ -137,7 +137,7 @@ jobs:
137
node-version: 'lts/*'
138
- run: npm ci
139
140
- - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
+ - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
141
142
path: ~/.cache/dprint
143
key: ${{ runner.os }}-dprint-${{ hashFiles('package-lock.json', '.dprint.jsonc') }}
0 commit comments