Skip to content

build(deps): bump the cicd group across 1 directory with 6 updates - #3017

Open
dependabot[bot] wants to merge 6 commits into
mainfrom
dependabot/github_actions/cicd-521fa40530
Open

build(deps): bump the cicd group across 1 directory with 6 updates#3017
dependabot[bot] wants to merge 6 commits into
mainfrom
dependabot/github_actions/cicd-521fa40530

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the cicd group with 6 updates in the / directory:

Package From To
actions/checkout 6.0.2 6.1.0
runs-on/action 2.2.0 2.3.0
cloudposse/.github/.github/workflows/shared-release-branches.yml 0.167.3 0.168.0
github/codeql-action/upload-sarif 4.37.4 4.37.7
cloudposse/.github/.github/workflows/shared-go-auto-release.yml 0.167.3 0.168.0
cloudposse/github-action-setup-atmos 3.2.0 3.5.0

Updates actions/checkout from 6.0.2 to 6.1.0

Release notes

Sourced from actions/checkout's releases.

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

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 runs-on/action from 2.2.0 to 2.3.0

Release notes

Sourced from runs-on/action's releases.

v2.3.0

What's Changed

Full Changelog: runs-on/action@v2.2.0...v2.3.0

Commits
  • 46910bf dist: rebuild binaries for v2.3.0
  • f729357 Merge branch 'main' into v2
  • 02347f1 Bump README to v2.3.0
  • 3321413 Rebuild action binaries
  • 10fb12c Allow verified Windows sticky mount roots
  • 6377b28 Refactor sticky cache runtime state (#46)
  • 76f7eaf dist: rebuild binaries
  • baa006c Authenticate read-only Git LFS lock requests
  • d5c5d9f Rebuild action binaries
  • fd25aaf Fix warm cache symlink merges
  • Additional commits viewable in compare view

Updates cloudposse/.github/.github/workflows/shared-release-branches.yml from 0.167.3 to 0.168.0

Release notes

Sourced from cloudposse/.github/.github/workflows/shared-release-branches.yml's releases.

v0.168.0

Test plan

  • Confirm CI jobs across the org continue to schedule successfully on the default/common/small/medium/terraform/large/xlarge runner profiles after merge
  • Confirm MaxSpotInstanceCountExceeded no longer recurs for inf1/inf2/trn1

v0.167.6

🤖 Automatic Updates

Package Type Update Change
actions/checkout action major v4v7
actions/checkout action major v4.4.0v7.0.1

Release Notes

v7.0.1

Compare Source

v7.0.0

... (truncated)

Commits
  • 3911c66 Remove inf1/inf2/trn1 from RunsOn default spot instance families (#275)
  • 5b63235 Update actions/checkout action to v7 (#258)
  • 1e4596d Update actions/upload-artifact action to v7 (#269)
  • c8b0897 Update cloudposse/github-action-auto-release action to v4.0.1 (#268)
  • 40513ae Update actions/checkout action to v4.4.0 (#130)
  • See full diff in compare view

Updates github/codeql-action/upload-sarif from 4.37.4 to 4.37.7

Release notes

Sourced from github/codeql-action/upload-sarif's releases.

v4.37.7

  • Update default CodeQL bundle version to 2.26.3. #4085

v4.37.6

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

v4.37.5

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061
Changelog

Sourced from github/codeql-action/upload-sarif'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.37.9 - 26 Aug 2026

  • Update default CodeQL bundle version to 2.26.4. #4106

4.37.8 - 21 Aug 2026

No user facing changes.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085

4.37.6 - 04 Aug 2026

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

4.37.5 - 03 Aug 2026

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061

4.37.4 - 29 Jul 2026

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995

... (truncated)

Commits
  • ff2f1c6 Merge pull request #4093 from github/update-v4.37.7-be7a3dbb8
  • 951a133 Update changelog for v4.37.7
  • be7a3db Merge pull request #4087 from github/dependabot/npm_and_yarn/npm-minor-0aa561...
  • 9310334 Merge pull request #4086 from github/mbg/thread-action-state-to-codeql
  • b4d8a54 Rebuild
  • ab5db25 Bump the npm-minor group across 1 directory with 8 updates
  • 38055a3 Drop logger from databaseInitCluster in interface
  • 1f87aed Merge pull request #4085 from github/update-bundle/codeql-bundle-v2.26.3
  • dc1b98a Make logger available to getCodeQLForCmd
  • 6f0220e Merge pull request #4084 from github/navntoft/bump-undici
  • Additional commits viewable in compare view

Updates cloudposse/.github/.github/workflows/shared-go-auto-release.yml from 0.167.3 to 0.168.0

Release notes

Sourced from cloudposse/.github/.github/workflows/shared-go-auto-release.yml's releases.

v0.168.0

Test plan

  • Confirm CI jobs across the org continue to schedule successfully on the default/common/small/medium/terraform/large/xlarge runner profiles after merge
  • Confirm MaxSpotInstanceCountExceeded no longer recurs for inf1/inf2/trn1

v0.167.6

🤖 Automatic Updates

Package Type Update Change
actions/checkout action major v4v7
actions/checkout action major v4.4.0v7.0.1

Release Notes

v7.0.1

Compare Source

v7.0.0

... (truncated)

Commits
  • 3911c66 Remove inf1/inf2/trn1 from RunsOn default spot instance families (#275)
  • 5b63235 Update actions/checkout action to v7 (#258)
  • 1e4596d Update actions/upload-artifact action to v7 (#269)
  • c8b0897 Update cloudposse/github-action-auto-release action to v4.0.1 (#268)
  • 40513ae Update actions/checkout action to v4.4.0 (#130)
  • See full diff in compare view

Updates cloudposse/github-action-setup-atmos from 3.2.0 to 3.5.0

Release notes

Sourced from cloudposse/github-action-setup-atmos's releases.

v3.5.0

This PR contains the following updates:

Package Change Age Confidence
eslint (source) 8.57.110.8.1 age confidence

Release Notes

v10.8.1

Compare Source

Bug Fixes

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js ([#​21183](eslint/eslint#21183)) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

... (truncated)

Commits
  • 60878d4 chore(deps): update dependency eslint to v10 (#89)
  • af6b379 chore(deps): update dependency eslint-plugin-sort-destructure-keys to v1.6.0 ...
  • bad040a chore(deps): update dependency @​actions/github to v6.0.1 (#109)
  • 5f4eb9c chore: update README.md
  • ed3a8a9 chore(deps): update dependency eslint to v8.57.1 (#113)
  • 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

Bumps the cicd group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `6.1.0` |
| [runs-on/action](https://github.com/runs-on/action) | `2.2.0` | `2.3.0` |
| [cloudposse/.github/.github/workflows/shared-release-branches.yml](https://github.com/cloudposse/.github) | `0.167.3` | `0.168.0` |
| [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.37.4` | `4.37.7` |
| [cloudposse/.github/.github/workflows/shared-go-auto-release.yml](https://github.com/cloudposse/.github) | `0.167.3` | `0.168.0` |
| [cloudposse/github-action-setup-atmos](https://github.com/cloudposse/github-action-setup-atmos) | `3.2.0` | `3.5.0` |



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

Updates `runs-on/action` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/runs-on/action/releases)
- [Commits](runs-on/action@4e5f723...46910bf)

Updates `cloudposse/.github/.github/workflows/shared-release-branches.yml` from 0.167.3 to 0.168.0
- [Release notes](https://github.com/cloudposse/.github/releases)
- [Commits](cloudposse/.github@49ac8cd...3911c66)

Updates `github/codeql-action/upload-sarif` from 4.37.4 to 4.37.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@v4.37.4...ff2f1c6)

Updates `cloudposse/.github/.github/workflows/shared-go-auto-release.yml` from 0.167.3 to 0.168.0
- [Release notes](https://github.com/cloudposse/.github/releases)
- [Commits](cloudposse/.github@49ac8cd...3911c66)

Updates `cloudposse/github-action-setup-atmos` from 3.2.0 to 3.5.0
- [Release notes](https://github.com/cloudposse/github-action-setup-atmos/releases)
- [Commits](cloudposse/github-action-setup-atmos@89c34b2...60878d4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cicd
- dependency-name: runs-on/action
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cicd
- dependency-name: cloudposse/.github/.github/workflows/shared-release-branches.yml
  dependency-version: 0.168.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cicd
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.37.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cicd
- dependency-name: cloudposse/.github/.github/workflows/shared-go-auto-release.yml
  dependency-version: 0.168.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cicd
- dependency-name: cloudposse/github-action-setup-atmos
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cicd
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file minor New features that do not break anything no-release Do not create a new release (wait for additional code changes) labels Aug 31, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 31, 2026 04:32
@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

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.

@dependabot dependabot Bot added no-release Do not create a new release (wait for additional code changes) minor New features that do not break anything dependencies Pull requests that update a dependency file labels Aug 31, 2026
@atmos-pro

atmos-pro Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Tip

Atmos Pro  

No affected stacks workflow was detected for this pull request.
If this is expected, no action is needed.
Learn More. Ask AI.

@github-actions github-actions Bot added size/s Small size PR and removed minor New features that do not break anything labels Aug 31, 2026
@github-actions

github-actions Bot commented Aug 31, 2026

Copy link
Copy Markdown

Warning

SHA Pin Verification Passed — with documented exceptions

All 229 third-party action reference(s) are covered, but 2 rely on a documented allowlist entry in allowlist.json and could not be automatically drift-checked. This does not fail CI, but should be reviewed.

Action Location Status Details
aquasecurity/trivy-action@v0.36.0 build.yml:121 ⚠️ Allowlisted (documented) The aquasecurity GitHub organization has enabled an IP allow list that blocks API access (git ref/tag lookups) from GitHub-hosted Actions runner IPs, for any caller, on any of their repos, including public ones — this is not specific to our token or workflow. Verified independently: the exact same 403 is reported against the sibling aquasecurity/tfsec-action, and trivy-cache-action's issue tracker explicitly confirms 'aquasecurity GitHub org now has IP allow list enabled, blocking API access'. Manually confirmed our pinned SHA is correct (dereferenced the v0.36.0 annotated tag directly against the GitHub API from a non-Actions IP; it matches) — this entry only silences the automated drift check, which the API access restriction makes impossible to run in CI, not the underlying security property.
aquasecurity/trivy-action@v0.36.0 test.yml:812 ⚠️ Allowlisted (documented) The aquasecurity GitHub organization has enabled an IP allow list that blocks API access (git ref/tag lookups) from GitHub-hosted Actions runner IPs, for any caller, on any of their repos, including public ones — this is not specific to our token or workflow. Verified independently: the exact same 403 is reported against the sibling aquasecurity/tfsec-action, and trivy-cache-action's issue tracker explicitly confirms 'aquasecurity GitHub org now has IP allow list enabled, blocking API access'. Manually confirmed our pinned SHA is correct (dereferenced the v0.36.0 annotated tag directly against the GitHub API from a non-Actions IP; it matches) — this entry only silences the automated drift check, which the API access restriction makes impossible to run in CI, not the underlying security property.

See the action run for full details.

@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Files

  • .github/workflows/codeql.yml
  • .github/workflows/setup-go-cache-warmup.yml
  • .github/workflows/version-tracker.yaml

@codecov

codecov Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.61%. Comparing base (d166442) to head (4e8f5ab).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3017      +/-   ##
==========================================
- Coverage   83.61%   83.61%   -0.01%     
==========================================
  Files        1933     1933              
  Lines      189461   189461              
==========================================
- Hits       158418   158410       -8     
- Misses      23131    23136       +5     
- Partials     7912     7915       +3     
Flag Coverage Δ
unittests 83.61% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 8 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mergify mergify Bot added the auto-update This PR was automatically generated label Aug 31, 2026
@mergify

mergify Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Important

Cloud Posse Engineering Team Review Required

This pull request modifies files that require Cloud Posse's review. Please be patient, and a core maintainer will review your changes.

To expedite this process, reach out to us on Slack in the #pr-reviews channel.

@mergify mergify Bot added the needs-cloudposse Needs Cloud Posse assistance label Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-update This PR was automatically generated dependencies Pull requests that update a dependency file needs-cloudposse Needs Cloud Posse assistance no-release Do not create a new release (wait for additional code changes) size/s Small size PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants