83
83
- 5432:5432
84
84
steps :
85
85
- name : Checkout ${{ inputs.branch }}
86
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
86
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
87
87
with :
88
88
ref : ${{ inputs.branch }}
89
89
- name : Get year/month for cache key
92
92
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
93
93
shell : bash
94
94
- name : Cache Gradle downloads
95
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
95
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
96
96
id : cache-gradle
97
97
with :
98
98
path : |
@@ -132,7 +132,7 @@ jobs:
132
132
db : [ 'MariaDB', 'MySQL', 'PostgreSQL', 'MSSQLServer', 'CockroachDB', 'Db2', 'Oracle' ]
133
133
steps :
134
134
- name : Checkout ${{ inputs.branch }}
135
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
135
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
136
136
with :
137
137
ref : ${{ inputs.branch }}
138
138
- name : Get year/month for cache key
@@ -141,7 +141,7 @@ jobs:
141
141
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
142
142
shell : bash
143
143
- name : Cache Gradle downloads
144
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
144
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
145
145
id : cache-gradle
146
146
with :
147
147
path : |
@@ -198,7 +198,7 @@ jobs:
198
198
- { name: "26-ea", java_version_numeric: 26, from: 'jdk.java.net', jvm_args: '--enable-preview' }
199
199
steps :
200
200
- name : Checkout ${{ inputs.branch }}
201
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
201
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
202
202
with :
203
203
ref : ${{ inputs.branch }}
204
204
- name : Get year/month for cache key
@@ -219,7 +219,7 @@ jobs:
219
219
echo "buildtool-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITHUB_OUTPUT
220
220
- name : Cache Maven/Gradle Dependency/Dist Caches
221
221
id : cache-maven
222
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
222
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
223
223
# if it's not a pull request, we restore and save the cache
224
224
if : github.event_name != 'pull_request'
225
225
with :
@@ -236,7 +236,7 @@ jobs:
236
236
${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
237
237
${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
238
238
- 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
240
240
# if it's a pull request, we restore the cache, but we don't save it
241
241
if : github.event_name == 'pull_request'
242
242
with :
0 commit comments