From c18f37a2866092000ea3c928ac7c6c96cb79e75f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 02:07:58 +0000 Subject: [PATCH] Dependabot(deps): Bump the actions-updates group with 3 updates Bumps the actions-updates group with 3 updates: [EndBug/add-and-commit](https://github.com/endbug/add-and-commit), [github/codeql-action/init](https://github.com/github/codeql-action) and [github/codeql-action/analyze](https://github.com/github/codeql-action). Updates `EndBug/add-and-commit` from 11.0.0 to 11.1.1 - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca...cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8) Updates `github/codeql-action/init` from 4.37.7 to 4.37.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd...db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28) Updates `github/codeql-action/analyze` from 4.37.7 to 4.37.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd...db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: 11.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-updates - dependency-name: github/codeql-action/init dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-updates - dependency-name: github/codeql-action/analyze dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/AutoFormat.yml | 10 +++++----- .github/workflows/Autogen.yml | 2 +- .github/workflows/Linter.yml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/AutoFormat.yml b/.github/workflows/AutoFormat.yml index faa0db1d7..000cef7d2 100644 --- a/.github/workflows/AutoFormat.yml +++ b/.github/workflows/AutoFormat.yml @@ -68,7 +68,7 @@ jobs: echo "" >> $GITHUB_STEP_SUMMARY - name: Save Changes - uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11.0.0 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11.1.1 if: github.ref_type != 'tag' env: HOME: ${{ github.workspace }} @@ -107,7 +107,7 @@ jobs: run: uv run --with gersemi gersemi --in-place --warnings-as-errors ${{ github.workspace }} - name: Save Changes - uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11.0.0 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11.1.1 if: github.ref_type != 'tag' env: HOME: ${{ github.workspace }} @@ -143,7 +143,7 @@ jobs: git ls-files '*.json' | xargs -r -I{} sh -c 'jq --tab . {} > {}.tmp && mv {}.tmp {}' - name: Save Changes - uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11.0.0 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11.1.1 if: github.ref_type != 'tag' env: HOME: ${{ github.workspace }} @@ -184,7 +184,7 @@ jobs: git ls-files '*.pl' '*.pm' | xargs perltidy -b -bext='/' - name: Save Changes - uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11.0.0 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11.1.1 if: github.ref_type != 'tag' env: HOME: ${{ github.workspace }} @@ -231,7 +231,7 @@ jobs: git ls-files '*.s' '*.asm' | xargs -r asmfmt -w -e - name: Save Changes - uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11.0.0 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11.1.1 if: github.ref_type != 'tag' env: HOME: ${{ github.workspace }} diff --git a/.github/workflows/Autogen.yml b/.github/workflows/Autogen.yml index 080f20559..abe8a51a9 100644 --- a/.github/workflows/Autogen.yml +++ b/.github/workflows/Autogen.yml @@ -61,7 +61,7 @@ jobs: echo "" >> $GITHUB_STEP_SUMMARY - name: Save Changes - uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11.0.0 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11.1.1 if: github.ref_type != 'tag' env: HOME: ${{ github.workspace }} diff --git a/.github/workflows/Linter.yml b/.github/workflows/Linter.yml index aa885f37c..f0a0950a9 100644 --- a/.github/workflows/Linter.yml +++ b/.github/workflows/Linter.yml @@ -31,13 +31,13 @@ jobs: fetch-depth: 1 - name: Initialize CodeQL - uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 + uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 with: languages: ${{ matrix.language }} build-mode: "none" - name: Analyze CodeQL - uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 + uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 with: category: "${{ matrix.language }}"