Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: descope/descope-kotlin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8a28a38a8c0849570a4697cc753f6e49eec73832
Choose a base ref
..
head repository: descope/descope-kotlin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5577ac29c830874b7e1b815f7e702eb0beb0e007
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/ci.yml
  2. +1 −1 .github/workflows/publish.yml
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up JDK 17
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
with:
distribution: "zulu"
java-version: "17"
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up JDK 17
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
with:
distribution: "zulu"
java-version: "17"