From c6f1b18e88e973ce5b3cb6840ec348f6909351fc Mon Sep 17 00:00:00 2001 From: Declan Coughlan Date: Fri, 20 Dec 2024 23:15:49 +0000 Subject: [PATCH] Update Action to mitigate warnings --- .github/workflows/ci-trivy.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci-trivy.yaml b/.github/workflows/ci-trivy.yaml index 26965974..50915f73 100644 --- a/.github/workflows/ci-trivy.yaml +++ b/.github/workflows/ci-trivy.yaml @@ -36,14 +36,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Cache Docker layers - uses: actions/cache@v4 - with: - path: /tmp/.buildx-cache - key: ${{ runner.os }}-buildx-${{ github.sha }} - restore-keys: | - ${{ runner.os }}-buildx- - - name: Setup uses: docker/setup-buildx-action@v3 with: @@ -71,6 +63,6 @@ jobs: severity: CRITICAL,HIGH,MEDIUM,LOW - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: ${{matrix.sarif_file}}