Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
path: coverage
# Cache the scanner CLI + analyzer/JRE so it isn't re-downloaded each run.
- name: Cache SonarQube scanner
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
# `environment:` key on purpose: an environment would change the OIDC subject claim and break
# trusted publishing unless mirrored in npmjs.com's trusted-publisher settings.
- name: Record npm deployment
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
const { version } = require(`${process.env.GITHUB_WORKSPACE}/package.json`);
Expand Down
Loading