From 003abfba15953fbebe8286bce53c49a5c7968ed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 01:01:04 +0000 Subject: [PATCH] build(deps): bump JamesIves/github-pages-deploy-action Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.3 to 4.7.4. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.7.3...v4.7.4) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/false-positive-approvals.yml | 2 +- .github/workflows/publish-suppressions.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/false-positive-approvals.yml b/.github/workflows/false-positive-approvals.yml index 68908b3c14..5cc49550ab 100644 --- a/.github/workflows/false-positive-approvals.yml +++ b/.github/workflows/false-positive-approvals.yml @@ -152,7 +152,7 @@ jobs: } - name: Publish Updated Suppressions if: ${{ steps.fp-ops-commit.outputs.publish == 'true' }} - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: branch: gh-pages folder: suppressions diff --git a/.github/workflows/publish-suppressions.yml b/.github/workflows/publish-suppressions.yml index e6793d3c82..a0b5abe110 100644 --- a/.github/workflows/publish-suppressions.yml +++ b/.github/workflows/publish-suppressions.yml @@ -32,7 +32,7 @@ jobs: console.log('publishedSuppressions.xml created'); }); - name: Publish Updated Suppressions - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: branch: gh-pages folder: suppressions diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b392207db..1e5e6c25be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -268,7 +268,7 @@ jobs: run: ls -R working-directory: target - name: Deploy gh-pages - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: branch: gh-pages folder: target/staging