Skip to content

Commit 135a8bb

Browse files
committed
version change
1 parent e22396c commit 135a8bb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/java.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,13 @@ jobs:
7676
with:
7777
java-version: ${{ matrix.jdk }}
7878
distribution: 'semeru'
79-
# Using version tag for Gradle official action (trusted) for easier maintenance.
80-
# Migrated from deprecated gradle-build-action to modern setup-gradle action.
79+
# Using version tag for Gradle (trusted action) for easier maintenance.
80+
# For production code, consider pinning to commit SHA for enhanced security.
81+
# See: https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions
8182
- name: Setup Gradle
8283
uses: gradle/actions/setup-gradle@v4
8384
- name: Build with Gradle
84-
run: gradle build -Pjava_version=${{ matrix.jdk }}
85+
run: ./gradlew build -Pjava_version=${{ matrix.jdk }}
8586

8687
build-gradlew:
8788
name: Build Gradle wrapper

cics-java-liberty-springboot-transactions-cicsbundle/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// Plugins
33
// ============================================================================
44
plugins {
5-
// Updated to latest version for Gradle 8.x compatibility
6-
id 'com.ibm.cics.bundle' version '1.1.0'
5+
id 'com.ibm.cics.bundle' version '1.0.7'
76
}
87

98
// ============================================================================

0 commit comments

Comments
 (0)