Skip to content

chore(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 #285

chore(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0

chore(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 #285

Workflow file for this run

name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v3
- run: |
npm install
- run: |
npm run all
test-local: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v3
- uses: ./
test-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v3
- uses: philips-software/sbom-tool-installer-action@main
- run: |
mkdir sbom
npm i
sbom-tool generate -b ./sbom -bc . -pn sbom-tool-installer-action -ps Philips -pv v1.0.0 -nsb https://github.com/philips-software/sbom-tool-installer-action
- uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # ratchet:actions/upload-artifact@v3
with:
name: sbom
path: ./sbom/