File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed 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@v6.0.1
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@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"
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 .0
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 .0
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@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"
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.3 .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] .14 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
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
You can’t perform that action at this time.
0 commit comments