Skip to content

Commit 7b7bf98

Browse files
deps: bump the dev-ci-tools group across 1 directory with 8 updates
Bumps the dev-ci-tools group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.8.0` | `5.9.0` | | [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) | `5.2.0` | `7.0.0` | | [super-linter/super-linter](https://github.com/super-linter/super-linter) | `8.0.0` | `8.2.1` | | [googleapis/release-please-action](https://github.com/googleapis/release-please-action) | `4.2.0` | `4.4.0` | | [renovatebot/github-action](https://github.com/renovatebot/github-action) | `43.0.7` | `43.0.20` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.2` | `2.4.3` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `5.0.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.29.9` | `4.31.2` | Updates `docker/metadata-action` from 5.8.0 to 5.9.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5.8.0...v5.9.0) Updates `stefanzweifel/git-auto-commit-action` from 5.2.0 to 7.0.0 - [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...v7.0.0) Updates `super-linter/super-linter` from 8.0.0 to 8.2.1 - [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.1) Updates `googleapis/release-please-action` from 4.2.0 to 4.4.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.4.0) Updates `renovatebot/github-action` from 43.0.7 to 43.0.20 - [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.20) 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 `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v5.0.0) Updates `github/codeql-action` from 3.29.9 to 4.31.2 - [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...v4.31.2) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 5.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-ci-tools - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.0.0 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.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-ci-tools - dependency-name: googleapis/release-please-action dependency-version: 4.4.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.20 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: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-ci-tools - dependency-name: github/codeql-action dependency-version: 4.31.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-ci-tools ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ae32301 commit 7b7bf98

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/build-container-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
"${DOCKER_BUILD_COMMAND[@]}"
5858
- name: Extract metadata (tags, labels) for Docker
5959
id: meta
60-
uses: docker/metadata-action@v5.8.0
60+
uses: docker/metadata-action@v5.9.0
6161
with:
6262
images: |
6363
${{ env.CONTAINER_IMAGE_REGISTRY }}/${{ env.CONTAINER_IMAGE_ID }}

.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@v7.0.0
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@v7.0.0
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.1
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.1
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@v7.0.0
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.4.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].20
4343
env:
4444
LOG_LEVEL: "debug"
4545
with:

.github/workflows/scorecard.yaml

Lines changed: 3 additions & 3 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
@@ -41,14 +41,14 @@ jobs:
4141
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4242
# format to the repository Actions tab.
4343
- name: "Upload artifact"
44-
uses: actions/upload-artifact@v4.6.2
44+
uses: actions/upload-artifact@v5.0.0
4545
with:
4646
name: SARIF file
4747
path: results.sarif
4848
retention-days: 5
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@v4.31.2
5353
with:
5454
sarif_file: results.sarif

0 commit comments

Comments
 (0)