Skip to content

Commit f59ad4c

Browse files
Update OCKC to version 8.9.11 (#664)
Signed-off-by: Jason Katonica <[email protected]>
1 parent e2915df commit f59ad4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v4
5151
with:
5252
repository: IBM/OpenCryptographyKitC
53-
ref: 6c9c7b5df836e4831f603ad934e4765e976e597d # main branch on May 8th 2025.
53+
ref: 193bb9c15c4203a0facb3e2ba4db2750e03e2481 # Branch V_8.9.11 on Jun 13th 2025.
5454
path: ${{ github.workspace }}/OpenCryptographyKitC
5555
- name: Compile Open Cryptography Kit C
5656
run: |
@@ -79,7 +79,7 @@ jobs:
7979
- name: Setup Semeru JDK
8080
uses: actions/setup-java@v4
8181
with:
82-
java-version: '21.0.2+13.0.LTS'
82+
java-version: '21.0.7+6.0.LTS'
8383
distribution: 'semeru'
8484
architecture: 'x64'
8585
# Uncomment to capture all files in the runner for debugging purposes.

0 commit comments

Comments
 (0)