8383 - 5432:5432
8484 steps :
8585 - name : Checkout ${{ inputs.branch }}
86- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
86+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8787 with :
8888 ref : ${{ inputs.branch }}
8989 - name : Get year/month for cache key
9292 echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
9393 shell : bash
9494 - name : Cache Gradle downloads
95- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
95+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9696 id : cache-gradle
9797 with :
9898 path : |
@@ -132,7 +132,7 @@ jobs:
132132 db : [ 'MariaDB', 'MySQL', 'PostgreSQL', 'MSSQLServer', 'CockroachDB', 'Db2', 'Oracle' ]
133133 steps :
134134 - name : Checkout ${{ inputs.branch }}
135- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
135+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
136136 with :
137137 ref : ${{ inputs.branch }}
138138 - name : Get year/month for cache key
@@ -141,7 +141,7 @@ jobs:
141141 echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
142142 shell : bash
143143 - name : Cache Gradle downloads
144- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
144+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
145145 id : cache-gradle
146146 with :
147147 path : |
@@ -198,7 +198,7 @@ jobs:
198198 - { name: "26-ea", java_version_numeric: 26, from: 'jdk.java.net', jvm_args: '--enable-preview' }
199199 steps :
200200 - name : Checkout ${{ inputs.branch }}
201- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
201+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
202202 with :
203203 ref : ${{ inputs.branch }}
204204 - name : Get year/month for cache key
@@ -219,7 +219,7 @@ jobs:
219219 echo "buildtool-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITHUB_OUTPUT
220220 - name : Cache Maven/Gradle Dependency/Dist Caches
221221 id : cache-maven
222- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
222+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
223223 # if it's not a pull request, we restore and save the cache
224224 if : github.event_name != 'pull_request'
225225 with :
@@ -236,7 +236,7 @@ jobs:
236236 ${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
237237 ${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
238238 - name : Restore Maven/Gradle Dependency/Dist Caches
239- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
239+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
240240 # if it's a pull request, we restore the cache, but we don't save it
241241 if : github.event_name == 'pull_request'
242242 with :
0 commit comments