Update actions/checkout action to v3

This commit is contained in:
renovate[bot] 2023-03-17 03:59:39 +00:00 committed by GitHub
parent 6a86b23ed8
commit 6f0069f27e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the code - name: Checkout the code
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Build the Docker image - name: Build the Docker image
run: docker build . --file Dockerfile --tag localbuild/testimage:latest run: docker build . --file Dockerfile --tag localbuild/testimage:latest
- name: Run the local Anchore scan action itself with GitHub Advanced Security code scanning integration enabled - name: Run the local Anchore scan action itself with GitHub Advanced Security code scanning integration enabled