mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
fix dependabot alerts
https://github.com/project-zot/zot/pull/624 https://github.com/project-zot/zot/pull/625 https://github.com/project-zot/zot/pull/626 https://github.com/project-zot/zot/pull/627 https://github.com/project-zot/zot/pull/628 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
Ramkumar Chinchani
parent
2496fef3c2
commit
595e1bca59
@@ -35,11 +35,11 @@ jobs:
|
||||
- 9090:8080
|
||||
steps:
|
||||
- name: Install go
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.18.x
|
||||
- name: Check out source code
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v3
|
||||
- name: Cache go dependencies
|
||||
id: cache-go-dependencies
|
||||
uses: actions/cache@v3
|
||||
@@ -106,7 +106,7 @@ jobs:
|
||||
arch: [amd64, arm64]
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Log in to GitHub Docker Registry
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
@@ -306,13 +306,13 @@ jobs:
|
||||
name: Update Helm Chart
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: main
|
||||
fetch-depth: '0'
|
||||
|
||||
- name: Checkout project-zot/helm-charts
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: project-zot/helm-charts
|
||||
ref: main
|
||||
|
||||
Reference in New Issue
Block a user