File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
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
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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 3232 persist-credentials : false
3333
3434 - name : " Run analysis"
35- 35+ 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
You can’t perform that action at this time.
0 commit comments