Mercurial > p > roundup > code
diff .github/workflows/anchore.yml @ 8512:951db0950174
chore(build): bump actions/checkout from 6.0.1 to 6.0.2 pull #79
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 27 Jan 2026 21:40:43 -0500 |
| parents | 80f34a0821f5 |
| children | d7d91e25a1c2 |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Tue Jan 27 21:07:02 2026 -0500 +++ b/.github/workflows/anchore.yml Tue Jan 27 21:40:43 2026 -0500 @@ -37,7 +37,7 @@ runs-on: ubuntu-latest steps: - name: Checkout the code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - 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
