Skip to content

Comments

ci(deps): bump the github-actions group across 1 directory with 12 updates#82

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/github_actions/develop/github-actions-cecfe88a25
Open

ci(deps): bump the github-actions group across 1 directory with 12 updates#82
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/github_actions/develop/github-actions-cecfe88a25

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps the github-actions group with 12 updates in the / directory:

Package From To
actions/checkout 4 6
actions/setup-node 4 6
actions/upload-artifact 4 6
actions/download-artifact 4 7
actions/github-script 7 8
actions/setup-go 5 6
securego/gosec 2.22.11 2.23.0
github/codeql-action 3 4
goreleaser/goreleaser-action 6 7
actions/create-github-app-token 1 2
slackapi/slack-github-action 1.24.0 2.1.1
aquasecurity/trivy-action 0.33.1 0.34.1

Updates actions/checkout from 4 to 6

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits

Updates actions/setup-node from 4 to 6

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

v5.0.0

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

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

v4.4.0

... (truncated)

Commits

Updates actions/upload-artifact from 4 to 6

Release notes

Sourced from actions/upload-artifact's releases.

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

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

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

v4.6.2

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

What's Changed

... (truncated)

Commits
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • ddc45ed docs: update README to correct action name for Node.js 24 support
  • 615b319 chore: release v6.0.0 for Node.js 24 support
  • 017748b Merge pull request #744 from actions/fix-storage-blob
  • 38d4c79 chore: rebuild dist
  • 7d27270 chore: add missing license cache files for @​actions/core, @​actions/io, and mi...
  • 5f643d3 chore: update license files for @​actions/artifact@​5.0.1 dependencies
  • 1df1684 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • b5b1a91 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • Additional commits viewable in compare view

Updates actions/download-artifact from 4 to 7

Release notes

Sourced from actions/download-artifact's releases.

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v6.0.0...v7.0.0

v6.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/download-artifact@v5...v6.0.0

v5.0.0

What's Changed

v5.0.0

🚨 Breaking Change

This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.

What Changed

... (truncated)

Commits
  • 37930b1 Merge pull request #452 from actions/download-artifact-v7-release
  • 72582b9 doc: update readme
  • 0d2ec9d chore: release v7.0.0 for Node.js 24 support
  • fd7ae8f Merge pull request #451 from actions/fix-storage-blob
  • d484700 chore: restore minimatch.dep.yml license file
  • 03a8080 chore: remove obsolete dependency license files
  • 56fe6d9 chore: update @​actions/artifact license file to 5.0.1
  • 8e3ebc4 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • 1e3c4b4 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • 458627d chore: use local @​actions/artifact package for Node.js 24 testing
  • Additional commits viewable in compare view

Updates actions/github-script from 7 to 8

Release notes

Sourced from actions/github-script's releases.

v8.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

New Contributors

Full Changelog: actions/github-script@v7.1.0...v8.0.0

v7.1.0

What's Changed

New Contributors

Full Changelog: actions/github-script@v7...v7.1.0

... (truncated)

Commits

Updates actions/setup-go from 5 to 6

Release notes

Sourced from actions/setup-go's releases.

v6.0.0

What's Changed

Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

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

v5.6.0

What's Changed

Full Changelog: actions/setup-go@v5...v5.6.0

v5.5.0

What's Changed

Bug fixes:

Dependency updates:

New Contributors

Full Changelog: actions/setup-go@v5...v5.5.0

... (truncated)

Commits

Updates securego/gosec from 2.22.11 to 2.23.0

Release notes

Sourced from securego/gosec's releases.

v2.23.0

Changelog

  • 398ad549bbf1a51dc978fd966169f660c59774de feat: Support for adding taint analysis engine (#1486)
  • 6eacd5c058e929180e2c0ec9fbe082de28f4315c chore(deps): update all dependencies (#1494)
  • 181a7cb0729c8a7c98a7728ba8d4b3ef035a98ab chore(deps): update all dependencies (#1494)
  • e2fa6ab0ba09771b9205dd0cafa997a2f730f582 chore(deps): update all dependencies (#1488)
  • eb252ba8d7359d599064283465f7f734f4c92171 Fix G602 analyzer panic that kills gosec process (#1491)
  • 20d71a0cc140e43b344c37da33bb841a52f6edcd update go version to 1.25.7 (#1492)
  • a631af86ec6d2557e40dac102293f15209794a75 Fix URL regexp and remove redundant Google regex patterns (#1485)
  • 89685023f949d40cd8b86e6fde63e2d8c82bd860 feat: implement global cache usage in rules (#1480)
  • 04f729ce53e715e228022751c40482ac98db60a5 chore(deps): update module google.golang.org/genai to v1.43.0 (#1484)
  • ade0e8f43211688a78923300c495e4f42f156608 refactor: optimize nosec parsing and reduce allocations (#1478)
  • d24bbf7d14cead8c469093165b19e320f7b61955 Fix SARIF artifactChanges null validation error (#1483)
  • 15cba7fae1b53a2dc6bb4092232f9a84033d121a feat: optimize GetCallInfo with per-package sync.Pool caching (#1481)
  • 5288673473e8ff116915e2f440190030f33ce22d feat: implement entropy pre-filtering to optimize secret detection (#1479)
  • d9a9bcd45ca91ba1a6f539397eddef0487e4b9f1 feat: ensure GoVersion is cached using sync.Once (#1477)
  • 516260af4e7c8fd9a86905d83ddfafde5454c070 Fix #1240: nosec comments now work with trailing open brackets (#1475)
  • be0fd6dcfd8716291bc769f9a21a55ede2576cbd Debug Build Profiling Support: Code improvement suggestions for PR#1471 (#1476)
  • b579523bf6dbd3baf523a778c1a5d1f5c66e97fd Update the go version to 1.25.6 and 1.24.12 (#1474)
  • bd3c738bf0a8e570b93e4c65bac0d49d0267f5a9 G115: Enhance RangeAnalyzer with constant propagation and chained arithmetic support (#1470)
  • 6897b3661cdd347788be81437db09c5edf754284 chore(deps): update all dependencies (#1473)
  • 9f202122a731425dfa2ee978fd0e4ba2d9d8e1dc feat: support path-based rule exclusions via exclude-rules (#1465)
  • 726d847c79d4ea7582376aec0ad94fcbec11fa50 Optimize analyzer with parallel package processing (#1466)
  • 3150b28fc404263fd89ab466247b2bf0235be619 feat: add goanalysis package for nogo (#1449)
  • 7284e15230ad0bc56e2fdd518ce5f2c5b6610ce2 Refactor Analyzers: Unify Range Logic & Optimize Allocations (#1464)
  • 7a4ccefd8880ecced95e2947fb7a4088d66a221c Optimize G115, G602, G407 analyzers to reduce allocations and memory (#1463)
  • 833d7919e0f1eaf793b5cc4e97050435faee92d1 refactor(g115): improve coverage (#1462)
  • 0cc9e01a9d6b650d90c9ad6a5ffa73ba30ca99c8 Refine G407 to improve detection and coverage of hardcoded nonces (#1460)
  • 303f84d11141cecd48eeb3a01cd8c6de982c0f29 chore(deps): update all dependencies (#1461)
  • 7387d225921a2efbcf1613bdb32f490285f9af65 Refactor rules to use callListRule base structure (#1458)
  • 52f5dbf4d42f41d4eb6e83e2b408a227eb61cf40 feat(slice): enhance slice bounds analysis with dynamic bounds handling (#1457)
  • 649e2c8da416b29f67a6119dc5ee2149b514872f remove deprecated ast.Object (#1455)
  • 35a92b49d5b5c963b8acb81944e56bb66a444680 feat(sql): enhance SQL injection detection with improved string concatenation checks (#1454)
  • bc9d2bc879d1e246d48cf4b9e18a975c67e1712b feat(rules): enhance subprocess variable checks (#1453)
  • 8a5404eabf56aa8ca2fb9e4e8eb526da0a5a8c48 feat(resolve): enhance TryResolve to handle KeyValueExpr, IndexExpr, and SliceExpr (#1452)
  • 0f6f21cb3fc1d640b7e0f8b47b48f367beb1eddc feat: add secrets serialization G117 (#1451)
  • 717706e8159c4124c2576a0defc0078493655936 feat(rules): add support for detecting high entropy strings in composite literals (#1447)
  • 082deb6cee063d5b8ce740fbee614460d2c2211b whitelist crypto/rand Read from error checks (#1446)
  • 095d529a906cabaf1adbea5e85fc13acce092a53 chore(deps): update all dependencies (#1443)
  • c073629009897d89e03229bc81232c7375892086 Improve slice bound check (#1442)
  • 538a05cc5d6eb7bb41624e48f6e5019cccb1a2b8 docs: add documentation for using gosec with private modules (#1441)
  • 25804378cd3eb8715e79649ea5266b811713b6ee chore(deps): update all dependencies (#1440)
  • 872b33106ce4ba9253328009b63c4157b48d6867 docs: add G116 rule description to README (#1439)
  • dcf93a8b8ba2a90270e0ce35291cca8f7a4a90be Update GitHub action to gosec 2.22.11 (#1438)
Commits
  • 398ad54 feat: Support for adding taint analysis engine (#1486)
  • 6eacd5c chore(deps): update all dependencies (#1494)
  • 181a7cb chore(deps): update all dependencies (#1494)
  • e2fa6ab chore(deps): update all dependencies (#1488)
  • eb252ba Fix G602 analyzer panic that kills gosec process (#1491)
  • 20d71a0 update go version to 1.25.7 (#1492)
  • a631af8 Fix URL regexp and remove redundant Google regex patterns (#1485)
  • 8968502 feat: implement global cache usage in rules (#1480)
  • 04f729c chore(deps): update module google.golang.org/genai to v1.43.0 (#1484)
  • ade0e8f refactor: optimize nosec parsing and reduce allocations (#1478)
  • Additional commits viewable in compare view

Updates github/codeql-action from 3 to 4

Release notes

Sourced from github/codeql-action's releases.

v3.32.4

  • Update default CodeQL bundle version to

…dates

Bumps the github-actions group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `6` |
| [actions/setup-node](https://github.com/actions/setup-node) | `4` | `6` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `6` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `7` |
| [actions/github-script](https://github.com/actions/github-script) | `7` | `8` |
| [actions/setup-go](https://github.com/actions/setup-go) | `5` | `6` |
| [securego/gosec](https://github.com/securego/gosec) | `2.22.11` | `2.23.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3` | `4` |
| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `6` | `7` |
| [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `1` | `2` |
| [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) | `1.24.0` | `2.1.1` |
| [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) | `0.33.1` | `0.34.1` |



Updates `actions/checkout` from 4 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

Updates `actions/setup-node` from 4 to 6
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v6)

Updates `actions/upload-artifact` from 4 to 6
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v6)

Updates `actions/download-artifact` from 4 to 7
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v7)

Updates `actions/github-script` from 7 to 8
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7...v8)

Updates `actions/setup-go` from 5 to 6
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5...v6)

Updates `securego/gosec` from 2.22.11 to 2.23.0
- [Release notes](https://github.com/securego/gosec/releases)
- [Commits](securego/gosec@v2.22.11...v2.23.0)

Updates `github/codeql-action` from 3 to 4
- [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...v4)

Updates `goreleaser/goreleaser-action` from 6 to 7
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v6...v7)

Updates `actions/create-github-app-token` from 1 to 2
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@v1...v2)

Updates `slackapi/slack-github-action` from 1.24.0 to 2.1.1
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@v1.24.0...v2.1.1)

Updates `aquasecurity/trivy-action` from 0.33.1 to 0.34.1
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.33.1...0.34.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: securego/gosec
  dependency-version: 2.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: goreleaser/goreleaser-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/create-github-app-token
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: slackapi/slack-github-action
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: aquasecurity/trivy-action
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 23, 2026

Labels

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants