From ca4254ccb8379a0c4962dbeeb1c33b1e7180cbd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:42:24 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/node.yaml | 10 +++++----- .github/workflows/prune-tags.yml | 2 +- .github/workflows/publish.yaml | 6 +++--- .github/workflows/sonar.yaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 0b3587569..fcda96e68 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Use Node.js @@ -50,7 +50,7 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Use Node.js @@ -86,7 +86,7 @@ jobs: # - timeline-state-resolver-api steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Use Node.js ${{ matrix.node-version }} @@ -134,7 +134,7 @@ jobs: - timeline-state-resolver-api steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Use Node.js @@ -174,7 +174,7 @@ jobs: - timeline-state-resolver-api steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Use Node.js diff --git a/.github/workflows/prune-tags.yml b/.github/workflows/prune-tags.yml index 9a1d5dd9a..d41a61869 100644 --- a/.github/workflows/prune-tags.yml +++ b/.github/workflows/prune-tags.yml @@ -24,7 +24,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout repo with all tags - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 38fab6d2c..3a8c114b7 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -61,7 +61,7 @@ jobs: # - timeline-state-resolver-api steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Use Node.js ${{ matrix.node-version }} @@ -92,7 +92,7 @@ jobs: if: ${{ needs.check-publish.outputs.can-publish == '1' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false @@ -161,7 +161,7 @@ jobs: id-token: write # scoped for as short as possible, as this gives write access to npm steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index a2853dc3e..1ade333b0 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -20,7 +20,7 @@ jobs: if: ${{ github.repository_owner == 'Sofie-Automation' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0