File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 build : # make sure build/ci work properly and there is no faked build ncc built scripts
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121 - run : npm ci
2222 - run : npm run package
2323 - run : git status --porcelain
3030 os : [ubuntu-latest, windows-latest]
3131 runs-on : ${{ matrix.os }}
3232 steps :
33- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3434 with :
3535 path : ./
3636 artifact-name : ${{ matrix.os }}-1.spdx
6464 ports :
6565 - 5000:5000
6666 steps :
67- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
67+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6868 - name : Build images
6969 run : |
7070 for distro in alpine centos debian; do
7777 test-as-action : # make sure the action works on a clean machine without building
7878 runs-on : ubuntu-latest
7979 steps :
80- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
80+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8181 with :
8282 path : ./
8383
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 if : github.repository == 'anchore/sbom-action'
1414 steps :
15- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616 - name : Get latest Syft version
1717 id : latest-version
1818 env :
You can’t perform that action at this time.
0 commit comments