Skip to content

build(deps): bump the actions-minor group across 1 directory with 6 updates#371

Merged
stenjo merged 1 commit into
mainfrom
dependabot/github_actions/actions-minor-39011f3a7c
Apr 30, 2026
Merged

build(deps): bump the actions-minor group across 1 directory with 6 updates#371
stenjo merged 1 commit into
mainfrom
dependabot/github_actions/actions-minor-39011f3a7c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 30, 2026

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

Package From To
actions/setup-node 6.3.0 6.4.0
stenjo/devops-metrics-action 1.3.1 1.3.2
actions/upload-artifact 7.0.0 7.0.1
github/codeql-action 4.35.1 4.35.2
mshick/add-pr-comment 3.10.0 3.11.0
MishaKav/jest-coverage-comment 1.0.32 1.0.33

Updates actions/setup-node from 6.3.0 to 6.4.0

Release notes

Sourced from actions/setup-node's releases.

v6.4.0

What's Changed

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.4.0

Commits

Updates stenjo/devops-metrics-action from 1.3.1 to 1.3.2

Release notes

Sourced from stenjo/devops-metrics-action's releases.

v1.3.2

1.3.2 (2026-04-13)

Bug Fixes

  • allow duplicate headings (MD024) in changelog (cc63613)
  • resolve textlint and markdownlint errors in CHANGELOG (07951db)
  • update upload-artifact SHA to match v7 tag (bfd6b29)
Changelog

Sourced from stenjo/devops-metrics-action's changelog.

Changelog

1.3.2 (2026-04-13)

Bug Fixes

  • allow duplicate headings (MD024) in changelog (cc63613)
  • resolve textlint and markdownlint errors in CHANGELOG (07951db)
  • update upload-artifact SHA to match v7 tag (bfd6b29)

1.3.1 (2026-04-07)

Bugfixes

  • add explicit Git auth for push steps after persist-credentials: false (a3a1cba)
  • ignore zizmor impostor-commit audit (403 on cross-repo API calls) (3af014e)
  • remove unsupported semver-major-days for GitHub Actions in dependabot (c4f9bc1)
  • replace impostor commit SHA for mshick/add-pr-comment with verified v2.8.2 (929a659)
  • resolve all Super-Linter v8 errors (e796e01)
  • resolve ESLint 10 peer dependency conflicts (c3f3499)
  • super-linter errors (70a8225)
  • update codeql-action version comments to match pinned SHA (cba8665)
  • update undici to 6.24.1 to resolve CVEs (aba1b84)
  • use commit SHAs instead of annotated tag SHAs for pinned actions (dffb151)

1.3.0 (2026-02-24)

Features

Bugfixes

  • update config for @​octokit/core v7 ESM compatibility (98db360)
Commits
  • a2e233c Merge pull request #359 from stenjo/release-please--branches--main
  • 3cae5d3 chore(main): release 1.3.2
  • a922629 Merge pull request #360 from stenjo/dependabot/npm_and_yarn/axios-1.15.0
  • bfd6b29 fix: update upload-artifact SHA to match v7 tag
  • 4d931f7 Update DORA metric history [skip ci]
  • d3265d2 Update DORA metric badges [skip ci]
  • 277014e build(deps-dev): bump axios from 1.14.0 to 1.15.0
  • 2845dad Update DORA metric history [skip ci]
  • 64c17c6 Update DORA metric history [skip ci]
  • aff9ab9 Update DORA metric history [skip ci]
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 7.0.0 to 7.0.1

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.1

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

Commits

Updates github/codeql-action from 4.35.1 to 4.35.2

Release notes

Sourced from github/codeql-action's releases.

v4.35.2

  • 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
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]

  • 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

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

4.34.1 - 20 Mar 2026

  • Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #3762

4.34.0 - 20 Mar 2026

  • Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #3569
  • We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #3584
  • Update default CodeQL bundle version to 2.25.0. #3585

4.33.0 - 16 Mar 2026

  • Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #3562

    To opt out of this change:

    • Repositories owned by an organization: Create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using default setup: Switch to an advanced setup workflow and set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using advanced setup: Set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
  • Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #3557

  • The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as github-codeql-disable-overlay that was previously only available on GitHub.com. #3559

  • Once private package registries can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. #3563

  • Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". #3564

  • A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. #3570

4.32.6 - 05 Mar 2026

... (truncated)

Commits
  • 95e58e9 Merge pull request #3824 from github/update-v4.35.2-d2e135a73
  • 6f31bfe Update changelog for v4.35.2
  • d2e135a Merge pull request #3823 from github/update-bundle/codeql-bundle-v2.25.2
  • 60abb65 Add changelog note
  • 5a0a562 Update default bundle to codeql-bundle-v2.25.2
  • 6521697 Merge pull request #3820 from github/dependabot/github_actions/dot-github/wor...
  • 3c45af2 Merge pull request #3821 from github/dependabot/npm_and_yarn/npm-minor-345b93...
  • f1c3393 Rebuild
  • 1024fc4 Rebuild
  • 9dd4cfe Bump the npm-minor group across 1 directory with 6 updates
  • Additional commits viewable in compare view

Updates mshick/add-pr-comment from 3.10.0 to 3.11.0

Release notes

Sourced from mshick/add-pr-comment's releases.

v3.11.0

3.11.0 (2026-04-23)

Features

  • add NOW template variable with configurable date format (#193) (87fe9ef)

v3.10.1

3.10.1 (2026-04-23)

Bug Fixes

  • skip comment creation when deleteOnStatus matches status (#187) (f160eba)
Changelog

Sourced from mshick/add-pr-comment's changelog.

Changelog

3.11.0 (2026-04-23)

Features

  • add NOW template variable with configurable date format (#193) (87fe9ef)

3.10.1 (2026-04-23)

Bug Fixes

  • skip comment creation when deleteOnStatus matches status (#187) (f160eba)

3.10.0 (2026-04-02)

Features

  • add truncate-separator input and markdown termination (#184) (6bd445f)

3.9.1 (2026-03-31)

Bug Fixes

3.9.0 (2026-03-14)

Features

  • add library exports for programmatic usage (#169) (277cebd)

3.8.0 (2026-03-14)

Features

  • automatic message truncation for oversized comments (#167) (38989f3)

3.7.0 (2026-03-14)

Features

... (truncated)

Commits
  • 8e49278 chore(main): release 3.11.0 (#194)
  • 87fe9ef feat: add NOW template variable with configurable date format (#193)
  • be5d48d chore(main): release 3.10.1 (#191)
  • 14d916e chore(deps): bump fast-xml-parser from 5.5.9 to 5.7.1 in the npm_and_yarn gro...
  • f160eba fix: skip comment creation when deleteOnStatus matches status (#187)
  • 9302b90 chore(deps): bump vite from 8.0.0 to 8.0.7 in the npm_and_yarn group across 1...
  • 4191f5b chore(deps): bump lodash from 4.17.23 to 4.18.1 in the npm_and_yarn group acr...
  • See full diff in compare view

Updates MishaKav/jest-coverage-comment from 1.0.32 to 1.0.33

Release notes

Sourced from MishaKav/jest-coverage-comment's releases.

v1.0.33

What's Changed

Full Changelog: MishaKav/jest-coverage-comment@v1.0.32...v1.0.33

Changelog

Sourced from MishaKav/jest-coverage-comment's changelog.

Changelog of the Jest Coverage Comment

Jest Coverage Comment 1.0.33

Release Date: 2026-04-18

Changes

  • Bump dev dependencies

Jest Coverage Comment 1.0.32

Release Date: 2026-03-14

Changes

  • fix security vulnerabilities in dependencies

Jest Coverage Comment 1.0.31

Release Date: 2026-03-13

Changes

  • enable immutable releases for supply chain security

Note: No changes to action inputs, outputs, or behavior. This improves release security following GitHub's immutable releases feature.

Jest Coverage Comment 1.0.30

Release Date: 2026-02-21

Changes

  • Bump Node runtime from node20 to node24
  • Bump dependencies to latest compatible versions

Jest Coverage Comment 1.0.29

Release Date: 2025-09-24

Changes

  • Add text-instead-badge option to display simple text instead of badge images for coverage display
  • Text mode shows coverage in the same format as other columns: "XX.XX% (covered/total)"
  • Applies to all coverage reports: main summary and multiple-files tables
  • Maintains backward compatibility - badge mode remains the default

Jest Coverage Comment 1.0.28

... (truncated)

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

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [actions/setup-node](https://github.com/actions/setup-node) | `6.3.0` | `6.4.0` |
| [stenjo/devops-metrics-action](https://github.com/stenjo/devops-metrics-action) | `1.3.1` | `1.3.2` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` |
| [github/codeql-action](https://github.com/github/codeql-action) | `4.35.1` | `4.35.2` |
| [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) | `3.10.0` | `3.11.0` |
| [MishaKav/jest-coverage-comment](https://github.com/mishakav/jest-coverage-comment) | `1.0.32` | `1.0.33` |



Updates `actions/setup-node` from 6.3.0 to 6.4.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@53b8394...48b55a0)

Updates `stenjo/devops-metrics-action` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/stenjo/devops-metrics-action/releases)
- [Changelog](https://github.com/stenjo/devops-metrics-action/blob/main/CHANGELOG.md)
- [Commits](021fe76...a2e233c)

Updates `actions/upload-artifact` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v7...043fb46)

Updates `github/codeql-action` from 4.35.1 to 4.35.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@c10b806...95e58e9)

Updates `mshick/add-pr-comment` from 3.10.0 to 3.11.0
- [Release notes](https://github.com/mshick/add-pr-comment/releases)
- [Changelog](https://github.com/mshick/add-pr-comment/blob/main/CHANGELOG.md)
- [Commits](mshick/add-pr-comment@64b8e91...8e49278)

Updates `MishaKav/jest-coverage-comment` from 1.0.32 to 1.0.33
- [Release notes](https://github.com/mishakav/jest-coverage-comment/releases)
- [Changelog](https://github.com/MishaKav/jest-coverage-comment/blob/main/CHANGELOG.md)
- [Commits](MishaKav/jest-coverage-comment@c480abe...40d7aed)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
- dependency-name: stenjo/devops-metrics-action
  dependency-version: 1.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-minor
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-minor
- dependency-name: github/codeql-action
  dependency-version: 4.35.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-minor
- dependency-name: mshick/add-pr-comment
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
- dependency-name: MishaKav/jest-coverage-comment
  dependency-version: 1.0.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-minor
...

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 Apr 30, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Test Coverage

Vitest Coverage (summary)

Lines Statements Branches Functions
Coverage: 100%
100% (273/273) 98.29% (115/117) 100% (58/58)
Coverage Report (100%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files10098.29100100 
src10098.29100100 
   ...ailureRate.ts100100100100 
   ...itsAdapter.ts100100100100 
   ...yFrequency.ts10090.910010023
   IssuesAdapter.ts100100100100 
   LeadTime.ts10096.5510010059
   ...eToRestore.ts100100100100 
   ...stsAdapter.ts100100100100 
   ...aseAdapter.ts100100100100 
   index.ts100100100100 
src/interfaces0000 
   ...itsAdapter.ts0000 
   ...uesAdapter.ts0000 
   ...stsAdapter.ts0000 
   ...aseAdapter.ts0000 
src/types0000 
   Commit.ts0000 
   Issue.ts0000 
   Person.ts0000 
   PullRequest.ts0000 
   Release.ts0000 

@github-actions
Copy link
Copy Markdown
Contributor

Code Coverage change
This PR changes coverage by 0 %
Component coverage will change from 100% to 100%.

@github-actions
Copy link
Copy Markdown
Contributor

Stryker report

File % score # killed # timeout # survived # no cov # errors
ChangeFailureRate.ts 87.36 76 0 11 0 11
IssuesAdapter.ts 45.00 9 0 11 0 6
PullRequestsAdapter.ts 45.00 9 0 11 0 6
ReleaseAdapter.ts 45.00 9 0 11 0 6
CommitsAdapter.ts 100.00 5 0 0 0 4
DeployFrequency.ts 93.75 30 0 2 0 12
LeadTime.ts 68.13 62 0 29 0 17
MeanTimeToRestore.ts 85.05 91 0 16 0 24
index.ts 69.77 60 0 26 0 3
All 75.00 351 0 117 0 89

github-actions Bot pushed a commit that referenced this pull request Apr 30, 2026
@stenjo stenjo merged commit 4de10b4 into main Apr 30, 2026
36 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/actions-minor-39011f3a7c branch April 30, 2026 04:58
@github-actions
Copy link
Copy Markdown
Contributor

Stryker report

File % score # killed # timeout # survived # no cov # errors
ChangeFailureRate.ts 87.36 76 0 11 0 11
CommitsAdapter.ts 100.00 5 0 0 0 4
IssuesAdapter.ts 45.00 9 0 11 0 6
PullRequestsAdapter.ts 45.00 9 0 11 0 6
ReleaseAdapter.ts 45.00 9 0 11 0 6
LeadTime.ts 68.13 62 0 29 0 17
DeployFrequency.ts 93.75 30 0 2 0 12
MeanTimeToRestore.ts 85.05 91 0 16 0 24
index.ts 69.77 60 0 26 0 3
All 75.00 351 0 117 0 89

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