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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
contents: 'read' # to check out the repository
steps:
- name: 'Checkout'
uses: actions/checkout@v6.0.3
uses: actions/checkout@v6.1.0
with: { ref: '${{ github.event.pull_request.head.sha }}' }

- name: 'Setup Node.js'
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
with: { name: 'cobertura-report' }

- name: 'Upload to code coverage API'
uses: actions/upload-code-coverage@v1.4.0
uses: actions/upload-code-coverage@v1.4.1
with:
file: 'cobertura-coverage.xml'
language: 'TypeScript'
Expand All @@ -106,7 +106,7 @@ jobs:
node: ['lts/hydrogen', 'lts/iron', 'lts/jod', 'lts/krypton']
steps:
- name: 'Checkout'
uses: actions/checkout@v6.0.3
uses: actions/checkout@v6.1.0
with: { ref: '${{ github.event.pull_request.head.sha }}' }

- name: 'Setup Node.js'
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
contents: 'read' # to check out the repository
steps:
- name: 'Checkout'
uses: actions/checkout@v6.0.3
uses: actions/checkout@v6.1.0
with: { ref: '${{ github.event.pull_request.head.sha }}' }

- name: 'Setup Node.js'
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
id-token: 'write' # OIDC: npm trusted publishing (token-free auth) + provenance
steps:
- name: 'Checkout'
uses: actions/checkout@v6.0.3
uses: actions/checkout@v6.1.0
with: { fetch-depth: '0', ref: '${{ github.event.pull_request.head.sha }}' }

- name: 'Setup Node.js'
Expand Down