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/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

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

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
java-version: 21
distribution: temurin
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Setup Gradle
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
TEST_JAVA_HOME: "/home/runner/.sdkman/candidates/java/${{ matrix.java }}"
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Setup Gradle
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Setup Gradle
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
create_branch: ${{ steps.check-branch.outputs.create }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.commit_sha }}
fetch-depth: 0
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
cache-key: ${{ steps.cache-key.outputs.key }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.commit_sha }}

Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
TEST_JAVA_HOME: "/home/runner/.sdkman/candidates/java/${{ matrix.java }}"
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.commit_sha }}

Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
release_sha: ${{ steps.commit.outputs.sha }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.commit_sha }}
fetch-depth: 0
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
if: ${{ inputs.dry_run != true }}
steps:
- name: Checkout RC tag
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ env.RC_TAG }}

Expand Down Expand Up @@ -505,7 +505,7 @@ jobs:
steps:
- name: Checkout jbang-catalog
continue-on-error: true
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: btraceio/jbang-catalog
token: ${{ secrets.JBANG_CATALOG_PAT || secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -567,7 +567,7 @@ jobs:
if: ${{ inputs.dry_run != true }}
steps:
- name: Checkout at release SHA
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ needs.prepare-release.outputs.release_sha }}
fetch-depth: 0
Expand Down Expand Up @@ -606,7 +606,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout release commit
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.dry_run == true && inputs.commit_sha || env.RC_TAG }}

Expand Down Expand Up @@ -667,7 +667,7 @@ jobs:
if: ${{ inputs.dry_run != true }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ env.RELEASE_TAG }}
fetch-depth: 0
Expand Down Expand Up @@ -734,7 +734,7 @@ jobs:
if: ${{ inputs.dry_run != true }}
steps:
- name: Checkout release tag
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ env.RELEASE_TAG }}

Expand Down Expand Up @@ -775,7 +775,7 @@ jobs:
if: ${{ inputs.release_type != 'patch' && inputs.dry_run != true }}
steps:
- name: Checkout develop
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: develop
fetch-depth: 0
Expand Down Expand Up @@ -809,7 +809,7 @@ jobs:
if: ${{ inputs.dry_run != true }}
steps:
- name: Checkout release branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.release_branch }}
fetch-depth: 0
Expand Down Expand Up @@ -855,7 +855,7 @@ jobs:
if: ${{ inputs.dry_run != true }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdkman-set-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout tag
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: v${{ inputs.version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-jdk-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: develop
token: ${{ secrets.PAT_WORKFLOW }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/v2-protocol-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
java: [ 11, 17, 21 ]
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Cache Java binaries
id: cache-java
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
(github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'test:v2-protocol'))
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Cache Java binaries
id: cache-java
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
(github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'test:v2-protocol'))
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Cache Java binaries
id: cache-java
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[benchmark]')
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Cache Java binaries
id: cache-java
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
agent: "v2"
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Cache Java binaries
id: cache-java
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
(github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'test:v2-protocol'))
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Cache Java binaries
id: cache-java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-renovate-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Validate renovate.json
run: npx --yes --package renovate@39 -- renovate-config-validator
Loading