Skip to content

chore(deps): bump the github-actions group across 1 directory with 6 updates - #429

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-9a5b8d47d2
Open

chore(deps): bump the github-actions group across 1 directory with 6 updates#429
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-9a5b8d47d2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
actions/checkout 7.0.0 7.0.1
Azure/setup-azd 2.3.0 2.4.0
azure/login 3.0.0 3.0.2
terraform-linters/setup-tflint 6.3.0 6.3.1
actions/setup-python 6.3.0 7.0.0
bridgecrewio/checkov-action 12.3114.0 12.3122.0

Updates actions/checkout from 7.0.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

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

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

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

... (truncated)

Commits

Updates Azure/setup-azd from 2.3.0 to 2.4.0

Release notes

Sourced from Azure/setup-azd's releases.

setup-azd_v2.4.0

2.4.0 (2026-08-05)

Features Added

  • [566] Harden azd version installation. The version input is validated before use — accepted values are latest, stable, daily, or a semantic version such as 1.2.3, 1.2.3-beta.1, or 1.2.3+build.5 — and installer scripts are downloaded to an isolated temporary directory and invoked with explicit process arguments instead of a shell command line.
Changelog

Sourced from Azure/setup-azd's changelog.

Release History

2.4.0 (2026-08-05)

Features Added

  • [566] Harden azd version installation. The version input is validated before use — accepted values are latest, stable, daily, or a semantic version such as 1.2.3, 1.2.3-beta.1, or 1.2.3+build.5 — and installer scripts are downloaded to an isolated temporary directory and invoked with explicit process arguments instead of a shell command line.

2.3.0 (2026-04-17)

Breaking Changes

  • [467] Upgrade action runtime from Node.js 20 to Node.js 24 to address the Node.js 20 deprecation on GitHub Actions runners. Bump up GitHub Actions versions used in workflows (actions/checkout@v6, actions/upload-artifact@v7).

2.2.1 (2025-11-19)

Other Changes

Bump up dependency versions.

2.2.0 (2025-08-05)

Other Changes

Bump up dependency versions.

2.1.0 (2025-01-25)

Features Added

  • [236] Use installation script to install azd.

2.0.0 (2024-12-18)

Breaking Changes

  • [213] Migrate to new CDN endpoint.

1.0.0 (2024-03-27)

Other Changes

  • [87] Upgrade to NodeJS 20 due to NodeJS 16 deprecation.

0.1.0 (2023-07-12)

Initial public release of the GitHub Action for the Azure Developer CLI.

Commits
  • 0b7e3a3 release 2.4.0 - harden azd version installation (#567)
  • e6951e8 build(deps-dev): bump js-yaml override to ^4.3.0 to fix GHSA-52cp-r559-cp3m (...
  • f5b7aa1 Harden azd version installation (#566)
  • d689624 build(deps): bump undici from 6.27.0 to 6.28.0 (#564)
  • 43b4dc8 build(deps-dev): bump js-yaml from 5.2.2 to 5.2.3 (#565)
  • 3e4a1fc build(deps): bump brace-expansion (#563)
  • 9a1412a build(deps): bump github/codeql-action from 4 to 4.37.4 (#562)
  • 3edef31 build(deps-dev): bump ts-jest from 29.4.11 to 29.4.12 (#558)
  • 56858f6 build(deps-dev): bump js-yaml from 5.2.1 to 5.2.2 (#556)
  • f1416c3 build(deps-dev): bump eslint from 10.7.0 to 10.8.0 (#560)
  • Additional commits viewable in compare view

Updates azure/login from 3.0.0 to 3.0.2

Release notes

Sourced from azure/login's releases.

Azure Login Action v3.0.2

What's Changed

Security & hardening

  • Refactor PowerShell login to a static param()-bound script — eliminates string-interpolation in the AzPS login path so credential/config values can never be re-parsed as PowerShell (injection-safe by construction) by @​MaddyMicrosoft in Azure/login#607
  • Pin third-party GitHub Actions to commit SHAs — supply-chain hardening for the CI/release workflows by @​MaddyMicrosoft in Azure/login#615
  • Add admin-gated Release workflow — reproducible, approval-gated release + rollback pipeline by @​MaddyMicrosoft in Azure/login#610

Telemetry

  • Emit the real action ref in telemetry via GITHUB_ACTION_REF — corrects the previously stale hard-coded value so usage reports the version consumers actually pin by @​MaddyMicrosoft in Azure/login#614

Dependencies

Maintenance & docs

Full Changelog: Azure/login@v3.0.1...v3.1.0

Azure Login Action v3.0.1

What's Changed

Full Changelog: https://github.com/Azure/login/commits/v3.0.1

Commits
  • 7ddb5af prepare release v3.0.2
  • d90bae5 Cap @​actions/exec and @​actions/core below the ESM-only 3.x majors (#628)
  • ff48d59 Bump uuid and @​actions/core (#589)
  • a26a331 Bump brace-expansion from 1.1.12 to 1.1.18 (#616)
  • ca06f43 Refactor PS login to use a static param()-bound script (#607)
  • 905554e Add admin-gated Release workflow (#610)
  • 1029b1a Bump the github-actions group across 1 directory with 7 updates (#621)
  • ae37a0d Harden Dependabot config for the CommonJS ncc build (#622)
  • 43c6847 Docs uplift (#620)
  • cf887bb Bump picomatch from 2.3.1 to 2.3.2 (#582)
  • Additional commits viewable in compare view

Updates terraform-linters/setup-tflint from 6.3.0 to 6.3.1

Release notes

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

v6.3.1

What's Changed

Features

Dependencies

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

Commits
  • 1cf010d Release v6.3.1
  • 7d1a4ff build(deps): Bump @​actions/cache in the actions group across 1 directory (#451)
  • 1db2841 build(deps-dev): Bump brace-expansion from 1.1.13 to 1.1.18 (#465)
  • a87802e build(deps): Bump undici from 6.24.0 to 6.28.0 (#456)
  • bf78bc1 build(deps): Bump actions/cache from 5.0.5 to 6.1.0 (#450)
  • 0e90682 build(deps-dev): Bump globals from 17.5.0 to 17.11.0 (#454)
  • 2e3e73f build(deps-dev): Bump prettier from 3.8.3 to 3.9.6 (#455)
  • c2c0924 Build dist on release instead of committing it to master (#447)
  • cd82471 build(deps-dev): Bump browserslist from 4.28.2 to 4.28.8 (#464)
  • b1e9647 build(deps-dev): Bump @​humanfs/node from 0.16.6 to 0.16.8 (#463)
  • Additional commits viewable in compare view

Updates actions/setup-python from 6.3.0 to 7.0.0

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

Commits

Updates bridgecrewio/checkov-action from 12.3114.0 to 12.3122.0

Commits
  • f967808 Bump checkov container version to 3.3.16
  • 5659dde Bump checkov container version to 3.3.15
  • ec0fde7 Bump checkov container version to 3.3.14
  • 59b9d7e Bump checkov container version to 3.3.13
  • 3be6be7 Bump checkov container version to 3.3.12
  • 1246d92 Bump checkov container version to 3.3.11
  • 358405d Bump checkov container version to 3.3.10
  • 9b70310 Bump checkov container version to 3.3.9
  • See full diff 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 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

…updates

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

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |
| [Azure/setup-azd](https://github.com/azure/setup-azd) | `2.3.0` | `2.4.0` |
| [azure/login](https://github.com/azure/login) | `3.0.0` | `3.0.2` |
| [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) | `6.3.0` | `6.3.1` |
| [actions/setup-python](https://github.com/actions/setup-python) | `6.3.0` | `7.0.0` |
| [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) | `12.3114.0` | `12.3122.0` |



Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9c091bb...3d3c42e)

Updates `Azure/setup-azd` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/azure/setup-azd/releases)
- [Changelog](https://github.com/Azure/setup-azd/blob/main/CHANGELOG.md)
- [Commits](Azure/setup-azd@634ad92...0b7e3a3)

Updates `azure/login` from 3.0.0 to 3.0.2
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@532459e...7ddb5af)

Updates `terraform-linters/setup-tflint` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/terraform-linters/setup-tflint/releases)
- [Commits](terraform-linters/setup-tflint@6e1e064...1cf010d)

Updates `actions/setup-python` from 6.3.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@ece7cb0...5fda3b9)

Updates `bridgecrewio/checkov-action` from 12.3114.0 to 12.3122.0
- [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
- [Commits](bridgecrewio/checkov-action@7b97272...f967808)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: Azure/setup-azd
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: azure/login
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: terraform-linters/setup-tflint
  dependency-version: 6.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: bridgecrewio/checkov-action
  dependency-version: 12.3122.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 7, 2026
Copilot AI lite review requested due to automatic review settings September 7, 2026 23:16
@dependabot
dependabot Bot requested a review from a team as a code owner September 7, 2026 23:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The changes are limited to action SHA/version bumps with no functional workflow logic changes, and the only identified issue is a non-blocking version-comment mismatch.

Pull request overview

This PR updates pinned GitHub Actions revisions (Dependabot “github-actions” group) across the repository’s workflows to incorporate upstream fixes and security/hardening improvements while keeping workflows reproducible via SHA pinning.

Changes:

  • Bump actions/checkout to v7.0.1 (SHA pin updated) across multiple workflows.
  • Bump Azure/setup-azd to v2.4.0 and azure/login to v3.0.2 in the Azure dev workflows.
  • Bump terraform-linters/setup-tflint to v6.3.1 and bridgecrewio/checkov-action to the updated revision in Terraform validation workflow.
File summaries
File Description
.github/workflows/test-search.yaml Updates actions/checkout pinned SHA to v7.0.1 for the test workflow.
.github/workflows/terraform-validate.yml Updates pinned SHAs for actions/checkout, setup-tflint, and checkov-action used in Terraform lint/security checks.
.github/workflows/azure-dev.yml Updates pinned SHAs for actions/checkout, setup-azd, setup-python, and azure/login in the main Azure dev pipeline.
.github/workflows/azure-dev-down.yml Updates pinned SHAs for actions/checkout, setup-azd, and azure/login in the teardown workflow.
Review details
  • Files reviewed: 4/4 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

- name: Run Checkov action
id: checkov
uses: bridgecrewio/checkov-action@7b972723c44fb3d256283fac96fae5d7c1894bb7 # v12.1347.0
uses: bridgecrewio/checkov-action@f967808197a8d784d3e72919f38c3ff0cda7884e # v12.1347.0
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.

1 participant