Skip to content

chore(deps): bump the github-actions group with 10 updates#269

Merged
Nick2bad4u merged 1 commit intomainfrom
dependabot/github_actions/github-actions-23f4bec11e
Jun 1, 2025
Merged

chore(deps): bump the github-actions group with 10 updates#269
Nick2bad4u merged 1 commit intomainfrom
dependabot/github_actions/github-actions-23f4bec11e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the github-actions group with 10 updates:

Package From To
actions/checkout 3.6.0 4.2.2
github/codeql-action 3.28.16 3.28.18
denoland/setup-deno 2.0.2 2.0.3
actions/dependency-review-action 4.7.0 4.7.1
microsoft/DevSkim-Action 1.0.15 1.0.16
ossf/scorecard-action 2.4.1 2.4.2
rojopolis/spellcheck-github-actions 0.48.0 0.49.0
actions/ai-inference 1.0.0 1.1.0
super-linter/super-linter 7.3.0 7.4.0
trufflesecurity/trufflehog 3.88.28 3.88.35

Updates actions/checkout from 3.6.0 to 4.2.2

Release notes

Sourced from actions/checkout's releases.

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

v4.2.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.1.7...v4.2.0

v4.1.7

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.1.6...v4.1.7

v4.1.6

What's Changed

Full Changelog: actions/checkout@v4.1.5...v4.1.6

v4.1.5

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

... (truncated)

Commits

Updates github/codeql-action from 3.28.16 to 3.28.18

Release notes

Sourced from github/codeql-action's releases.

v3.28.18

CodeQL Action Changelog

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

3.28.18 - 16 May 2025

  • Update default CodeQL bundle version to 2.21.3. #2893
  • Skip validating SARIF produced by CodeQL for improved performance. #2894
  • The number of threads and amount of RAM used by CodeQL can now be set via the CODEQL_THREADS and CODEQL_RAM runner environment variables. If set, these environment variables override the threads and ram inputs respectively. #2891

See the full CHANGELOG.md for more information.

v3.28.17

CodeQL Action Changelog

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

3.28.17 - 02 May 2025

  • Update default CodeQL bundle version to 2.21.2. #2872

See the full CHANGELOG.md for more information.

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]

  • The CodeQL Action no longer includes its own copy of the extractor for the actions language, which is currently in public preview. The actions extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the actions language and you have pinned your tools: property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable actions analysis.

3.28.18 - 16 May 2025

  • Update default CodeQL bundle version to 2.21.3. #2893
  • Skip validating SARIF produced by CodeQL for improved performance. #2894
  • The number of threads and amount of RAM used by CodeQL can now be set via the CODEQL_THREADS and CODEQL_RAM runner environment variables. If set, these environment variables override the threads and ram inputs respectively. #2891

3.28.17 - 02 May 2025

  • Update default CodeQL bundle version to 2.21.2. #2872

3.28.16 - 23 Apr 2025

  • Update default CodeQL bundle version to 2.21.1. #2863

3.28.15 - 07 Apr 2025

  • Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842

3.28.14 - 07 Apr 2025

  • Update default CodeQL bundle version to 2.21.0. #2838

3.28.13 - 24 Mar 2025

No user facing changes.

3.28.12 - 19 Mar 2025

  • Dependency caching should now cache more dependencies for Java build-mode: none extractions. This should speed up workflows and avoid inconsistent alerts in some cases.
  • Update default CodeQL bundle version to 2.20.7. #2810

3.28.11 - 07 Mar 2025

  • Update default CodeQL bundle version to 2.20.6. #2793

3.28.10 - 21 Feb 2025

  • Update default CodeQL bundle version to 2.20.5. #2772
  • Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768

... (truncated)

Commits
  • ff0a06e Merge pull request #2896 from github/update-v3.28.18-b86edfc27
  • a41e084 Update changelog for v3.28.18
  • b86edfc Merge pull request #2893 from github/update-bundle/codeql-bundle-v2.21.3
  • e93b900 Merge branch 'main' into update-bundle/codeql-bundle-v2.21.3
  • 510dfa3 Merge pull request #2894 from github/henrymercer/skip-validating-codeql-sarif
  • 492d783 Merge branch 'main' into henrymercer/skip-validating-codeql-sarif
  • 83bdf3b Merge pull request #2859 from github/update-supported-enterprise-server-versions
  • cffc916 Merge pull request #2891 from austinpray-mixpanel/patch-1
  • 4420887 Add deprecation warning for CodeQL 2.16.5 and earlier
  • 4e178c5 Update supported versions table in README
  • Additional commits viewable in compare view

Updates denoland/setup-deno from 2.0.2 to 2.0.3

Release notes

Sourced from denoland/setup-deno's releases.

v2.0.3

Full Changelog: denoland/setup-deno@v2.0.2...v2.0.3

Commits
  • e95548e 2.0.3 (#102)
  • 8273ddd fix: switch back to package.json as it's necessary for GH actions (#101)
  • 609c005 feat: include a hash of deno.lock files in the cache key automatically (#98)
  • aa0fea1 feat: add built-in caching via inputs (#89)
  • db3496c feat: add "lts" version option (#97)
  • d74ee56 refactor: convert action to TS and bundle code (#95)
  • See full diff in compare view

Updates actions/dependency-review-action from 4.7.0 to 4.7.1

Release notes

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

v4.7.1

  • Packages added to allow-dependencies-licenses will be allowed even if the package in question has no license information #889
  • License expressions (e.g. Ruby OR GPL-2.0) in the allow list are automatically discarded so that they don't invalidate the whole allow list, which should just be license identifier (e.g. Ruby)
Commits
  • da24556 Merge pull request #933 from actions/dangoor/471-release
  • 9af0caf Bump version number for 4.7.1
  • d8f2df2 Merge pull request #932 from actions/907-disallow-expression
  • 6e9307a Discard allow list entries that are not SPDX IDs
  • 8805179 Merge pull request #930 from actions/889-allow-no-license
  • 014300b Update build
  • 34486f3 Check namespaces when excluding license checks
  • 9b155d6 Update build
  • f199659 Allowing dependencies works with no licenses
  • See full diff in compare view

Updates microsoft/DevSkim-Action from 1.0.15 to 1.0.16

Release notes

Sourced from microsoft/DevSkim-Action's releases.

v1.0.16

What's Changed

New Contributors

Full Changelog: microsoft/DevSkim-Action@v1.0.15...v1.0.16

Commits

Updates ossf/scorecard-action from 2.4.1 to 2.4.2

Release notes

Sourced from ossf/scorecard-action's releases.

v2.4.2

What's Changed

This update bumps the Scorecard version to the v5.2.1 release. For a complete list of changes, please refer to the Scorecard v5.2.0 and v5.2.1 release notes.

Full Changelog: ossf/scorecard-action@v2.4.1...v2.4.2

Commits
  • 05b42c6 🌱 bump docker to ghcr v2.4.2 (#1548)
  • b225da6 Bump github.com/ossf/scorecard/v5 from v5.2.0 to v5.2.1 (#1550)
  • 9399f6f 🌱 Bump the docker-images group across 1 directory with 2 updates (#1...
  • e1daa8c 🌱 Bump the github-actions group across 1 directory with 5 updates (#...
  • 9fe6511 🌱 Bump golang.org/x/net from 0.39.0 to 0.40.0 (#1542)
  • 25b9cd9 🌱 Bump github.com/ossf/scorecard/v5 from v5.1.1 to v5.2.0 (#1547)
  • 18cc9b8 🌱 Bump golang.org/x/net from 0.38.0 to 0.39.0 (#1536)
  • db78142 🌱 Bump the github-actions group with 2 updates (#1538)
  • de386ed 🌱 Bump golang from 1.24.1 to 1.24.2 in the docker-images group (#1534)
  • 5b7cedb 🌱 Bump github.com/sigstore/cosign/v2 from 2.4.3 to 2.5.0 (#1537)
  • Additional commits viewable in compare view

Updates rojopolis/spellcheck-github-actions from 0.48.0 to 0.49.0

Release notes

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

0.49.0

What's Changed

  • Support for Italian as requested by: Stefan Oderbolz (@​metaode) 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

Full Changelog: rojopolis/spellcheck-github-actions@0.48.0...0.49.0

Changelog

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

Change Log for spellcheck-github-actions

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
    • Spanish
    • French
    • Russian
    • Ukranian

    And the aspell language support has been extended with:

    • Russian
    • Ukranian

    So the two spell checkers are aligned.

  • The action now emits more information on what versions of tools it is using thanks to PR #234 from @​brooke-hamilton

    The tools are:

    • aspell
    • hunspell
    • pyspelling
  • One step closer to full Docker image build automation via PR #218 from @​shyim.

    This means that the PR #108 from @​sxd was closed - the contribution from @​sxd was highly appreciated since it helped to understand the problem area and the solution.

    PR #218 addresses issue: #193, which was a request for arm64 support. Issue #80 is still open and will not be closed until we have a fully automated build process for the Docker image.

0.47.0, 2025-02-11, maintenance release, update not required

0.46.0, 2025-01-07, maintenance release, update not required

... (truncated)

Commits
  • 584b2ae Merge pull request #242 from rojopolis/issue_241
  • 5375356 Preparing release 0.49.0
  • 79bd8b1 Forgot to bump the version numbers in meta-data and documentation
  • c823f02 Merge pull request #240 from rojopolis/dependabot/github_actions/docker/build...
  • f961343 Merge pull request #238 from rojopolis/dependabot/docker/python-3.13.3-slim-b...
  • ba71ec0 Bump docker/build-push-action from 6.16.0 to 6.17.0
  • 7a77430 Merge pull request #239 from rojopolis/dependabot/github_actions/docker/build...
  • a04e607 Bump docker/build-push-action from 6.15.0 to 6.16.0
  • d68b218 Bump python from 3.13.2-slim-bookworm to 3.13.3-slim-bookworm
  • See full diff in compare view

Updates actions/ai-inference from 1.0.0 to 1.1.0

Release notes

Sourced from actions/ai-inference's releases.

v1.1.0

What's Changed

New Contributors

Full Changelog: actions/ai-inference@v1...v1.1.0

Commits
  • d645f06 Merge pull request #27 from mattleibow/dev/system-prompt-file
  • 9c57490 regen
  • aa31275 Merge remote-tracking branch 'upstream/main' into dev/system-prompt-file
  • cacab0d Merge pull request #28 from actions/dependabot/npm_and_yarn/github/local-acti...
  • 8562e77 Bump @​github/local-action from 2.2.1 to 3.2.1
  • 9aac9c7 Formatting
  • eb37c9a Formatting
  • 7ee5d23 Merge pull request #24 from actions/dependabot/github_actions/actions-minor-8...
  • c9a9379 Bump super-linter/super-linter in the actions-minor group
  • ad31e75 Merge pull request #25 from actions/mr/bump-versions
  • Additional commits viewable in compare view

Updates super-linter/super-linter from 7.3.0 to 7.4.0

Release notes

Sourced from super-linter/super-linter's releases.

v7.4.0

7.4.0 (2025-05-13)

🚀 Features

🐛 Bugfixes

⬆️ Dependency updates

  • bundler: bump the rubocop group in /dependencies with 10 updates (#6661) (2757a99)
  • bundler: bump the rubocop group in /dependencies with 4 updates (#6782) (17cf935)
  • docker: bump python in the docker-base-images group (#6723) (960298b)
  • docker: bump the docker group across 1 directory with 17 updates (#6776) (8b602a4)
  • java: bump com.google.googlejavaformat:google-java-format (#6780) (aa3f3f8)
  • java: bump com.puppycrawl.tools:checkstyle (#6639) (59f2b6b)
  • npm: bump @​babel/eslint-parser in /dependencies (#6762) (fd53895)
  • npm: bump @​babel/runtime-corejs3 (#6651) (8fbf79e)
  • npm: bump @​stoplight/spectral-cli in /dependencies (#6742) (56355b5)
  • npm: bump asl-validator from 3.13.0 to 3.14.0 in /dependencies (#6631) (30aa4b3)
  • npm: bump asl-validator from 3.14.0 to 3.15.0 in /dependencies (#6777) (660f7dc)
  • npm: bump next (#6676) (f171ee5)
  • npm: bump next (#6708) (43faf95)
  • npm: bump next (#6729) (536538a)
  • npm: bump npm-groovy-lint from 15.1.0 to 15.2.0 in /dependencies (#6779) (c19a3da)
  • npm: bump prettier from 3.5.2 to 3.5.3 in /dependencies (#6629) (6864c8c)

... (truncated)

Changelog

Sourced from super-linter/super-linter's changelog.

Changelog

7.4.0 (2025-05-13)

🚀 Features

🐛 Bugfixes

⬆️...

Description has been truncated

Bumps the github-actions group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `3.6.0` | `4.2.2` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.28.16` | `3.28.18` |
| [denoland/setup-deno](https://github.com/denoland/setup-deno) | `2.0.2` | `2.0.3` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.7.0` | `4.7.1` |
| [microsoft/DevSkim-Action](https://github.com/microsoft/devskim-action) | `1.0.15` | `1.0.16` |
| [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.1` | `2.4.2` |
| [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) | `0.48.0` | `0.49.0` |
| [actions/ai-inference](https://github.com/actions/ai-inference) | `1.0.0` | `1.1.0` |
| [super-linter/super-linter](https://github.com/super-linter/super-linter) | `7.3.0` | `7.4.0` |
| [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) | `3.88.28` | `3.88.35` |


Updates `actions/checkout` from 3.6.0 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.6.0...11bd719)

Updates `github/codeql-action` from 3.28.16 to 3.28.18
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3.28.16...ff0a06e)

Updates `denoland/setup-deno` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/denoland/setup-deno/releases)
- [Commits](denoland/setup-deno@909cc5a...e95548e)

Updates `actions/dependency-review-action` from 4.7.0 to 4.7.1
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@38ecb5b...da24556)

Updates `microsoft/DevSkim-Action` from 1.0.15 to 1.0.16
- [Release notes](https://github.com/microsoft/devskim-action/releases)
- [Commits](microsoft/DevSkim-Action@a6b6966...4b50479)

Updates `ossf/scorecard-action` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@f49aabe...05b42c6)

Updates `rojopolis/spellcheck-github-actions` from 0.48.0 to 0.49.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@23dc186...584b2ae)

Updates `actions/ai-inference` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/actions/ai-inference/releases)
- [Commits](actions/ai-inference@c7105a4...d645f06)

Updates `super-linter/super-linter` from 7.3.0 to 7.4.0
- [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@4e8a7c2...1215045)

Updates `trufflesecurity/trufflehog` from 3.88.28 to 3.88.35
- [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
- [Changelog](https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml)
- [Commits](trufflesecurity/trufflehog@e42153d...90694bf)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 3.28.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: denoland/setup-deno
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/dependency-review-action
  dependency-version: 4.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: microsoft/DevSkim-Action
  dependency-version: 1.0.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: ossf/scorecard-action
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/ai-inference
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: super-linter/super-linter
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: trufflesecurity/trufflehog
  dependency-version: 3.88.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Jun 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.

@github-actions github-actions Bot added AnyChange Assigned to any repo file change GitHub release New Release labels Jun 1, 2025
@Nick2bad4u Nick2bad4u merged commit 5c42cbd into main Jun 1, 2025
75 checks passed
@Nick2bad4u Nick2bad4u deleted the dependabot/github_actions/github-actions-23f4bec11e branch June 1, 2025 16:42
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