From 0e55df522d877016afd37fbe3baf1aa68c5b5bd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 07:35:09 +0000 Subject: [PATCH] ci(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/upload-code-coverage](https://github.com/actions/upload-code-coverage). Updates `actions/checkout` from 6.0.3 to 6.1.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6.0.3...v6.1.0) Updates `actions/upload-code-coverage` from 1.4.0 to 1.4.1 - [Commits](https://github.com/actions/upload-code-coverage/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-code-coverage dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 219b44f..1793ab9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' @@ -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' @@ -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' @@ -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' @@ -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'