Skip to content

Commit 550f343

Browse files
ci(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [anchore/sbom-action](https://github.com/anchore/sbom-action) and [actions/configure-pages](https://github.com/actions/configure-pages). Updates `anchore/sbom-action` from 0.17.8 to 0.20.1 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@v0.17.8...v0.20.1) Updates `actions/configure-pages` from 4 to 5 - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](actions/configure-pages@v4...v5) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/configure-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d2a515 commit 550f343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326
node dist/cli.js --version || echo "CLI not yet ready"
327327
328328
- name: Generate SBOM for NPM attestations
329-
uses: anchore/sbom-action@v0.17.8
329+
uses: anchore/sbom-action@v0.20.4
330330
with:
331331
path: ./
332332
format: spdx-json
@@ -687,7 +687,7 @@ jobs:
687687

688688
- name: Setup Pages
689689
id: pages
690-
uses: actions/configure-pages@v4
690+
uses: actions/configure-pages@v5
691691

692692
- name: Upload artifact
693693
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)