chore(deps): bump actions/checkout from 3 to 5 (#22250)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-08-15 07:31:41 +00:00 committed by GitHub
parent 682eaaaa6b
commit aaff6fecc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 12 additions and 12 deletions

View File

@ -46,7 +46,7 @@ jobs:
with:
go-version: 1.23.2
id: go
- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
path: src/github.com/goharbor/harbor
- name: setup env
@ -107,7 +107,7 @@ jobs:
with:
go-version: 1.23.2
id: go
- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
path: src/github.com/goharbor/harbor
- name: setup env
@ -167,7 +167,7 @@ jobs:
with:
go-version: 1.23.2
id: go
- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
path: src/github.com/goharbor/harbor
- name: setup env
@ -227,7 +227,7 @@ jobs:
with:
go-version: 1.23.2
id: go
- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
path: src/github.com/goharbor/harbor
- name: setup env
@ -285,7 +285,7 @@ jobs:
with:
go-version: 1.23.2
id: go
- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
path: src/github.com/goharbor/harbor
- name: setup env
@ -335,7 +335,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '18'
- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
path: src/github.com/goharbor/harbor
- name: script

View File

@ -31,13 +31,13 @@ jobs:
with:
docker_version: 20.10
docker_channel: stable
- uses: actions/checkout@v3
- uses: actions/checkout@v5
- uses: jitterbit/get-changed-files@v1
id: changed-files
with:
format: space-delimited
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
path: src/github.com/goharbor/harbor
- name: Build Base Image

View File

@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v5
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.

View File

@ -28,7 +28,7 @@ jobs:
with:
go-version: 1.23.2
id: go
- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
path: src/github.com/goharbor/harbor
- name: before_install

View File

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v5
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:

View File

@ -9,7 +9,7 @@ jobs:
release:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
- name: Setup env
run: |
echo "CUR_TAG=${{ github.ref_name }}" >> $GITHUB_ENV