8000 chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#330) · anchore/scan-action@f207359 · GitHub
[go: up one dir, main page]

Skip to content

Commit f207359

Browse files
chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#330)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a5ac7e5...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b502f2 commit f207359

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
@@ -11,7 +11,7 @@ jobs:
1111
build: # make sure build/ci work properly and there is no faked build ncc built scripts
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1515
- run: npm ci
1616
- run: npm run audit
1717
- run: npm run build
@@ -27,7 +27,7 @@ jobs:
2727
ports:
2828
- 5000:5000
2929
steps:
30-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
30+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3131
- name: Build images
3232
run: |
3333
for distro in alpine centos debian; do
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949

5050
steps:
51-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
51+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5252
with:
5353
path: ./
5454

@@ -82,7 +82,7 @@ jobs:
8282
output-format: [sarif, json, table]
8383
runs-on: ${{ matrix.os }}
8484
steps:
85-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
85+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8686
- uses: ./
8787
id: scan
8888
with:

.github/workflows/update-grype-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/scan-action'
1414
steps:
15-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
15+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616
- name: Get latest Grype version
1717
id: latest-version
1818
env:

0 commit comments

Comments
 (0)
0