Skip to content

chore(deps): bump the github-actions-dependencies group with 2 updates#540

Merged
JerrettDavis merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-aac82b6282
Jun 16, 2026
Merged

chore(deps): bump the github-actions-dependencies group with 2 updates#540
JerrettDavis merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-aac82b6282

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the github-actions-dependencies group with 2 updates: dotnet/nbgv and EnricoMi/publish-unit-test-result-action.

Updates dotnet/nbgv from 81f7c98786b56d9fa30c96223e7147d9bb582ff7 to fbf134967b62979a9fd274dce17e13682def693e

Commits
  • fbf1349 Merge pull request #225 from dotnet/renovate/semver-7.x-lockfile
  • 04b9228 Update dependency semver to v7.8.4
  • 783d2b3 Merge pull request #232 from dotnet/renovate/npm-esbuild-vulnerability
  • e9bd9c1 Merge pull request #226 from dotnet/renovate/ts-jest-29.x-lockfile
  • 24924cb Merge pull request #227 from dotnet/renovate/lock-file-maintenance
  • 31656d6 Merge pull request #228 from dotnet/renovate/yarn-monorepo
  • 39b2277 Merge pull request #229 from dotnet/renovate/node-25.x-lockfile
  • 19d2ef7 Update dependency esbuild to v0.28.1 [SECURITY]
  • 3123740 Update dependency @​types/node to v25.9.3
  • 9ebecf0 Update Yarn to v4.16.0
  • Additional commits viewable in compare view

Updates EnricoMi/publish-unit-test-result-action from 2 to 2.23.0

Release notes

Sourced from EnricoMi/publish-unit-test-result-action's releases.

v2.23.0

Adds the following improvements:

Full Changelog: EnricoMi/publish-unit-test-result-action@v2.22.0...v2.23.0

v2.22.0

Adds the following improvements:

  • Upgrade all Python dependencies to latest version #710

Full Changelog: EnricoMi/publish-unit-test-result-action@v2.21.0...v2.22.0

v2.21.0

Adds the following improvements:

  • Add Docker action to allow setting Docker registry and image #688
  • Fix class name matching for NUnit3 #689
  • Upgrade all Python dependencies to latest version #695
  • Fix @2 tag in README.md to @v2 #687

Full Changelog: EnricoMi/publish-unit-test-result-action@v2.20.0...v2.21.0

v2.20.0

Adds the following improvements:

  • Add action typing #653
  • Isolate PIP cache used by composite actions #668
  • Fix for empty <system-out> and <system-err> #667
  • Deprecate github_token_actor option, auto-detect actor #661
  • Use and recommend !cancelled() instead of always() #659
  • Add deprecationMessage to action.yml for deprecated inputs #654
  • Resolve regex library warnings #660

Full Changelog: EnricoMi/publish-unit-test-result-action@v2.19.0...v2.20.0

v2.19.0

Adds the following improvements:

  • Add option to verify SSL/TLS connection (#638)
  • Mention composite replacement in README.md (#647)
  • Quote $PYTHON_BIN in deprecated composite action (#646)

v2.18.0

Adds the following improvements:

  • Support Python 3.13 (#632)
  • Upgrade dependencies (#566)
  • Use unicode emojis (instead of markdown) (#631)

v2.17.1

Fixes the following issue:

... (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

Bumps the github-actions-dependencies group with 2 updates: [dotnet/nbgv](https://github.com/dotnet/nbgv) and [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action).


Updates `dotnet/nbgv` from 81f7c98786b56d9fa30c96223e7147d9bb582ff7 to fbf134967b62979a9fd274dce17e13682def693e
- [Release notes](https://github.com/dotnet/nbgv/releases)
- [Commits](dotnet/nbgv@81f7c98...fbf1349)

Updates `EnricoMi/publish-unit-test-result-action` from 2 to 2.23.0
- [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases)
- [Commits](EnricoMi/publish-unit-test-result-action@v2...v2.23.0)

---
updated-dependencies:
- dependency-name: dotnet/nbgv
  dependency-version: fbf134967b62979a9fd274dce17e13682def693e
  dependency-type: direct:production
  dependency-group: github-actions-dependencies
- dependency-name: EnricoMi/publish-unit-test-result-action
  dependency-version: 2.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: ci. 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 requested a review from JerrettDavis as a code owner June 16, 2026 01:37
@JerrettDavis JerrettDavis merged commit 8573e3d into main Jun 16, 2026
9 checks passed
@JerrettDavis JerrettDavis deleted the dependabot/github_actions/github-actions-dependencies-aac82b6282 branch June 16, 2026 01:41
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/EnricoMi/publish-unit-test-result-action 2.23.0 🟢 5.8
Details
CheckScoreReason
Maintained🟢 1016 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Code-Review⚠️ 1Found 2/20 approved changesets -- score normalized to 1
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Pinned-Dependencies🟢 6dependency not pinned by hash detected -- score normalized to 6
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Packaging🟢 10packaging workflow detected
SAST🟢 9SAST tool detected but not run on all commits
actions/dotnet/nbgv fbf134967b62979a9fd274dce17e13682def693e 🟢 4.2
Details
CheckScoreReason
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Code-Review⚠️ 0Found 0/14 approved changesets -- score normalized to 0
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Maintained🟢 1030 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Security-Policy⚠️ 0security policy file not detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • .github/workflows/pr-validation.yml

@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage

Summary
  Generated on: 06/16/2026 - 02:08:54
  Coverage date: 06/16/2026 - 02:07:16 - 06/16/2026 - 02:08:46
  Parser: MultiReport (7x Cobertura)
  Assemblies: 23
  Classes: 1067
  Files: 591
  Line coverage: 74.6%
  Covered lines: 36827
  Uncovered lines: 12485
  Coverable lines: 49312
  Total lines: 97270
  Branch coverage: 61.8% (13926 of 22510)
  Covered branches: 13926
  Total branches: 22510
  Method coverage: 86.4% (6317 of 7308)
  Full method coverage: 74.2% (5427 of 7308)
  Covered methods: 6317
  Fully covered methods: 5427
  Total methods: 7308

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant