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: mitodl/keycloak-scim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9cc2e9ebc52410ff2f690e93d02d8596715873e0
Choose a base ref
..
head repository: mitodl/keycloak-scim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a86c628de83bef95ff4758d029246b91e0da881c
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/release-keycloak-scim.yaml
2 changes: 1 addition & 1 deletion .github/workflows/release-keycloak-scim.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Set up JDK 17
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
with:
java-version: '17'
distribution: 'temurin'