Mercurial > p > roundup > code
diff .github/workflows/anchore.yml @ 7617:926ea14c3450
chore(deps): bump actions/checkout from 3.6.0 to 4.0.0 - https://github.com/roundup-tracker/roundup/pull/47
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 11 Sep 2023 00:00:57 -0400 |
| parents | 4689795494dc |
| children | bdc81c1e2eec |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Wed Sep 06 13:54:48 2023 -0400 +++ b/.github/workflows/anchore.yml Mon Sep 11 00:00:57 2023 -0400 @@ -37,7 +37,7 @@ runs-on: ubuntu-latest steps: - name: Checkout the code - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - name: Build the Docker image run: docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest - name: List the Docker image
