Skip to content

chore(deps): bump the github-actions group with 15 updates#305

Merged
Nick2bad4u merged 1 commit intomainfrom
dependabot/github_actions/github-actions-0551875666
Nov 2, 2025
Merged

chore(deps): bump the github-actions group with 15 updates#305
Nick2bad4u merged 1 commit intomainfrom
dependabot/github_actions/github-actions-0551875666

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 1, 2025

Bumps the github-actions group with 15 updates:

Package From To
github/codeql-action 3.30.5 4.31.2
actions/dependency-review-action 4.8.0 4.8.1
actions/upload-artifact 4.6.2 5.0.0
stefanzweifel/git-auto-commit-action 6.0.1 7.0.0
actions/first-interaction 3.0.0 3.1.0
oxsecurity/megalinter 9.0.1 9.1.0
google/osv-scanner-action 2.2.3 2.2.4
actions/setup-node 5.0.0 6.0.0
cicirello/generate-sitemap 1.10.3 1.10.4
sobelow/action 1.0.0 1.1.0
rojopolis/spellcheck-github-actions 0.52.0 0.53.0
actions/stale 10.0.0 10.1.0
super-linter/super-linter 8.2.0 8.2.1
trufflesecurity/trufflehog 3.90.8 3.90.12
crate-ci/typos 1.37.0 1.39.0

Updates github/codeql-action from 3.30.5 to 4.31.2

Release notes

Sourced from github/codeql-action's releases.

v4.31.2

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.31.2 - 30 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v4.31.1

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.31.1 - 30 Oct 2025

  • The add-snippets input has been removed from the analyze action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.

See the full CHANGELOG.md for more information.

v4.31.0

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.31.0 - 24 Oct 2025

  • Bump minimum CodeQL bundle version to 2.17.6. #3223
  • When SARIF files are uploaded by the analyze or upload-sarif actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the upload-sarif action. For analyze, this may affect Advanced Setup for CodeQL users who specify a value other than always for the upload input. #3222

See the full CHANGELOG.md for more information.

v4.30.9

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.30.9 - 17 Oct 2025

  • Update default CodeQL bundle version to 2.23.3. #3205
  • Experimental: A new setup-codeql action has been added which is similar to init, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #3204

See the full CHANGELOG.md for more information.

v4.30.8

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

... (truncated)

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.31.2 - 30 Oct 2025

No user facing changes.

4.31.1 - 30 Oct 2025

  • The add-snippets input has been removed from the analyze action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.

4.31.0 - 24 Oct 2025

  • Bump minimum CodeQL bundle version to 2.17.6. #3223
  • When SARIF files are uploaded by the analyze or upload-sarif actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the upload-sarif action. For analyze, this may affect Advanced Setup for CodeQL users who specify a value other than always for the upload input. #3222

4.30.9 - 17 Oct 2025

  • Update default CodeQL bundle version to 2.23.3. #3205
  • Experimental: A new setup-codeql action has been added which is similar to init, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #3204

4.30.8 - 10 Oct 2025

No user facing changes.

4.30.7 - 06 Oct 2025

  • [v4+ only] The CodeQL Action now runs on Node.js v24. #3169

3.30.6 - 02 Oct 2025

  • Update default CodeQL bundle version to 2.23.2. #3168

3.30.5 - 26 Sep 2025

  • We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #3160

3.30.4 - 25 Sep 2025

  • We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the codeql-action/init step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the codeql-action/init step. #3099 and #3100
  • We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #3107
  • You can now run the latest CodeQL nightly bundle by passing tools: nightly to the init action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #3130
  • Update default CodeQL bundle version to 2.23.1. #3118

3.30.3 - 10 Sep 2025

... (truncated)

Commits
  • 0499de3 Merge pull request #3261 from github/henrymercer/setup-python
  • 3b96745 Set up Python in mergeback workflow
  • 8a06050 Merge pull request #3259 from github/update-v4.31.2-9576b5cbe
  • 752a642 Update changelog for v4.31.2
  • 9576b5c Merge pull request #3258 from github/mbg/enablement-errors/case-insensitive
  • cc88437 Merge pull request #3257 from github/henrymercer/ubuntu-slim
  • f0e9bf0 Make isEnablementError case-insensitive
  • 2a3599c Run lightweight workflows on ubuntu-slim
  • 514ff4d Merge pull request #3256 from github/henrymercer/resolve-bad-merge
  • aab1c2f Merge pull request #3253 from github/mergeback/v4.31.1-to-main-5fe9434c
  • Additional commits viewable in compare view

Updates actions/dependency-review-action from 4.8.0 to 4.8.1

Release notes

Sourced from actions/dependency-review-action's releases.

Dependency Review Action v4.8.1

What's Changed

Full Changelog: actions/dependency-review-action@v4...v4.8.1

Commits
  • 40c09b7 Merge pull request #1001 from actions/ahpook/v4.8.1-release
  • 4552948 Bump version for 4.8.1 release
  • e63da9a Merge pull request #1000 from actions/ahpook/deprecation-redux
  • 71365c7 (bug) Fix spamming link test in deprecation warning (again)
  • See full diff in compare view

Updates actions/upload-artifact from 4.6.2 to 5.0.0

Release notes

Sourced from actions/upload-artifact's releases.

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

Commits
  • 330a01c Merge pull request #734 from actions/danwkennedy/prepare-5.0.0
  • 03f2824 Update github.dep.yml
  • 905a1ec Prepare v5.0.0
  • 2d9f9cd Merge pull request #725 from patrikpolyak/patch-1
  • 9687587 Merge branch 'main' into patch-1
  • 2848b2c Merge pull request #727 from danwkennedy/patch-1
  • 9b51177 Spell out the first use of GHES
  • cd231ca Update GHES guidance to include reference to Node 20 version
  • de65e23 Merge pull request #712 from actions/nebuk89-patch-1
  • 8747d8c Update README.md
  • Additional commits viewable in compare view

Updates stefanzweifel/git-auto-commit-action from 6.0.1 to 7.0.0

Release notes

Sourced from stefanzweifel/git-auto-commit-action's releases.

v7.0.0

Added

Changed

Dependency Updates

Changelog

Sourced from stefanzweifel/git-auto-commit-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

TBD

v7.0.0 - 2025-10-12

Added

Changed

Dependency Updates

v6.0.1 - 2025-06-11

Fixed

v6.0.0 - 2025-06-10

Added

  • Throw error early if repository is in a detached state (#357)

Fixed

Removed

  • Remove support for create_branch, skip_checkout, skip_Fetch (#314)

v5.2.0 - 2025-04-19

Added

... (truncated)

Commits
  • 28e16e8 Release preparations for v7 (#394)
  • 698fd76 Merge pull request #391 from EliasBoulharts/custom-tag-message
  • c40819a Update README
  • d7ee275 Change internal variable names
  • e8684eb Fix Tests
  • 1949701 Merge branch 'master' into pr/391
  • a88dc49 Merge pull request #388 from stefanzweifel/v7-next
  • a531dec Merge pull request #386 from stefanzweifel/dependabot/github_actions/actions/...
  • acbe8b1 Merge pull request #393 from stefanzweifel/v7-warn-detached-head
  • d185485 Enable Detached State Check
  • Additional commits viewable in compare view

Updates actions/first-interaction from 3.0.0 to 3.1.0

Release notes

Sourced from actions/first-interaction's releases.

v3.1.0

What's Changed

Full Changelog: actions/first-interaction@v3.0...v3.1.0

Commits
  • 1c46889 Merge pull request #363 from actions/dependabot/npm_and_yarn/npm-development-...
  • 76a99dd Disable checks for dist
  • 2ead13c Bump the npm-development group across 1 directory with 10 updates
  • 2e8e200 Merge pull request #361 from actions/dependabot/npm_and_yarn/rollup/rollup-li...
  • df55979 Merge pull request #357 from actions/dependabot/npm_and_yarn/octokit/types-15...
  • c056c18 Bump @​rollup/rollup-linux-x64-gnu from 4.50.2 to 4.52.3
  • dac371d Bump @​octokit/types from 14.1.0 to 15.0.0
  • 33689d3 Merge pull request #354 from actions/ncalteen/event
  • 8e69b57 Merge branch 'main' into ncalteen/event
  • 69c5373 Merge pull request #351 from actions/dependabot/npm_and_yarn/github/local-act...
  • Additional commits viewable in compare view

Updates oxsecurity/megalinter from 9.0.1 to 9.1.0

Release notes

Sourced from oxsecurity/megalinter's releases.

v9.1.0

What's Changed

... (truncated)

Changelog

Sourced from oxsecurity/megalinter's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] (beta, main branch content)

Note: Can be used with oxsecurity/megalinter@beta in your GitHub Action mega-linter.yml file, or with oxsecurity/megalinter:beta docker image

  • Core

  • New linters

  • Disabled linters

  • Removed linters

  • Media

  • Linters enhancements

  • Fixes

  • Reporters

  • Doc

  • Flavors

  • CI

  • mega-linter-runner

    • Handle upgrade of stefanzweifel/git-auto-commit-action to v7
  • Linter versions upgrades (N)

    • checkstyle from 11.1.0 to 12.0.0 on 2025-10-09
    • scalafix from 0.14.3 to 0.14.4 on 2025-10-09
    • xmllint from 21308 to 21309 on 2025-10-09
    • ansible-lint from 25.9.1 to 25.9.2 on 2025-10-12
    • cfn-lint from 1.40.0 to 1.40.1 on 2025-10-12
    • checkstyle from 12.0.0 to 12.0.1 on 2025-10-12
    • trivy-sbom from 0.67.0 to 0.67.2 on 2025-10-12
    • trivy from 0.67.0 to 0.67.2 on 2025-10-12
    • snakemake from 9.11.9 to 9.13.2 on 2025-10-12
    • terragrunt from 0.88.1 to 0.90.0 on 2025-10-12
    • actionlint from 1.7.7 to 1.7.8 on 2025-10-13
    • isort from 6.1.0 to 7.0.0 on 2025-10-13

... (truncated)

Commits
  • 62c799d Release MegaLinter v9.1.0
  • 6158659 [automation] Auto-update linters version, help and documentation (#6299)
  • 013588a chore(deps): update dependency lightning-flow-scanner to v5.6.2 (#6301)
  • ee69172 chore(deps): update dependency isort to v6.1.0 (#6300)
  • 49e1637 chore(deps): update dependency eslint-plugin-jsonc to v2.21.0 (#6298)
  • 1db8d0f chore(deps): update dependency eslint to v9.37.0 (#6297)
  • f26af91 [automation] Auto-update linters version, help and documentation (#6296)
  • 9786a83 chore(deps): update dependency cfn-lint to v1.40.0 (#6295)
  • 69457fc chore(deps): update dependency azure/bicep to v0.38.33 (#6294)
  • 4ae0e6f chore(deps): update dependency npm-groovy-lint to v15.2.2 (#6293)
  • Additional commits viewable in compare view

Updates google/osv-scanner-action from 2.2.3 to 2.2.4

Release notes

Sourced from google/osv-scanner-action's releases.

v2.2.4

What's Changed

Full Changelog: google/osv-scanner-action@v2.2.3...v2.2.4

Commits
  • 9bb6957 Merge pull request #103 from google/update-to-v2.2.4
  • 74121ba Update unified workflow example to point to v2.2.4 reusable workflows
  • ef6f278 Update reusable workflows to point to v2.2.4 actions
  • d510e7d "Update actions to use v2.2.4 osv-scanner image"
  • 88da6c4 Merge pull request #102 from renovate-bot/renovate/major-workflows
  • bd508ad chore(deps): update github/codeql-action action to v4
  • See full diff in compare view

Updates actions/setup-node from 5.0.0 to 6.0.0

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

Commits

Updates cicirello/generate-sitemap from 1.10.3 to 1.10.4

Release notes

Sourced from cicirello/generate-sitemap's releases.

generate-sitemap, v1.10.4

[1.10.4] - 2025-10-11

Dependencies

  • Bump Python to 3.14
  • Bump cicirello/pyaction to 3.14.0-[gh-2](https://github.com/cicirello/generate-sitemap/issues/2).81.0
Changelog

Sourced from cicirello/generate-sitemap's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] - 2025-10-11

Added

Changed

Deprecated

Removed

Fixed

CI/CD

Dependencies

[1.10.4] - 2025-10-11

Dependencies

  • Bump Python to 3.14
  • Bump cicirello/pyaction to 3.14.0-[gh-2](https://github.com/cicirello/generate-sitemap/issues/2).81.0

[1.10.3] - 2025-08-14

Fixed

  • Fixed failure to get last commit dates in case of nested repository checkouts.

Dependencies

  • Bump cicirello/pyaction from 3.13.5-[gh-2](https://github.com/cicirello/generate-sitemap/issues/2).75.1 to 3.13.6-[gh-2](https://github.com/cicirello/generate-sitemap/issues/2).76.2

[1.10.2] - 2025-07-15

Dependencies

  • Use the new tag scheme for cicirello/pyaction.
  • Bumps cicirello/pyaction to 3.13.5-gh-2.75.1.

[1.10.1] - 2024-06-08

Fixed

  • Escape characters that must be escaped in XML.

... (truncated)

Commits

Updates sobelow/action from 1.0.0 to 1.1.0

Release notes

Sourced from sobelow/action's releases.

v1.1.0

Action Dockerfile now pulls from newer version of Elixir base image (v.1.18.3)

Commits
  • a9bf221 Merge pull request #2 from quangngd/feature/sobelow-0.14
  • 23fd5a6 Update elixir version to handle sobelow 0.14.0
  • 85a7af5 Update usage documentation
  • See full diff in compare view

Updates rojopolis/spellcheck-github-actions from 0.52.0 to 0.53.0

Release notes

Sourced from rojopolis/spellcheck-github-actions's releases.

0.53.0

What's Changed

Full Changelog: rojopolis/spellcheck-github-actions@0.52.0...0.53.0

Changelog

Sourced from rojopolis/spellcheck-github-actions's changelog.

Change Log for spellcheck-github-actions

0.53.0, 2025-10-25, maintenance release, update not required

  • Docker image updated to Python 3.14.0 trixie slim Release notes for Python 3.14.0, this originated from the PR mentioned below, however updated to Trixie from Bookworm and as always the slim variant is used

  • Bumped the requirement for cython to 3.0.11 or above, addressing a build issue with lxml, located when testing the PR : #274 from @​dependabot, the above update of Python

  • In general the Docker build file had a few updates since the above changes required some tweaking of the Dockerfile

    • Order of installation of dependencies adjusted to ensure that lxml can build correctly
    • Installation of:
      • build-essential
      • pkg-config
      • libxml2-dev
      • libxslt1-dev
      • zlib1g-dev

0.52.0, 2025-09-10, feature release, update not required

  • With version 2.11 of PySpelling a new command line option --skip-dict-compile is introduced to PySpelling and is adopted by this action. This will skip the dictionary compiling step if the dictionary already exists. Changes to a custom dictionary will be ignored., see the release notes for PySpelling. Do see the updated documentation for details.

    • The feature can be enabled by setting the input parameter skip_dict_compile to true, the default is false, meaning that the dictionary will be compiled on each run of the action.
    • This can save time if you have a large custom dictionary that does not change often.
  • Docker image updated to Python 3.13.7 bookworm slim Release notes for Python 3.13.7

0.51.0, 2025-06-20, maintenance release, update not required

0.50.0, 2025-06-16, maintenance release, update not required

0.49.0, 2025-05-22, feature release, update not required

  • Support for Italian as requested by: Stefan Oderbolz (@​metaodi) via issue #241, the support is both for aspell and hunspell

  • Docker image updated to Python 3.13.3 slim via PR #238 from Dependabot. Release notes for Python 3.13.3

  • pymdown-extensions have been updated to: 10.15.0 hopefully addressing the issue outlined in issue #233 from: Micha Hobert (@​Isengo1989). @​facelessuser made the release of the dependency and I have included it in this release

0.48.0, 2025-04-01, feature release, update not required

  • Support for hunspell via PR #224 from @​funkill

    These opens up for use of hunspell instead of the default: aspell. The following languages are supported:

    • English
    • German

... (truncated)

Commits
  • 336d2b4 Bumped version in action.yml and documentation (README)
  • 4492229 Merge pull request #274 from rojopolis/dependabot/docker/python-e3a6ccbe44d9c...
  • 141ebda More words in local dictionary
  • 9434b6f Update to Docker image to use Trixie (slim) instead of Bookwork (also slim) a...
  • 84bd099 Added cython to local dictionary
  • d126a3c Resolved issue with cython and lxml when building based on this PR
  • 2b2d5bf Bump python from 5fa2567 to e3a6ccb
  • faa1652 Merge pull request #271 from rojopolis/dependabot/github_actions/docker/login...
  • eef18ee Bump docker/login-action from 3.5.0 to 3.6.0
  • 19bf2a1 Merge pull request #268 from rojopolis/dependabot/github_actions/rojopolis/sp...
  • Additional commits viewable in compare view

Updates actions/stale from 10.0.0 to 10.1.0

Release notes

Sourced from action...

Description has been truncated

Bumps the github-actions group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.30.5` | `4.31.2` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.8.0` | `4.8.1` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `5.0.0` |
| [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) | `6.0.1` | `7.0.0` |
| [actions/first-interaction](https://github.com/actions/first-interaction) | `3.0.0` | `3.1.0` |
| [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) | `9.0.1` | `9.1.0` |
| [google/osv-scanner-action](https://github.com/google/osv-scanner-action) | `2.2.3` | `2.2.4` |
| [actions/setup-node](https://github.com/actions/setup-node) | `5.0.0` | `6.0.0` |
| [cicirello/generate-sitemap](https://github.com/cicirello/generate-sitemap) | `1.10.3` | `1.10.4` |
| [sobelow/action](https://github.com/sobelow/action) | `1.0.0` | `1.1.0` |
| [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) | `0.52.0` | `0.53.0` |
| [actions/stale](https://github.com/actions/stale) | `10.0.0` | `10.1.0` |
| [super-linter/super-linter](https://github.com/super-linter/super-linter) | `8.2.0` | `8.2.1` |
| [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) | `3.90.8` | `3.90.12` |
| [crate-ci/typos](https://github.com/crate-ci/typos) | `1.37.0` | `1.39.0` |


Updates `github/codeql-action` from 3.30.5 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@3599b3b...0499de3)

Updates `actions/dependency-review-action` from 4.8.0 to 4.8.1
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@56339e5...40c09b7)

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@ea165f8...330a01c)

Updates `stefanzweifel/git-auto-commit-action` from 6.0.1 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@778341a...28e16e8)

Updates `actions/first-interaction` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/actions/first-interaction/releases)
- [Commits](actions/first-interaction@753c925...1c46889)

Updates `oxsecurity/megalinter` from 9.0.1 to 9.1.0
- [Release notes](https://github.com/oxsecurity/megalinter/releases)
- [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md)
- [Commits](oxsecurity/megalinter@0dcbedd...62c799d)

Updates `google/osv-scanner-action` from 2.2.3 to 2.2.4
- [Release notes](https://github.com/google/osv-scanner-action/releases)
- [Commits](google/osv-scanner-action@e92b5d0...9bb6957)

Updates `actions/setup-node` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@a0853c2...2028fbc)

Updates `cicirello/generate-sitemap` from 1.10.3 to 1.10.4
- [Release notes](https://github.com/cicirello/generate-sitemap/releases)
- [Changelog](https://github.com/cicirello/generate-sitemap/blob/master/CHANGELOG.md)
- [Commits](cicirello/generate-sitemap@19e2228...6a56a20)

Updates `sobelow/action` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/sobelow/action/releases)
- [Commits](sobelow/action@1afd6d2...a9bf221)

Updates `rojopolis/spellcheck-github-actions` from 0.52.0 to 0.53.0
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](rojopolis/spellcheck-github-actions@739a1e3...336d2b4)

Updates `actions/stale` from 10.0.0 to 10.1.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@3a9db7e...5f858e3)

Updates `super-linter/super-linter` from 8.2.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@7bba2ee...2bdd90e)

Updates `trufflesecurity/trufflehog` from 3.90.8 to 3.90.12
- [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
- [Changelog](https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml)
- [Commits](trufflesecurity/trufflehog@466da5b...b84c3d1)

Updates `crate-ci/typos` from 1.37.0 to 1.39.0
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@6d35b83...07d900b)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/dependency-review-action
  dependency-version: 4.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/first-interaction
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: oxsecurity/megalinter
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: google/osv-scanner-action
  dependency-version: 2.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: cicirello/generate-sitemap
  dependency-version: 1.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: sobelow/action
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-version: 0.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/stale
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: super-linter/super-linter
  dependency-version: 8.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: trufflesecurity/trufflehog
  dependency-version: 3.90.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: crate-ci/typos
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 1, 2025

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@Nick2bad4u
Copy link
Copy Markdown
Owner

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@github-actions github-actions Bot added AnyChange Assigned to any repo file change GitHub release New Release labels Nov 1, 2025
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Nov 1, 2025

@Nick2bad4u Nick2bad4u merged commit 003ce74 into main Nov 2, 2025
84 of 86 checks passed
@Nick2bad4u Nick2bad4u deleted the dependabot/github_actions/github-actions-0551875666 branch November 2, 2025 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AnyChange Assigned to any repo file change GitHub release New Release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant