[PR #44] [MERGED] 🌱 Bump actions/dependency-review-action from 4.3.3 to 4.3.4 #53

Closed
opened 2026-03-03 16:27:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/natrontech/pbs-exporter/pull/44
Author: @dependabot[bot]
Created: 7/15/2024
Status: Merged
Merged: 7/16/2024
Merged by: @janfuhrer

Base: mainHead: dependabot/github_actions/actions/dependency-review-action-4.3.4


📝 Commits (1)

  • 29bc7a5 🌱 Bump actions/dependency-review-action from 4.3.3 to 4.3.4

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/dependency-review.yml (+1 -1)

📄 Description

Bumps actions/dependency-review-action from 4.3.3 to 4.3.4.

Release notes

Sourced from actions/dependency-review-action's releases.

v4.3.4

What's Changed

Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.3.3...v4.3.4

Commits
  • 5a2ce3f Merge pull request #791 from actions/juxtin/update-version
  • ac6a6ad Prepare even more for v4.3.4
  • 3e2b917 Merge pull request #790 from actions/juxtin/update-version
  • d9ab9c8 Update version in package.json
  • 8c152c7 Merge pull request #769 from actions/dependabot/npm_and_yarn/zod-3.23.8
  • 0085d30 Update dist
  • 08b5bf2 Bump zod from 3.22.4 to 3.23.8
  • 986fce9 Merge pull request #784 from actions/dependabot/npm_and_yarn/got-14.4.1
  • 28743f8 Merge pull request #719 from actions/change-spdx-parser
  • d6f34c3 Merge pull request #789 from actions/dependabot/npm_and_yarn/braces-3.0.3
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/natrontech/pbs-exporter/pull/44 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/15/2024 **Status:** ✅ Merged **Merged:** 7/16/2024 **Merged by:** [@janfuhrer](https://github.com/janfuhrer) **Base:** `main` ← **Head:** `dependabot/github_actions/actions/dependency-review-action-4.3.4` --- ### 📝 Commits (1) - [`29bc7a5`](https://github.com/natrontech/pbs-exporter/commit/29bc7a59982ec63c07384a085a17108a31d46bba) :seedling: Bump actions/dependency-review-action from 4.3.3 to 4.3.4 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dependency-review.yml` (+1 -1) </details> ### 📄 Description Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.3.3 to 4.3.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/dependency-review-action/releases">actions/dependency-review-action's releases</a>.</em></p> <blockquote> <h2>v4.3.4</h2> <h2>What's Changed</h2> <ul> <li>Include all added dependencies in scorecard entries by <a href="https://github.com/elireisman"><code>@​elireisman</code></a> in <a href="https://redirect.github.com/actions/dependency-review-action/pull/783">actions/dependency-review-action#783</a></li> <li>Update SPDX Expression Parsing by <a href="https://github.com/febuiles"><code>@​febuiles</code></a> in <a href="https://redirect.github.com/actions/dependency-review-action/pull/719">actions/dependency-review-action#719</a> <ul> <li>This PR is a significant refactor of SPDX expression parsing that <em>may</em> fix some bugs, but unfortunately there are several related known issues that remain unresolved as of this version.</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/dependency-review-action/compare/v4.3.3...v4.3.4">https://github.com/actions/dependency-review-action/compare/v4.3.3...v4.3.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/dependency-review-action/commit/5a2ce3f5b92ee19cbb1541a4984c76d921601d7c"><code>5a2ce3f</code></a> Merge pull request <a href="https://redirect.github.com/actions/dependency-review-action/issues/791">#791</a> from actions/juxtin/update-version</li> <li><a href="https://github.com/actions/dependency-review-action/commit/ac6a6adecee29bd26597f6402c4b4978e03a2ac1"><code>ac6a6ad</code></a> Prepare even more for v4.3.4</li> <li><a href="https://github.com/actions/dependency-review-action/commit/3e2b91798f886d36411e47261de2d8649499f7ec"><code>3e2b917</code></a> Merge pull request <a href="https://redirect.github.com/actions/dependency-review-action/issues/790">#790</a> from actions/juxtin/update-version</li> <li><a href="https://github.com/actions/dependency-review-action/commit/d9ab9c8c450fd89d885dd1a0d3f15c0041744c6c"><code>d9ab9c8</code></a> Update version in package.json</li> <li><a href="https://github.com/actions/dependency-review-action/commit/8c152c7a0faa5b818825908e223ab71bdb639967"><code>8c152c7</code></a> Merge pull request <a href="https://redirect.github.com/actions/dependency-review-action/issues/769">#769</a> from actions/dependabot/npm_and_yarn/zod-3.23.8</li> <li><a href="https://github.com/actions/dependency-review-action/commit/0085d30a6fb7129c89ef19fc7205d8c5c1d1843f"><code>0085d30</code></a> Update dist</li> <li><a href="https://github.com/actions/dependency-review-action/commit/08b5bf29215d161c3067054c444dfdc61de147ba"><code>08b5bf2</code></a> Bump zod from 3.22.4 to 3.23.8</li> <li><a href="https://github.com/actions/dependency-review-action/commit/986fce904094ee0d077b3dfee1d798e3f203654f"><code>986fce9</code></a> Merge pull request <a href="https://redirect.github.com/actions/dependency-review-action/issues/784">#784</a> from actions/dependabot/npm_and_yarn/got-14.4.1</li> <li><a href="https://github.com/actions/dependency-review-action/commit/28743f857027f1989432c70d50266f8d95344d09"><code>28743f8</code></a> Merge pull request <a href="https://redirect.github.com/actions/dependency-review-action/issues/719">#719</a> from actions/change-spdx-parser</li> <li><a href="https://github.com/actions/dependency-review-action/commit/d6f34c3a26e68b8bd2cab6345457c7f07387dcb1"><code>d6f34c3</code></a> Merge pull request <a href="https://redirect.github.com/actions/dependency-review-action/issues/789">#789</a> from actions/dependabot/npm_and_yarn/braces-3.0.3</li> <li>Additional commits viewable in <a href="https://github.com/actions/dependency-review-action/compare/72eb03d02c7872a771aacd928f3123ac62ad6d3a...5a2ce3f5b92ee19cbb1541a4984c76d921601d7c">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/dependency-review-action&package-manager=github_actions&previous-version=4.3.3&new-version=4.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:27:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pbs-exporter#53
No description provided.