Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2025

Bumps the github-actions group with 2 updates in the / directory: terraform-linters/setup-tflint and aws-actions/configure-aws-credentials.
Bumps the github-actions group with 2 updates in the /.github/actions/docker-build-image directory: aws-actions/configure-aws-credentials and github/codeql-action.
Bumps the github-actions group with 1 update in the /.github/actions/send-slack-notification directory: slackapi/slack-github-action.

Updates terraform-linters/setup-tflint from 6.1.0 to 6.2.0

Release notes

Sourced from terraform-linters/setup-tflint's releases.

v6.2.0

What's Changed

Features

Full Changelog: terraform-linters/setup-tflint@v6...v6.2.0

Commits

Updates aws-actions/configure-aws-credentials from 5.0.0 to 5.1.0

Release notes

Sourced from aws-actions/configure-aws-credentials's releases.

v5.1.0

5.1.0 (2025-10-06)

Features

Bug Fixes

Changelog

Sourced from aws-actions/configure-aws-credentials's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.1.0 (2025-10-06)

Features

Bug Fixes

5.0.0 (2025-09-03)

⚠ BREAKING CHANGES

  • Cleanup input handling. Changes invalid boolean input behavior (see #1445)

Features

4.3.1 (2025-08-04)

Bug Fixes

4.3.0 (2025-08-04)

Features

Bug Fixes

  • docs: readme samples versioning (5b3c895)

... (truncated)

Commits
  • 0094301 chore(main): release 5.1.0 (#1483)
  • e381dc3 chore(deps-dev): bump @​vercel/ncc from 0.38.3 to 0.38.4 (#1500)
  • 031a65b chore(deps-dev): bump del-cli from 6.0.0 to 7.0.0 (#1497)
  • 9efe715 chore: Update dist
  • 6bbafa6 chore(deps-dev): bump @​aws-sdk/credential-provider-env (#1502)
  • 4c879b4 chore(deps-dev): bump @​types/node from 24.5.0 to 24.6.0 (#1503)
  • fb52c69 chore(deps-dev): bump memfs from 4.39.0 to 4.47.0 (#1504)
  • f226b05 chore: Update dist
  • be2cf0c chore(deps): bump @​aws-sdk/client-sts from 3.888.0 to 3.899.0 (#1501)
  • 0be22f9 chore: Update dist
  • Additional commits viewable in compare view

Updates aws-actions/configure-aws-credentials from 5.0.0 to 5.1.0

Release notes

Sourced from aws-actions/configure-aws-credentials's releases.

v5.1.0

5.1.0 (2025-10-06)

Features

Bug Fixes

Changelog

Sourced from aws-actions/configure-aws-credentials's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.1.0 (2025-10-06)

Features

Bug Fixes

5.0.0 (2025-09-03)

⚠ BREAKING CHANGES

  • Cleanup input handling. Changes invalid boolean input behavior (see #1445)

Features

4.3.1 (2025-08-04)

Bug Fixes

4.3.0 (2025-08-04)

Features

Bug Fixes

  • docs: readme samples versioning (5b3c895)

... (truncated)

Commits
  • 0094301 chore(main): release 5.1.0 (#1483)
  • e381dc3 chore(deps-dev): bump @​vercel/ncc from 0.38.3 to 0.38.4 (#1500)
  • 031a65b chore(deps-dev): bump del-cli from 6.0.0 to 7.0.0 (#1497)
  • 9efe715 chore: Update dist
  • 6bbafa6 chore(deps-dev): bump @​aws-sdk/credential-provider-env (#1502)
  • 4c879b4 chore(deps-dev): bump @​types/node from 24.5.0 to 24.6.0 (#1503)
  • fb52c69 chore(deps-dev): bump memfs from 4.39.0 to 4.47.0 (#1504)
  • f226b05 chore: Update dist
  • be2cf0c chore(deps): bump @​aws-sdk/client-sts from 3.888.0 to 3.899.0 (#1501)
  • 0be22f9 chore: Update dist
  • Additional commits viewable in compare view

Updates github/codeql-action from 3.30.6 to 4.30.7

Release notes

Sourced from github/codeql-action's releases.

v4.30.7

CodeQL Action Changelog

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

4.30.7 - 06 Oct 2025

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

See the full CHANGELOG.md for more information.

v3.30.7

CodeQL Action Changelog

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

3.30.7 - 06 Oct 2025

No user facing changes.

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]

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

No user facing changes.

3.30.2 - 09 Sep 2025

  • Fixed a bug which could cause language autodetection to fail. #3084
  • Experimental: The quality-queries input that was added in 3.29.2 as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new analysis-kinds input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #3064

3.30.1 - 05 Sep 2025

  • Update default CodeQL bundle version to 2.23.0. #3077

3.30.0 - 01 Sep 2025

  • Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #3054

3.29.11 - 21 Aug 2025

  • Update default CodeQL bundle version to 2.22.4. #3044

3.29.10 - 18 Aug 2025

... (truncated)

Commits
  • e296a93 Merge pull request #3183 from github/update-v4.30.7-55283843c
  • 93c1673 Update changelog for v4.30.7
  • 5528384 Merge pull request #3169 from github/mario-campos/node24
  • b66db86 Hoist CHANGELOG note back to "UNRELEASED" section.
  • b2e2232 Merge remote-tracking branch 'origin/main' into mario-campos/node24
  • 065c6cf Merge pull request #3174 from github/mbg/fix/start-proxy-matrix
  • 7fb8378 Re-throw exception in createStatusReportBase when in test mode
  • dddf033 Revert changes to build.mjs
  • 54ae8ba Simplify PR check by reverting changes to @types/node.
  • 65e9e64 Make matrix available to start-proxy action
  • Additional commits viewable in compare view

Updates slackapi/slack-github-action from 1.27.1 to 2.1.1

Release notes

Sourced from slackapi/slack-github-action's releases.

Slack Send v2.1.1

What's Changed

This release fixes an issue where substituted variables might've broken valid JSON or YAML parsings when using the payload-file-path input option.

🐛 Bug fixes

📚 Documentation

🤖 Dependencies

🧰 Maintenance

Full Changelog: slackapi/slack-github-action@v2.1.0...v2.1.1

Slack Send v2.1.0

What's changed

This release improves error messages from odd payload parsings. An api option is now also available in inputs to change the destination of data with the method technique.

Read more on the new site for documentation: https://tools.slack.dev/slack-github-action/

👾 Enhancements

... (truncated)

Commits
  • 91efab1 Release
  • b6f4640 chore(release): tag version 2.1.1 (#474)
  • d3dc61e build(deps-dev): bump @​biomejs/biome from 1.9.4 to 2.0.6 (#470)
  • f647c89 build(deps-dev): bump @​types/node from 24.0.3 to 24.0.8 (#472)
  • e6fa633 build(deps-dev): bump sinon from 20.0.0 to 21.0.0 (#471)
  • 75b7822 build(deps-dev): bump mocha-suppress-logs from 0.5.1 to 0.6.0 (#469)
  • d7b6150 build(deps-dev): bump mocha from 11.5.0 to 11.7.1 (#468)
  • a7f5b68 build: clone repository "docs" and configuration when syncing project docs (#...
  • c69deab build(deps-dev): bump @​types/node from 22.15.29 to 24.0.3 (#466)
  • 1d0943c build(deps): bump axios from 1.9.0 to 1.10.0 (#465)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 2 updates in the / directory: [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) and [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials).
Bumps the github-actions group with 2 updates in the /.github/actions/docker-build-image directory: [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) and [github/codeql-action](https://github.com/github/codeql-action).
Bumps the github-actions group with 1 update in the /.github/actions/send-slack-notification directory: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action).


Updates `terraform-linters/setup-tflint` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/terraform-linters/setup-tflint/releases)
- [Commits](terraform-linters/setup-tflint@a8a2cbd...acd1575)

Updates `aws-actions/configure-aws-credentials` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@a03048d...0094301)

Updates `aws-actions/configure-aws-credentials` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@a03048d...0094301)

Updates `github/codeql-action` from 3.30.6 to 4.30.7
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@64d10c1...e296a93)

Updates `slackapi/slack-github-action` from 1.27.1 to 2.1.1
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@fcfb566...91efab1)

---
updated-dependencies:
- dependency-name: terraform-linters/setup-tflint
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: aws-actions/configure-aws-credentials
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: aws-actions/configure-aws-credentials
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 4.30.7
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 8, 2025 13:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 8, 2025
@gionn gionn requested a review from a team October 8, 2025 13:48
@dsibilio dsibilio enabled auto-merge (squash) October 9, 2025 07:28
@dsibilio dsibilio merged commit 5356171 into master Oct 9, 2025
7 checks passed
@dsibilio dsibilio deleted the dependabot/github_actions/github-actions-cea6059aa0 branch October 9, 2025 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants