Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand All @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: '.'
Expand All @@ -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'
Expand Down
Loading