diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7700888378..5dba840853 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -83,7 +83,7 @@ jobs: # This will only run if we have Benchmark Results from develop branch - name: Compare PR Benchmark Results with develop branch - uses: benchmark-action/github-action-benchmark@v1.20.7 + uses: benchmark-action/github-action-benchmark@v1.21.0 if: steps.cache.outputs.cache-hit == 'true' with: tool: 'go' @@ -99,7 +99,7 @@ jobs: alert-threshold: "150%" - name: Store Benchmark Results for develop branch - uses: benchmark-action/github-action-benchmark@v1.20.7 + uses: benchmark-action/github-action-benchmark@v1.21.0 if: ${{ github.ref_name == 'develop' }} with: tool: 'go' @@ -113,7 +113,7 @@ jobs: alert-threshold: "150%" - name: Publish Benchmark Results to GitHub Pages - uses: benchmark-action/github-action-benchmark@v1.20.7 + uses: benchmark-action/github-action-benchmark@v1.21.0 if: ${{ github.ref_name == 'develop' }} with: tool: 'go' diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index b922cdc816..a25c219d0c 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Run Trivy vulnerability scanner (source code) - uses: aquasecurity/trivy-action@0.34.1 + uses: aquasecurity/trivy-action@0.34.2 with: scan-type: 'fs' scan-ref: '.' @@ -44,7 +44,7 @@ jobs: sarif_file: 'trivy-results.sarif' - name: Run Trivy scanner (table output for logs) - uses: aquasecurity/trivy-action@0.34.1 + uses: aquasecurity/trivy-action@0.34.2 if: always() with: scan-type: 'fs'