From c2ccfeae7f08400a86b7b8f78ba6b75ef8b83ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 06:33:47 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [revanite-io/osps-baseline-action](https://github.com/revanite-io/osps-baseline-action) and [actions/deploy-pages](https://github.com/actions/deploy-pages). Updates `revanite-io/osps-baseline-action` from 1.3.4 to 1.5.0 - [Release notes](https://github.com/revanite-io/osps-baseline-action/releases) - [Commits](https://github.com/revanite-io/osps-baseline-action/compare/b7d860b68755627c30ab692473511c90daee3ae8...6ba0e05ce6566af82fd77bb9356ae8387027f32e) Updates `actions/deploy-pages` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/cd2ce8fcbc39b97be8ca5fce6e763baed58fa128...368f82528645a54fb793d4d04e342629a3f51346) --- updated-dependencies: - dependency-name: revanite-io/osps-baseline-action dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/deploy-pages dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/baseline-scanner.yaml | 2 +- .github/workflows/web-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/baseline-scanner.yaml b/.github/workflows/baseline-scanner.yaml index 918140bc..45f90355 100644 --- a/.github/workflows/baseline-scanner.yaml +++ b/.github/workflows/baseline-scanner.yaml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Open Source Project Security Baseline Scanner - uses: revanite-io/osps-baseline-action@b7d860b68755627c30ab692473511c90daee3ae8 # v1.3.4 + uses: revanite-io/osps-baseline-action@6ba0e05ce6566af82fd77bb9356ae8387027f32e # v1.5.0 with: owner: ${{ github.repository_owner }} repo: ${{ github.event.repository.name }} diff --git a/.github/workflows/web-publish.yml b/.github/workflows/web-publish.yml index ef13001d..ada9c1d0 100644 --- a/.github/workflows/web-publish.yml +++ b/.github/workflows/web-publish.yml @@ -53,4 +53,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0 + uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1