Mercurial > p > roundup > code
diff .github/workflows/anchore.yml @ 7641:bdc81c1e2eec
build(deps): bump actions/checkout from 4.0.0 to 4.1.0 - https://github.com/roundup-tracker/roundup/pull/50
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 24 Sep 2023 21:33:52 -0400 |
| parents | 926ea14c3450 |
| children | 964250da5743 |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Sun Sep 24 12:25:40 2023 -0400 +++ b/.github/workflows/anchore.yml Sun Sep 24 21:33:52 2023 -0400 @@ -37,7 +37,7 @@ runs-on: ubuntu-latest steps: - name: Checkout the code - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.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
