diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fa8569..3f5a6ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,14 +147,14 @@ jobs: if: ${{ !cancelled() }} - name: Upload Trivy scan results to GitHub Security tab (distroless) - uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9 + uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 with: sarif_file: 'trivy-results-distroless.sarif' category: trivy-results-distroless if: ${{ !cancelled() }} - name: Run Anchore image scanner (distroless) - uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2 + uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0 id: anchore-distroless with: image: 'ghcr.io/ffurrer2/semver:latest' @@ -168,7 +168,7 @@ jobs: if: ${{ !cancelled() }} - name: Upload Anchore scan results to GitHub Security tab (distroless) - uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9 + uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 with: sarif_file: ${{ steps.anchore-distroless.outputs.sarif }} if: ${{ !cancelled() }} diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index fcd8913..2d7930c 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -39,7 +39,7 @@ jobs: go mod download -x - name: Setup Ruby - uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # v1.265.0 + uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0 with: ruby-version: ruby