mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
chore(go.mod): fix dependabot alerts (#1247)
Supersedes: - https://github.com/project-zot/zot/pull/1132 - https://github.com/project-zot/zot/pull/1243 - https://github.com/project-zot/zot/pull/1244 - https://github.com/project-zot/zot/pull/1245 Also update the AWS SDK libraries used Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
key: ${{ runner.os }}-gen1-benchmark
|
||||
# Run `github-action-benchmark` action
|
||||
- name: Store benchmark result
|
||||
uses: benchmark-action/github-action-benchmark@v1.15.0
|
||||
uses: benchmark-action/github-action-benchmark@v1.16.1
|
||||
with:
|
||||
# What benchmark tool the output.txt came from
|
||||
tool: 'customBiggerIsBetter'
|
||||
|
||||
@@ -165,7 +165,7 @@ jobs:
|
||||
key: ${{ runner.os }}-gen1-benchmark-stateless-cluster
|
||||
# Run `github-action-benchmark` action
|
||||
- name: Store benchmark result
|
||||
uses: benchmark-action/github-action-benchmark@v1.15.0
|
||||
uses: benchmark-action/github-action-benchmark@v1.16.1
|
||||
with:
|
||||
# What benchmark tool the output.txt came from
|
||||
tool: 'customBiggerIsBetter'
|
||||
|
||||
Reference in New Issue
Block a user