Skip to content
Closed
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
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
go-version: 1.22.2
id: go
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/github.com/goharbor/harbor
- name: setup env
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
with:
go-version: 1.22.2
id: go
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/github.com/goharbor/harbor
- name: setup env
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
with:
go-version: 1.22.2
id: go
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/github.com/goharbor/harbor
- name: setup env
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
with:
go-version: 1.22.2
id: go
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/github.com/goharbor/harbor
- name: setup env
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
with:
go-version: 1.22.2
id: go
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/github.com/goharbor/harbor
- name: setup env
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '18'
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/github.com/goharbor/harbor
- name: script
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on:
- ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
Expand All @@ -33,13 +33,13 @@ jobs:
with:
docker_version: 20.10
docker_channel: stable
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: jitterbit/get-changed-files@v1
id: changed-files
with:
format: space-delimited
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/github.com/goharbor/harbor
- name: Build Base Image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/conformance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
#- self-hosted
- ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: google-github-actions/auth@v2
Expand All @@ -30,7 +30,7 @@ jobs:
with:
go-version: 1.22.2
id: go
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/github.com/goharbor/harbor
- name: before_install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup env
run: |
echo "CUR_TAG=${{ github.ref_name }}" >> $GITHUB_ENV
Expand Down