mirror of
https://github.com/project-zot/zot.git
synced 2026-06-19 14:08:01 +08:00
Fix deps (#2621)
* chore: update go.mod deps Fix outdated pkgs reported in issue #2522 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com> * chore: fix dependabot alerts https://github.com/project-zot/zot/pull/2612 https://github.com/project-zot/zot/pull/2613 https://github.com/project-zot/zot/pull/2614 https://github.com/project-zot/zot/pull/2615 https://github.com/project-zot/zot/pull/2616 https://github.com/project-zot/zot/pull/2617 https://github.com/project-zot/zot/pull/2618 https://github.com/project-zot/zot/pull/2619 https://github.com/project-zot/zot/pull/2620 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com> --------- Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
GitHub
parent
0e6541f204
commit
bfafe01c38
@@ -57,6 +57,6 @@ jobs:
|
||||
|
||||
# Upload the results to GitHub's code scanning dashboard.
|
||||
- name: "Upload to code-scanning"
|
||||
uses: github/codeql-action/upload-sarif@v3.26.0
|
||||
uses: github/codeql-action/upload-sarif@v3.26.2
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
||||
Reference in New Issue
Block a user