chore(deps): bump actions/checkout from 5 to 6

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [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/v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-12-05 03:25:59 +00:00 committed by GitHub
parent 6f2e475f18
commit dc071866e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 12 additions and 12 deletions

View File

@ -55,7 +55,7 @@ jobs:
with:
go-version: 1.23.2
id: go
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
path: src/github.com/goharbor/harbor
- name: setup env
@ -116,7 +116,7 @@ jobs:
with:
go-version: 1.23.2
id: go
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
path: src/github.com/goharbor/harbor
- name: setup env
@ -177,7 +177,7 @@ jobs:
with:
go-version: 1.23.2
id: go
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
path: src/github.com/goharbor/harbor
- name: setup env
@ -238,7 +238,7 @@ jobs:
with:
go-version: 1.23.2
id: go
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
path: src/github.com/goharbor/harbor
- name: setup env
@ -297,7 +297,7 @@ jobs:
with:
go-version: 1.23.2
id: go
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
path: src/github.com/goharbor/harbor
- name: setup env
@ -347,7 +347,7 @@ jobs:
- uses: actions/setup-node@v5
with:
node-version: '18'
- uses: actions/checkout@v5
- uses: actions/checkout@v6
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@v5
- uses: actions/checkout@v6
- uses: jitterbit/get-changed-files@v1
id: changed-files
with:
format: space-delimited
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v5
- uses: actions/checkout@v6
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@v5
uses: actions/checkout@v6
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@v5
- uses: actions/checkout@v6
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@v5
uses: actions/checkout@v6
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:

View File

@ -9,7 +9,7 @@ jobs:
release:
runs-on: oracle-vm-24cpu-96gb-x86-64
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup env
run: |
echo "CUR_TAG=${{ github.ref_name }}" >> $GITHUB_ENV