From 8965815a7d7e14f7bcaa369566779644dc320441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:35:18 +0000 Subject: [PATCH] Bump the github-actions-patch group with 2 updates Bumps the github-actions-patch group with 2 updates: [lreading/dependabot-npm-force-overrides](https://github.com/lreading/dependabot-npm-force-overrides) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `lreading/dependabot-npm-force-overrides` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/lreading/dependabot-npm-force-overrides/releases) - [Changelog](https://github.com/lreading/dependabot-npm-force-overrides/blob/main/RELEASE.md) - [Commits](https://github.com/lreading/dependabot-npm-force-overrides/compare/b628c8f156b893d3afc176b01775a5964efb1ad6...e7b165f3f6e20cd57385897db22a1c8f6facd451) Updates `softprops/action-gh-release` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/718ea10b132b3b2eba29c1007bb80653f286566b...3d0d9888cb7fd7b750713d6e236d1fcb99157228) --- updated-dependencies: - dependency-name: lreading/dependabot-npm-force-overrides dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-patch - dependency-name: softprops/action-gh-release dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-auto-merge.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index c5c761f..d92f0c8 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -23,7 +23,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 0 - - uses: lreading/dependabot-npm-force-overrides@b628c8f156b893d3afc176b01775a5964efb1ad6 # v1.1.0 + - uses: lreading/dependabot-npm-force-overrides@e7b165f3f6e20cd57385897db22a1c8f6facd451 # v1.1.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ad23e5..542091c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,7 @@ jobs: GitHub-generated release notes below summarize merged work and highlight first-time contributors when GitHub can determine them. EOF - id: create-release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: name: ${{ needs.prepare-release.outputs.release-name }} body_path: release-artifacts/release-notes-preface.md