Skip to content

Commit 5b9718f

Browse files
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](stefanzweifel/git-auto-commit-action@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](super-linter/super-linter@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](googleapis/release-please-action@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](renovatebot/github-action@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](ossf/scorecard-action@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](github/codeql-action@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] <[email protected]>
1 parent ae32301 commit 5b9718f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/build-mkdocs-site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
github.event.pull_request.user.login != 'dependabot[bot]' &&
5454
github.event_name == 'pull_request' &&
5555
github.ref_name != github.event.repository.default_branch
56-
uses: stefanzweifel/git-auto-commit-action@v5.2.0
56+
uses: stefanzweifel/git-auto-commit-action@v6.0.1
5757
with:
5858
branch: ${{ inputs.site-repository-branch }}
5959
commit_message: "chore: update ${{ inputs.site-name }} site"

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
github.event.pull_request.user.login != 'dependabot[bot]' &&
4545
github.event_name == 'pull_request' &&
4646
github.ref_name != github.event.repository.default_branch
47-
uses: stefanzweifel/git-auto-commit-action@v5.2.0
47+
uses: stefanzweifel/git-auto-commit-action@v6.0.1
4848
with:
4949
branch: "${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}"
5050
commit_message: "chore: update home-lab-docs site"

.github/workflows/lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Load super-linter configuration
3030
run: cat config/lint/super-linter.env >> "$GITHUB_ENV"
3131
- name: Super-Linter
32-
uses: super-linter/super-linter@v8.0.0
32+
uses: super-linter/super-linter@v8.2.0
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535

@@ -74,7 +74,7 @@ jobs:
7474
- name: Load super-linter fix mode configuration
7575
run: cat config/lint/super-linter-fix-mode.env >> "$GITHUB_ENV"
7676
- name: Super-Linter
77-
uses: super-linter/super-linter@v8.0.0
77+
uses: super-linter/super-linter@v8.2.0
7878
env:
7979
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080
- name: Commit and push linting fixes
@@ -85,7 +85,7 @@ jobs:
8585
github.event_name == 'pull_request' &&
8686
github.ref_name != github.event.repository.default_branch &&
8787
!cancelled()
88-
uses: stefanzweifel/git-auto-commit-action@v5.2.0
88+
uses: stefanzweifel/git-auto-commit-action@v6.0.1
8989
with:
9090
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
9191
commit_message: "chore: fix linting issues"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: write
2222
pull-requests: write
2323
steps:
24-
- uses: googleapis/release-please-action@v4.2.0
24+
- uses: googleapis/release-please-action@v4.3.0
2525
id: release
2626
with:
2727
config-file: .github/release-please/release-please-config.json

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "Enable Renovate dry run"
4040
echo "RENOVATE_DRY_RUN=full" >>"${GITHUB_ENV}"
4141
- name: Self-hosted Renovate
42-
uses: renovatebot/[email protected].7
42+
uses: renovatebot/[email protected].14
4343
env:
4444
LOG_LEVEL: "debug"
4545
with:

.github/workflows/scorecard.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: false
3333

3434
- name: "Run analysis"
35-
uses: ossf/[email protected].2
35+
uses: ossf/[email protected].3
3636
with:
3737
results_file: results.sarif
3838
results_format: sarif
@@ -49,6 +49,6 @@ jobs:
4949

5050
# Upload the results to GitHub's code scanning dashboard.
5151
- name: "Upload to code-scanning"
52-
uses: github/codeql-action/upload-sarif@v3.29.9
52+
uses: github/codeql-action/upload-sarif@v3.30.6
5353
with:
5454
sarif_file: results.sarif

0 commit comments

Comments
 (0)