File tree Expand file tree Collapse file tree
cics-java-liberty-springboot-transactions-cicsbundle Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22// Plugins
33// ============================================================================
44plugins {
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// ============================================================================
You can’t perform that action at this time.
0 commit comments