chore(deps): bump the github-actions group across 1 directory with 6 updates - #429
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the github-actions group across 1 directory with 6 updates#429dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…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>
Copilot started reviewing on behalf of
Azure Samples (Azure-Samples)
September 7, 2026 23:17
View session
Contributor
There was a problem hiding this comment.
🟢 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/checkoutto v7.0.1 (SHA pin updated) across multiple workflows. - Bump
Azure/setup-azdto v2.4.0 andazure/loginto v3.0.2 in the Azure dev workflows. - Bump
terraform-linters/setup-tflintto v6.3.1 andbridgecrewio/checkov-actionto 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the github-actions group with 6 updates in the / directory:
7.0.07.0.12.3.02.4.03.0.03.0.26.3.06.3.16.3.07.0.012.3114.012.3122.0Updates
actions/checkoutfrom 7.0.0 to 7.0.1Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
Azure/setup-azdfrom 2.3.0 to 2.4.0Release notes
Sourced from Azure/setup-azd's releases.
Changelog
Sourced from Azure/setup-azd's changelog.
Commits
0b7e3a3release 2.4.0 - harden azd version installation (#567)e6951e8build(deps-dev): bump js-yaml override to ^4.3.0 to fix GHSA-52cp-r559-cp3m (...f5b7aa1Harden azd version installation (#566)d689624build(deps): bump undici from 6.27.0 to 6.28.0 (#564)43b4dc8build(deps-dev): bump js-yaml from 5.2.2 to 5.2.3 (#565)3e4a1fcbuild(deps): bump brace-expansion (#563)9a1412abuild(deps): bump github/codeql-action from 4 to 4.37.4 (#562)3edef31build(deps-dev): bump ts-jest from 29.4.11 to 29.4.12 (#558)56858f6build(deps-dev): bump js-yaml from 5.2.1 to 5.2.2 (#556)f1416c3build(deps-dev): bump eslint from 10.7.0 to 10.8.0 (#560)Updates
azure/loginfrom 3.0.0 to 3.0.2Release notes
Sourced from azure/login's releases.
Commits
7ddb5afprepare release v3.0.2d90bae5Cap@actions/execand@actions/corebelow the ESM-only 3.x majors (#628)ff48d59Bump uuid and@actions/core(#589)a26a331Bump brace-expansion from 1.1.12 to 1.1.18 (#616)ca06f43Refactor PS login to use a static param()-bound script (#607)905554eAdd admin-gated Release workflow (#610)1029b1aBump the github-actions group across 1 directory with 7 updates (#621)ae37a0dHarden Dependabot config for the CommonJS ncc build (#622)43c6847Docs uplift (#620)cf887bbBump picomatch from 2.3.1 to 2.3.2 (#582)Updates
terraform-linters/setup-tflintfrom 6.3.0 to 6.3.1Release notes
Sourced from terraform-linters/setup-tflint's releases.
Commits
1cf010dRelease v6.3.17d1a4ffbuild(deps): Bump@actions/cachein the actions group across 1 directory (#451)1db2841build(deps-dev): Bump brace-expansion from 1.1.13 to 1.1.18 (#465)a87802ebuild(deps): Bump undici from 6.24.0 to 6.28.0 (#456)bf78bc1build(deps): Bump actions/cache from 5.0.5 to 6.1.0 (#450)0e90682build(deps-dev): Bump globals from 17.5.0 to 17.11.0 (#454)2e3e73fbuild(deps-dev): Bump prettier from 3.8.3 to 3.9.6 (#455)c2c0924Build dist on release instead of committing it to master (#447)cd82471build(deps-dev): Bump browserslist from 4.28.2 to 4.28.8 (#464)b1e9647build(deps-dev): Bump@humanfs/nodefrom 0.16.6 to 0.16.8 (#463)Updates
actions/setup-pythonfrom 6.3.0 to 7.0.0Release notes
Sourced from actions/setup-python's releases.
Commits
5fda3b9Pin SHA commits and update docs with latest versions (#1338)4ab7e95Merge pull request #1337 from actions/philip-gai/bump-actions-cache-6-2-00f3a009Remove the pip-install input (#1336)f8cf429Migrate to ESM and upgrade dependencies (#1330)54baeeaValidate and retry manifest fetch to prevent silent failures (#1332)c709277Annotation code fix (#1335)6849080remove EOL Python versions and Bumps numpy text fixture (#1333)0903b46Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data (#1328)Updates
bridgecrewio/checkov-actionfrom 12.3114.0 to 12.3122.0Commits
f967808Bump checkov container version to 3.3.165659ddeBump checkov container version to 3.3.15ec0fde7Bump checkov container version to 3.3.1459b9d7eBump checkov container version to 3.3.133be6be7Bump checkov container version to 3.3.121246d92Bump checkov container version to 3.3.11358405dBump checkov container version to 3.3.109b70310Bump checkov container version to 3.3.9Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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