From 5b9718f7482680177af61ea682fb59a608ecaf96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 23:02:30 +0000 Subject: [PATCH] deps: bump the dev-ci-tools group across 1 directory with 6 updates Bumps the dev-ci-tools group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) | `5.2.0` | `6.0.1` | | [super-linter/super-linter](https://github.com/super-linter/super-linter) | `8.0.0` | `8.2.0` | | [googleapis/release-please-action](https://github.com/googleapis/release-please-action) | `4.2.0` | `4.3.0` | | [renovatebot/github-action](https://github.com/renovatebot/github-action) | `43.0.7` | `43.0.14` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.2` | `2.4.3` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.29.9` | `3.30.5` | Updates `stefanzweifel/git-auto-commit-action` from 5.2.0 to 6.0.1 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5.2.0...v6.0.1) Updates `super-linter/super-linter` from 8.0.0 to 8.2.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.0.0...v8.2.0) Updates `googleapis/release-please-action` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/googleapis/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/release-please-action/compare/v4.2.0...v4.3.0) Updates `renovatebot/github-action` from 43.0.7 to 43.0.14 - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v43.0.7...v43.0.14) Updates `ossf/scorecard-action` from 2.4.2 to 2.4.3 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/v2.4.2...v2.4.3) Updates `github/codeql-action` from 3.29.9 to 3.30.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3.29.9...v3.30.5) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-ci-tools - dependency-name: super-linter/super-linter dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-ci-tools - dependency-name: googleapis/release-please-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-ci-tools - dependency-name: renovatebot/github-action dependency-version: 43.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-ci-tools - dependency-name: ossf/scorecard-action dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-ci-tools - dependency-name: github/codeql-action dependency-version: 3.30.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-ci-tools ... Signed-off-by: dependabot[bot] --- .github/workflows/build-mkdocs-site.yaml | 2 +- .github/workflows/documentation.yaml | 2 +- .github/workflows/lint.yaml | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/renovate.yaml | 2 +- .github/workflows/scorecard.yaml | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-mkdocs-site.yaml b/.github/workflows/build-mkdocs-site.yaml index ffc2207e4..4245b3f5e 100644 --- a/.github/workflows/build-mkdocs-site.yaml +++ b/.github/workflows/build-mkdocs-site.yaml @@ -53,7 +53,7 @@ jobs: github.event.pull_request.user.login != 'dependabot[bot]' && github.event_name == 'pull_request' && github.ref_name != github.event.repository.default_branch - uses: stefanzweifel/git-auto-commit-action@v5.2.0 + uses: stefanzweifel/git-auto-commit-action@v6.0.1 with: branch: ${{ inputs.site-repository-branch }} commit_message: "chore: update ${{ inputs.site-name }} site" diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index e59551378..ee002f1fc 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -44,7 +44,7 @@ jobs: github.event.pull_request.user.login != 'dependabot[bot]' && github.event_name == 'pull_request' && github.ref_name != github.event.repository.default_branch - uses: stefanzweifel/git-auto-commit-action@v5.2.0 + uses: stefanzweifel/git-auto-commit-action@v6.0.1 with: branch: "${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}" commit_message: "chore: update home-lab-docs site" diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 574cc89a8..f541f3bb4 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -29,7 +29,7 @@ jobs: - name: Load super-linter configuration run: cat config/lint/super-linter.env >> "$GITHUB_ENV" - name: Super-Linter - uses: super-linter/super-linter@v8.0.0 + uses: super-linter/super-linter@v8.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -74,7 +74,7 @@ jobs: - name: Load super-linter fix mode configuration run: cat config/lint/super-linter-fix-mode.env >> "$GITHUB_ENV" - name: Super-Linter - uses: super-linter/super-linter@v8.0.0 + uses: super-linter/super-linter@v8.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Commit and push linting fixes @@ -85,7 +85,7 @@ jobs: github.event_name == 'pull_request' && github.ref_name != github.event.repository.default_branch && !cancelled() - uses: stefanzweifel/git-auto-commit-action@v5.2.0 + uses: stefanzweifel/git-auto-commit-action@v6.0.1 with: branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }} commit_message: "chore: fix linting issues" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2478c20fb..6ee129916 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: contents: write pull-requests: write steps: - - uses: googleapis/release-please-action@v4.2.0 + - uses: googleapis/release-please-action@v4.3.0 id: release with: config-file: .github/release-please/release-please-config.json diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index d334833bd..91dc86075 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -39,7 +39,7 @@ jobs: echo "Enable Renovate dry run" echo "RENOVATE_DRY_RUN=full" >>"${GITHUB_ENV}" - name: Self-hosted Renovate - uses: renovatebot/github-action@v43.0.7 + uses: renovatebot/github-action@v43.0.14 env: LOG_LEVEL: "debug" with: diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index d9ddce03d..5edd9454d 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@v2.4.2 + uses: ossf/scorecard-action@v2.4.3 with: results_file: results.sarif results_format: sarif @@ -49,6 +49,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@v3.29.9 + uses: github/codeql-action/upload-sarif@v3.30.6 with: sarif_file: results.sarif