From 51121aaf0ee72e49f885ad2c9244e9e360766433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 16:02:59 +0000 Subject: [PATCH] chore(deps): bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [super-linter/super-linter](https://github.com/super-linter/super-linter). Updates `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) Updates `super-linter/super-linter` from 8.6.0 to 8.7.0 - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/super-linter/super-linter/compare/v8.6.0...v8.7.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: super-linter/super-linter dependency-version: 8.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/github-release.yml | 2 +- .github/workflows/nodejs.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- .github/workflows/super-linter.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c2d9f27..d4a1767 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 294d2be..1023607 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -15,7 +15,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Create Release id: create_release uses: actions/create-release@v1 diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index f7a055b..3588ace 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -13,7 +13,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 5e0b4b9..42856ea 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true submodules: true diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 4d3c30e..ab149f1 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -58,7 +58,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # super-linter needs the full git history to get the # list of files that changed across commits @@ -68,7 +68,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: super-linter/super-linter@v8.6.0 + uses: super-linter/super-linter@v8.7.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # DEFAULT_BRANCH: master