Skip to content

Commit da167ea

Browse files
chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#532)
1 parent 0d72d6e commit da167ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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
@@ -30,7 +30,7 @@ jobs:
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
@@ -64,7 +64,7 @@ jobs:
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
@@ -77,7 +77,7 @@ jobs:
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

.github/workflows/update-syft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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:

0 commit comments

Comments
 (0)