Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/chart-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 1
path: go/src/open-cluster-management.io/lab
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
egress-policy: audit

- name: 'Checkout Repository'
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3

- name: 'Dependency Review'
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
2 changes: 1 addition & 1 deletion .github/workflows/e2e.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
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install DevSpace
uses: loft-sh/setup-devspace@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/planner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
artifacts: ${{ steps.generate.outputs.artifacts }}
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4
with:
fetch-depth: 0
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 1
path: go/src/open-cluster-management.io/lab
Expand All @@ -51,7 +51,7 @@ jobs:
matrix: ${{ fromJson(needs.env.outputs.MATRIX) }}
steps:
- name: checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 1
path: go/src/open-cluster-management.io/lab
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/releaseimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 1
path: go/src/open-cluster-management.io/lab
Expand All @@ -51,7 +51,7 @@ jobs:
repository: ${{ fromJson(needs.env.outputs.MATRIX).repository }}
steps:
- name: checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 1
path: go/src/open-cluster-management.io/lab
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
repository: ${{ fromJson(needs.env.outputs.MATRIX).repository }}
steps:
- name: checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 1
path: go/src/open-cluster-management.io/lab
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: write
id-token: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4
with:
fetch-depth: 1
fetch-tags: true
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
group: test-${{ github.ref }}-${{ inputs.repo }}-test-chart
cancel-in-progress: true
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4
with:
fetch-depth: 0
submodules: 'recursive'
Expand Down