Skip to content
Open
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/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Configure AWS credentials for vault access
if: matrix.language == 'java'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ephemeral-cloud-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
permission-contents: read

- name: Checkout liquibase-infrastructure
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: master
repository: liquibase/liquibase-infrastructure
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/extension-attach-artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
concurrency:
group: attach-artifact-${{ github.ref }}-${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Configure AWS credentials for vault access
uses: aws-actions/configure-aws-credentials@v5
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
name: Combine Jars
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Download Ubuntu Artifacts
uses: actions/download-artifact@v6
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
- run: sleep 30
if: ${{ inputs.dry_run == false }}

- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Configure AWS credentials for vault access
uses: aws-actions/configure-aws-credentials@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extension-automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
repositories: ${{ matrix.repository }}

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: "liquibase/${{ matrix.repository }}"
token: ${{ steps.get-token.outputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extension-release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
parse-json-secrets: true

- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: main

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/extension-release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
needs: maven-release
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Configure AWS credentials for vault access
uses: aws-actions/configure-aws-credentials@v5
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
if: ${{ inputs.dry_run == true }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Configure AWS credentials for vault access
uses: aws-actions/configure-aws-credentials@v5
Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download xsd files
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
# Relative path under $GITHUB_WORKSPACE to place the repository
path: ${{ github.event.repository.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extension-release-rollback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
parse-json-secrets: true

- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: main

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fossa_ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.ref }}
fetch-depth: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id-token: write # Required for OIDC to assume the role
steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lth-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout code # Checkout the code from the repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/os-extension-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
,/vault/liquibase
parse-json-secrets: true

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
,/vault/liquibase
parse-json-secrets: true

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/owasp-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
parse-json-secrets: true

- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: liquibase/${{ inputs.repository }}
ref: ${{ inputs.branch }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
permission-contents: write
permission-actions: write

- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Set up Java
uses: actions/setup-java@v5
Expand Down Expand Up @@ -1008,7 +1008,7 @@ jobs:
repositories: liquibase

- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: liquibase/liquibase
token: ${{ steps.get-token.outputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pom-release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pro-extension-build-for-liquibase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
permission-contents: read
permission-packages: write

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: ${{ inputs.repository || github.repository }}
ref: ${{ inputs.branch }}
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
permission-contents: read
permission-packages: write

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: ${{ inputs.repository || github.repository }}
token: ${{ steps.get-token.outputs.token }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pro-extension-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
role-to-assume: ${{ env.AWS_GITHUB_OIDC_ROLE_ARN_S3_GHA }}
aws-region: us-east-1

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
role-to-assume: ${{ env.AWS_GITHUB_OIDC_ROLE_ARN_S3_GHA }}
aws-region: us-east-1

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

Expand Down Expand Up @@ -487,7 +487,7 @@ jobs:
name: Combine Jars
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

Expand Down Expand Up @@ -594,7 +594,7 @@ jobs:
role-to-assume: ${{ env.AWS_GITHUB_OIDC_ROLE_ARN_S3_GHA }}
aws-region: us-east-1

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-for-liquibase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
permission-packages: write

- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: ${{ inputs.repository }}
token: ${{ steps.get-token.outputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar-jest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Set up Node.js
uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
AWS_REGION: us-east-1

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar-test-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
working-directory: ./${{ inputs.sonarRootPath }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
ref: ${{ github.event.pull_request.head.sha || github.event.after}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
# Disabling shallow clones is recommended for improving the relevancy of reporting
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/subtree-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
permission-metadata: read

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ steps.get-token.outputs.token }}
fetch-depth: 0 # Required for subtree operations to work correctly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
,/vault/liquibase
parse-json-secrets: true
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: liquibase/build-logic
ref: main
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v5
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/verify-package-availability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
branch_exists: ${{ steps.check-placeholder-branch.outputs.branch_exists }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: liquibase/liquibase

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
echo "Latest SDKMAN version: $SDKMAN_OSS_VERSION"

- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: liquibase/liquibase

Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
uses: ./.github/actions/setup-aws-vault

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

- name: Get Latest GitHub Version
id: oss-latest-version
Expand Down