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