From aa91ecf18bc68cee8475acb594d16dadb36cae6e Mon Sep 17 00:00:00 2001 From: Logan Marchione Date: Tue, 24 May 2022 14:04:41 -0400 Subject: [PATCH] Update GitHub Actions Checkout to v3 --- .github/workflows/container_scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container_scan.yml b/.github/workflows/container_scan.yml index ba82eab..e9537be 100644 --- a/.github/workflows/container_scan.yml +++ b/.github/workflows/container_scan.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Check out the codebase - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set variables run: |