Skip to content

chore(deps): bump the actions group across 1 directory with 5 updates - #73

Merged
millsmillsymills merged 2 commits into
mainfrom
dependabot/github_actions/actions-aac33ab0c3
Jun 5, 2026
Merged

chore(deps): bump the actions group across 1 directory with 5 updates#73
millsmillsymills merged 2 commits into
mainfrom
dependabot/github_actions/actions-aac33ab0c3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 5 updates in the / directory:

Package From To
step-security/harden-runner 2.19.1 2.19.4
github/codeql-action 4.35.4 4.36.0
opentofu/setup-opentofu 2.0.0 2.0.1
aws-actions/configure-aws-credentials 6.1.1 6.1.2
zizmorcore/zizmor-action 0.5.3 0.5.6

Updates step-security/harden-runner from 2.19.1 to 2.19.4

Release notes

Sourced from step-security/harden-runner's releases.

v2.19.4

What's Changed

  • Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner

Full Changelog: step-security/harden-runner@v2.19.3...v2.19.4

v2.19.3

What's Changed

Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3

v2.19.2

What's Changed

  • Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs.

Full Changelog: step-security/harden-runner@v2.19.1...v2.19.2

Commits
  • 9af89fc Merge pull request #667 from step-security/update-agent-v1.8.6
  • 485dce8 Update agent to v1.8.6
  • ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit
  • ec41b78 Default to audit mode when api-key missing with use-policy-store
  • 9ca718d Merge pull request #664 from step-security/update-agent-v1.8.5
  • 1dee3df Update agent to v1.8.5
  • See full diff in compare view

Updates github/codeql-action from 4.35.4 to 4.36.0

Release notes

Sourced from github/codeql-action's releases.

v4.36.0

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
  • Add support for SHA-256 Git object IDs. #3893
  • Update default CodeQL bundle version to 2.25.5. #3926

v4.35.5

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880
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.36.0 - 22 May 2026

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
  • Add support for SHA-256 Git object IDs. #3893
  • Update default CodeQL bundle version to 2.25.5. #3926

4.35.5 - 15 May 2026

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880

4.35.4 - 07 May 2026

  • Update default CodeQL bundle version to 2.25.4. #3881

4.35.3 - 01 May 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837
  • Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
  • Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853
  • Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
  • Update default CodeQL bundle version to 2.25.3. #3865

4.35.2 - 15 Apr 2026

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789
  • Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807
  • Update default CodeQL bundle version to 2.25.2. #3823

4.35.1 - 27 Mar 2026

4.35.0 - 27 Mar 2026

... (truncated)

Commits
  • 7211b7c Merge pull request #3927 from github/update-v4.36.0-ebc2d9e2b
  • 7740f2f Update changelog for v4.36.0
  • ebc2d9e Merge pull request #3926 from github/update-bundle/codeql-bundle-v2.25.5
  • d1f74b7 Add changelog note
  • 2dc40ce Update default bundle to codeql-bundle-v2.25.5
  • 8449852 Merge pull request #3910 from github/henrymercer/repo-size-diff-check
  • 72ac23c Update excluded required check list
  • c5297a2 Merge pull request #3919 from github/henrymercer/workflow-concurrency
  • 8ffeae7 CI: Automatically cancel non-generated workflows
  • f3f52bf Revert getErrorMessage import
  • Additional commits viewable in compare view

Updates opentofu/setup-opentofu from 2.0.0 to 2.0.1

Release notes

Sourced from opentofu/setup-opentofu's releases.

v2.0.1

What's Changed

New Contributors

Full Changelog: opentofu/setup-opentofu@v2...v2.0.1

Commits
  • 847eaa4 chore(deps): Bump @​actions/http-client from 4.0.0 to 4.0.1 (#114)
  • 34bf4e3 feat(acc): Add provider_acceptance_tests input for automated acceptance test ...
  • 4bcfe8c feat: added support for providing optional checksums for ZIP validation (#107)
  • 03a9076 deps: picomatch in npm audit (#103)
  • ba1f8b8 chore(ci): dependabot actions ecosystem, conventional commits (#98)
  • 26ccb9b Update README with latest action versions. (#99)
  • b572e07 feat(error-handling): error notification for network failures (#94)
  • 4959f8f fix: npm audit
  • See full diff in compare view

Updates aws-actions/configure-aws-credentials from 6.1.1 to 6.1.2

Release notes

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

v6.1.2

6.1.2 (2026-05-26)

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.

6.2.0 (2026-06-01)

Features

Bug Fixes

  • skip credential check on output-env-credentials: false (#1778) (58e7c47)
  • assumeRole failing from session tag size too large (#1808) (d6f5dc3)

6.1.3 (2026-05-28)

Bug Fixes

  • fix: allow kubelet token symlink in #1805

6.1.2 (2026-05-26)

Bug Fixes

6.1.1 (2026-05-05)

Miscellaneous Chores

  • various dependency updates

6.1.0 (2026-04-06)

Features

6.0.0 (2026-02-04)

... (truncated)

Commits
  • acca2b1 chore(main): release 6.1.2 (#1761)
  • c329d24 chore: Update dist
  • c39f282 fix: additional filesystem checks (#1799)
  • 8188bee chore(deps-dev): bump @​types/node from 25.6.0 to 25.9.1 (#1795)
  • 477988d chore(deps-dev): bump @​smithy/property-provider from 4.2.14 to 4.3.4 (#1798)
  • 9a5ab5b chore: Update dist
  • baa1fdf chore(deps): bump @​aws-sdk/client-sts from 3.1038.0 to 3.1053.0 (#1793)
  • 4be0a3c chore(deps-dev): bump generate-license-file from 4.1.1 to 4.2.1 (#1794)
  • f85f964 chore: Update dist
  • 6fddd0c chore(deps-dev): bump @​aws-sdk/credential-provider-env (#1791)
  • Additional commits viewable in compare view

Updates zizmorcore/zizmor-action from 0.5.3 to 0.5.6

Release notes

Sourced from zizmorcore/zizmor-action's releases.

v0.5.6

  • 1.25.2 is now available via the action
  • 1.25.2 is now the default version of zizmor used by the action

v0.5.5

This is a no-op release.

v0.5.4

  • 1.25.0 is now available via the action
  • 1.25.0 is now the default version of zizmor used by the action
Commits

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 actions group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.19.1` | `2.19.4` |
| [github/codeql-action](https://github.com/github/codeql-action) | `4.35.4` | `4.36.0` |
| [opentofu/setup-opentofu](https://github.com/opentofu/setup-opentofu) | `2.0.0` | `2.0.1` |
| [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `6.1.1` | `6.1.2` |
| [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) | `0.5.3` | `0.5.6` |



Updates `step-security/harden-runner` from 2.19.1 to 2.19.4
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@a5ad31d...9af89fc)

Updates `github/codeql-action` from 4.35.4 to 4.36.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@68bde55...7211b7c)

Updates `opentofu/setup-opentofu` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/opentofu/setup-opentofu/releases)
- [Commits](opentofu/setup-opentofu@fc711fa...847eaa4)

Updates `aws-actions/configure-aws-credentials` from 6.1.1 to 6.1.2
- [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@d979d5b...acca2b1)

Updates `zizmorcore/zizmor-action` from 0.5.3 to 0.5.6
- [Release notes](https://github.com/zizmorcore/zizmor-action/releases)
- [Commits](zizmorcore/zizmor-action@b1d7e1f...5f14fd0)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.19.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: github/codeql-action
  dependency-version: 4.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: opentofu/setup-opentofu
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: aws-actions/configure-aws-credentials
  dependency-version: 6.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: zizmorcore/zizmor-action
  dependency-version: 0.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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 Jun 2, 2026
@dependabot
dependabot Bot requested a review from millsmillsymills as a code owner June 2, 2026 05:19
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 2, 2026
@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

module.org_baseline.github_organization_settings.this: Refreshing state... [id=283017149]
module.existing["protonmail-mcp"].github_repository.this: Refreshing state... [id=protonmail-mcp]
module.existing["unraid-mcp"].github_repository.this: Refreshing state... [id=unraid-mcp]
module.org_profile_repo.github_repository.this: Refreshing state... [id=.github]
module.ruleset_tag_protection.github_organization_ruleset.tag_protection: Refreshing state... [id=16260826]
module.existing["flipperzero-mcp"].github_repository.this: Refreshing state... [id=flipperzero-mcp]
module.ruleset_default_branch.github_organization_ruleset.default_branch: Refreshing state... [id=16259943]
module.existing["shortcut-mcp"].github_repository.this: Refreshing state... [id=shortcut-mcp]
module.existing["unifi-mcp"].github_repository.this: Refreshing state... [id=unifi-mcp]
module.existing["gandi-mcp"].github_repository.this: Refreshing state... [id=gandi-mcp]
module.management_repo.github_repository.this: Refreshing state... [id=millsymills-com-org]
module.org_profile_repo.github_repository_vulnerability_alerts.this: Refreshing state... [id=1259819149]
module.existing["gandi-mcp"].github_repository_vulnerability_alerts.this: Refreshing state... [id=1215582042]
module.existing["unifi-mcp"].github_repository_vulnerability_alerts.this: Refreshing state... [id=1212016554]
module.existing["protonmail-mcp"].github_repository_vulnerability_alerts.this: Refreshing state... [id=1221429298]
module.existing["shortcut-mcp"].github_repository_vulnerability_alerts.this: Refreshing state... [id=1247298585]
module.existing["flipperzero-mcp"].github_repository_vulnerability_alerts.this: Refreshing state... [id=1253783165]
module.existing["unraid-mcp"].github_repository_vulnerability_alerts.this: Refreshing state... [id=1212016738]
module.management_repo.github_repository_vulnerability_alerts.this: Refreshing state... [id=1234310882]
github_repository_environment.tofu_plan: Refreshing state... [id=millsymills-com-org:tofu-plan]
github_repository_ruleset.management_repo_checks: Refreshing state... [id=16278826]
github_repository_environment.tofu_drift: Refreshing state... [id=millsymills-com-org:tofu-drift]
github_repository_environment.tofu_apply: Refreshing state... [id=millsymills-com-org:tofu-apply]
github_repository_environment_deployment_policy.tofu_drift_main: Refreshing state... [id=millsymills-com-org:tofu-drift:49164603]
github_repository_environment_deployment_policy.tofu_apply_main: Refreshing state... [id=millsymills-com-org:tofu-apply:49164604]

No changes. Your infrastructure matches the configuration.

OpenTofu has compared your real infrastructure against your configuration and
found no differences, so no changes are needed.

@millsmillsymills millsmillsymills added the workflow-update PR legitimately modifies tofu-plan.yml; gate-verified check 2 allows the change. See ADR-0001. label Jun 5, 2026
@millsmillsymills

Copy link
Copy Markdown
Contributor

Review summary (/review-pr)

Verdict: approve, merge after fresh checks go green.

5 action SHA bumps, all verified authentic against their upstream tags:

  • step-security/harden-runner v2.19.1 → v2.19.4 (9af89fc)
  • github/codeql-action v4.35.4 → v4.36.0 (7211b7c)
  • opentofu/setup-opentofu v2.0.0 → v2.0.1 (847eaa4)
  • aws-actions/configure-aws-credentials v6.1.1 → v6.1.2 (acca2b1)
  • zizmorcore/zizmor-action v0.5.3 → v0.5.6 (5f14fd0)

Prior red checks were two separate causes, both resolved:

  1. validate/gate failed on a step-security harden-runner agent connectivity timeout (The operation was canceled) — transient infra; cleared by re-run.
  2. gate-verified check 2 failed because this PR legitimately modifies tofu-plan.yml (the SHA bumps) so its blob differs from main and no workflow-update label was applied — exactly the ADR-0001 design. Applied the workflow-update label (maintainer-approved workflow change) and re-triggered the tofu run so gate-verified re-evaluates with the label present.

No code fixes required.

@millsmillsymills
millsmillsymills merged commit 9caa874 into main Jun 5, 2026
9 checks passed
@millsmillsymills
millsmillsymills deleted the dependabot/github_actions/actions-aac33ab0c3 branch June 5, 2026 00:35
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 workflow-update PR legitimately modifies tofu-plan.yml; gate-verified check 2 allows the change. See ADR-0001.

Development

Successfully merging this pull request may close these issues.

1 participant