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
2 changes: 1 addition & 1 deletion .github/workflows/check-cves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Check out codebase
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Scan current project
id: scan
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/create-bosh-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
sudo apt install -y build-essential unzip wamerican

- name: Checkout bosh-bootloader
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: cloudfoundry/bosh-bootloader
path: bosh-bootloader

- name: Checkout cli
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: cli

Expand Down Expand Up @@ -97,14 +97,14 @@ jobs:
gsutil -m cp -R -P ./$env_name gs://cf-cli-bosh-lites/

- name: Checkout cf-deployment
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: cloudfoundry/cf-deployment
ref: release-candidate
path: cf-deployment

- name: Checkout bosh-deployment
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: cloudfoundry/bosh-deployment
path: bosh-deployment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/delete-bosh-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
sudo apt install -y build-essential unzip wamerican

- name: Checkout cli
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: cli

- name: Checkout bosh-bootloader
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: cloudfoundry/bosh-bootloader
path: bosh-bootloader
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: '0'
- name: Set up Go 1.x
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: '0'
- name: Set Up Go
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/release-build-sign-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: Checkout cli
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Bump version
id: bump-version
Expand Down Expand Up @@ -127,10 +127,10 @@ jobs:
run: echo "VERSION_BUILD $VERSION_BUILD"

- name: Checkout cli
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Checkout cli-ci
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: cloudfoundry/cli-ci.git
path: cli-ci
Expand Down Expand Up @@ -396,17 +396,17 @@ jobs:
run: echo "VERSION_BUILD $VERSION_BUILD"

- name: Checkout cli
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Checkout cli-ci
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: cloudfoundry/cli-ci.git
path: cli-ci
ref: main

- name: Checkout bomutils
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: hogliux/bomutils.git
ref: 0.2
Expand Down Expand Up @@ -625,7 +625,7 @@ jobs:
VERSION_MAJOR: ${{ needs.setup.outputs.version-major }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Set up Go
Expand Down Expand Up @@ -768,7 +768,7 @@ jobs:
steps:

- name: Checkout cli
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Download signed artifacts
uses: actions/download-artifact@v5
Expand Down Expand Up @@ -1019,7 +1019,7 @@ jobs:
path: ${{ env.ARTIFACTS_DIR }}

- name: Checkout CLI
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: ${{ env.REPO_DIR }}

Expand Down Expand Up @@ -1059,7 +1059,7 @@ jobs:
VERSION_BUILD: ${{ needs.setup.outputs.version-build }}
steps:
- name: Checkout CLAW
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: cloudfoundry/CLAW
ref: master
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-update-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo "claw-url=https://packages.cloudfoundry.org" >> "${GITHUB_OUTPUT}"

- name: Checkout cli
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Parse semver
id: parse-semver
Expand Down Expand Up @@ -71,14 +71,14 @@ jobs:
steps:

- name: Checkout cli-ci
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: cloudfoundry/cli-ci.git
ref: main
path: cli-ci

- name: Checkout homebrew-tap
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: cloudfoundry/homebrew-tap
ref: master
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
echo "VERSION_BUILD: ${VERSION_BUILD}"

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -488,7 +488,7 @@ jobs:
echo "VERSION_BUILD: ${VERSION_BUILD}"

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Calculate Checksums
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-integration-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout cli
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{inputs.gitRef}}
fetch-depth: 0
path: cli

- name: Checkout CF deployment tasks
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: cloudfoundry/cf-deployment-concourse-tasks
path: cf-deployment-concourse-tasks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- get-sha
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{needs.get-sha.outputs.gitRef}}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup Go Environment
uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/util-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
Loading