Skip to content

Commit 9fc827c

Browse files
sarahalsmillerxwa153hc-github-team-consul-coreDanStough
authored
Release manual backport (#21130)
* changelog and version (#21105) * update changelog * try with release engineering optional clean flag (#21126) * Release use releng branch (#21127) * try with release engineering optional clean flag * rename to branch name without slash * Backport of build: update gha to latest approved tsccr into release/1.18.x (#21106) * backport of commit 10baa43 * backport of commit cc7b109 * backport of commit 640ba3a --------- Co-authored-by: DanStough <[email protected]> --------- Co-authored-by: wangxinyi7 <[email protected]> Co-authored-by: hc-github-team-consul-core <[email protected]> Co-authored-by: DanStough <[email protected]>
1 parent 0dbf501 commit 9fc827c

36 files changed

+313
-299
lines changed

.github/workflows/bot-auto-approve.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.actor == 'hc-github-team-consul-core'
1212
steps:
13-
- uses: hmarr/auto-approve-action@44888193675f29a83e04faf4002fa8c0b537b1e4 # v3.2.1
13+
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0
1414
with:
1515
review-message: "Auto approved Consul Bot automated PR"
1616
github-token: ${{ secrets.MERGE_APPROVE_TOKEN }}

.github/workflows/broken-link-check.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
linkChecker:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
15+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1616

1717
- name: Run lychee link checker
1818
id: lychee
19-
uses: lycheeverse/lychee-action@ec3ed119d4f44ad2673a7232460dc7dff59d2421 # v1.8.0
19+
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10.0
2020
with:
2121
args: ./website/content/docs/ --base https://developer.hashicorp.com/ --exclude-all-private --exclude '\.(svg|gif|jpg|png)' --exclude 'manage\.auth0\.com' --accept 403 --max-concurrency=24 --no-progress --verbose
2222
# Fail GitHub action when broken links are found?
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Create GitHub Issue From lychee output file
2828
if: env.lychee_exit_code != 0
29-
uses: peter-evans/create-issue-from-file@433e51abf769039ee20ba1293a088ca19d573b7f # v4.0.1
29+
uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5.0.0
3030
with:
3131
title: Link Checker Report
3232
content-filepath: ./lychee/out.md

.github/workflows/build-artifacts.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
compute-large: ${{ steps.setup-outputs.outputs.compute-large }}
2626
compute-xl: ${{ steps.setup-outputs.outputs.compute-xl }}
2727
steps:
28-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
28+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2929
- id: setup-outputs
3030
name: Setup outputs
3131
run: ./.github/scripts/get_runner_classes.sh
@@ -52,7 +52,7 @@ jobs:
5252
- name: Fetch Secrets
5353
if: ${{ endsWith(github.repository, '-enterprise') }}
5454
id: secrets
55-
uses: hashicorp/vault-action@v2.5.0
55+
uses: hashicorp/vault-action@v3
5656
with:
5757
url: ${{ steps.vault-auth.outputs.addr }}
5858
caCertificate: ${{ steps.vault-auth.outputs.ca_certificate }}
@@ -61,14 +61,14 @@ jobs:
6161
kv/data/github/${{ github.repository }}/dockerhub username | DOCKERHUB_USERNAME;
6262
kv/data/github/${{ github.repository }}/dockerhub token | DOCKERHUB_TOKEN;
6363
64-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
64+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
6565

6666
# NOTE: ENT specific step as we need to set elevated GitHub permissions.
6767
- name: Setup Git
6868
if: ${{ endsWith(github.repository, '-enterprise') }}
6969
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
7070

71-
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
71+
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
7272
with:
7373
go-version: ${{ needs.get-go-version.outputs.go-version }}
7474

@@ -83,17 +83,17 @@ jobs:
8383
echo "GITHUB_BUILD_URL=${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_ENV
8484
8585
- name: Set up Docker Buildx
86-
uses: docker/setup-buildx-action@2a1a44ac4aa01993040736bd95bb470da1a38365 # v2.9.0
86+
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
8787

8888
# NOTE: conditional specific logic as we store secrets in Vault in ENT and use GHA secrets in CE.
8989
- name: Login to Docker Hub
90-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
90+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
9191
with:
9292
username: ${{ endsWith(github.repository, '-enterprise') && steps.secrets.outputs.DOCKERHUB_USERNAME || secrets.DOCKERHUB_USERNAME }}
9393
password: ${{ endsWith(github.repository, '-enterprise') && steps.secrets.outputs.DOCKERHUB_TOKEN || secrets.DOCKERHUB_TOKEN }}
9494

9595
- name: Docker build and push
96-
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
96+
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
9797
with:
9898
context: ./bin
9999
file: ./build-support/docker/Consul-Dev.dockerfile

.github/workflows/build-distros.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
compute-large: ${{ steps.setup-outputs.outputs.compute-large }}
3232
compute-xl: ${{ steps.setup-outputs.outputs.compute-xl }}
3333
steps:
34-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
34+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
3535
- id: setup-outputs
3636
name: Setup outputs
3737
run: ./.github/scripts/get_runner_classes.sh
@@ -60,14 +60,14 @@ jobs:
6060
XC_OS: "freebsd linux windows"
6161
runs-on: ${{ fromJSON(needs.setup.outputs.compute-xl) }}
6262
steps:
63-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
63+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
6464

6565
# NOTE: This step is specifically needed for ENT. It allows us to access the required private HashiCorp repos.
6666
- name: Setup Git
6767
if: ${{ endsWith(github.repository, '-enterprise') }}
6868
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
6969

70-
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
70+
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
7171
with:
7272
go-version: ${{ needs.get-go-version.outputs.go-version }}
7373
- name: Build
@@ -85,14 +85,14 @@ jobs:
8585
XC_OS: "darwin freebsd linux solaris windows"
8686
runs-on: ${{ fromJSON(needs.setup.outputs.compute-xl) }}
8787
steps:
88-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
88+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
8989

9090
# NOTE: This step is specifically needed for ENT. It allows us to access the required private HashiCorp repos.
9191
- name: Setup Git
9292
if: ${{ endsWith(github.repository, '-enterprise') }}
9393
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
9494

95-
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
95+
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
9696
with:
9797
go-version: ${{ needs.get-go-version.outputs.go-version }}
9898
- name: Build
@@ -111,15 +111,15 @@ jobs:
111111
CGO_ENABLED: 1
112112
GOOS: linux
113113
steps:
114-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
114+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
115115

116116
# NOTE: This step is specifically needed for ENT. It allows us to access the required private HashiCorp repos.
117117
- name: Setup Git
118118
if: ${{ endsWith(github.repository, '-enterprise') }}
119119
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
120120

121121

122-
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
122+
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
123123
with:
124124
go-version: ${{ needs.get-go-version.outputs.go-version }}
125125
- run: |
@@ -138,13 +138,13 @@ jobs:
138138
- check-go-mod
139139
runs-on: ${{ fromJSON(needs.setup.outputs.compute-xl) }}
140140
steps:
141-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
141+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
142142

143143
# NOTE: This step is specifically needed for ENT. It allows us to access the required private HashiCorp repos.
144144
- name: Setup Git
145145
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
146146

147-
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
147+
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
148148
with:
149149
go-version: ${{ needs.get-go-version.outputs.go-version }}
150150
- name: Build

.github/workflows/build.yml

+27-27
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
pre-version: ${{ steps.set-product-version.outputs.prerelease-product-version }}
3131
shared-ldflags: ${{ steps.shared-ldflags.outputs.shared-ldflags }}
3232
steps:
33-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
33+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
3434
# action-set-product-version implicitly sets fields like 'product-version' using version/VERSION
3535
# https://github.com/hashicorp/actions-set-product-version
3636
- name: set product version
3737
id: set-product-version
38-
uses: hashicorp/actions-set-product-version@v1
38+
uses: hashicorp/actions-set-product-version@v2
3939
- name: get product version
4040
id: get-product-version
4141
run: |
@@ -70,15 +70,15 @@ jobs:
7070
filepath: ${{ steps.generate-metadata-file.outputs.filepath }}
7171
steps:
7272
- name: 'Checkout directory'
73-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
73+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
7474
- name: Generate metadata file
7575
id: generate-metadata-file
7676
uses: hashicorp/actions-generate-metadata@v1
7777
with:
7878
version: ${{ needs.set-product-version.outputs.product-version }}
7979
product: ${{ env.PKG_NAME }}
8080

81-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
81+
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
8282
with:
8383
name: metadata.json
8484
path: ${{ steps.generate-metadata-file.outputs.filepath }}
@@ -104,10 +104,10 @@ jobs:
104104

105105
name: Go ${{ needs.get-go-version.outputs.go-version }} ${{ matrix.goos }} ${{ matrix.goarch }} build
106106
steps:
107-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
107+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
108108

109109
- name: Setup with node and yarn
110-
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
110+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
111111
with:
112112
node-version: '18'
113113
cache: 'yarn'
@@ -179,13 +179,13 @@ jobs:
179179
echo "RPM_PACKAGE=$(basename out/*.rpm)" >> $GITHUB_ENV
180180
echo "DEB_PACKAGE=$(basename out/*.deb)" >> $GITHUB_ENV
181181
182-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
182+
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
183183
if: ${{ matrix.goos == 'linux' }}
184184
with:
185185
name: ${{ env.RPM_PACKAGE }}
186186
path: out/${{ env.RPM_PACKAGE }}
187187

188-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
188+
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
189189
if: ${{ matrix.goos == 'linux' }}
190190
with:
191191
name: ${{ env.DEB_PACKAGE }}
@@ -205,10 +205,10 @@ jobs:
205205

206206
name: Go ${{ needs.get-go-version.outputs.go-version }} ${{ matrix.goos }} ${{ matrix.goarch }} build
207207
steps:
208-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
208+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
209209

210210
- name: Setup with node and yarn
211-
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
211+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
212212
with:
213213
node-version: '18'
214214
cache: 'yarn'
@@ -259,10 +259,10 @@ jobs:
259259

260260
name: Go ${{ needs.get-go-version.outputs.go-version }} ${{ matrix.goos }} ${{ matrix.goarch }} build
261261
steps:
262-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
262+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
263263

264264
- name: Setup with node and yarn
265-
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
265+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
266266
with:
267267
node-version: '18'
268268
cache: 'yarn'
@@ -316,7 +316,7 @@ jobs:
316316
version: ${{needs.set-product-version.outputs.product-version}}
317317

318318
steps:
319-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
319+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
320320

321321
# Strip everything but MAJOR.MINOR from the version string and add a `-dev` suffix
322322
# This naming convention will be used ONLY for per-commit dev images
@@ -328,7 +328,7 @@ jobs:
328328
echo "minor_dev_tag=$(echo ${{ env.version }}| sed -E 's/([0-9]+\.[0-9]+)\.[0-9]+(-[0-9a-zA-Z\+\.]+)?$/\1\2/')" >> $GITHUB_ENV
329329
330330
- name: Docker Build (Action)
331-
uses: hashicorp/actions-docker-build@v1
331+
uses: hashicorp/actions-docker-build@v2
332332
with:
333333
version: ${{env.version}}
334334
target: default
@@ -354,7 +354,7 @@ jobs:
354354
version: ${{needs.set-product-version.outputs.product-version}}
355355

356356
steps:
357-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
357+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
358358

359359
# Strip everything but MAJOR.MINOR from the version string and add a `-dev` suffix
360360
# This naming convention will be used ONLY for per-commit dev images
@@ -365,7 +365,7 @@ jobs:
365365
echo "minor_dev_tag=$(echo ${{ env.version }}| sed -E 's/([0-9]+\.[0-9]+)\.[0-9]+(-[0-9a-zA-Z\+\.]+)?$/\1\2/')"
366366
echo "minor_dev_tag=$(echo ${{ env.version }}| sed -E 's/([0-9]+\.[0-9]+)\.[0-9]+(-[0-9a-zA-Z\+\.]+)?$/\1\2/')" >> $GITHUB_ENV
367367
368-
- uses: hashicorp/actions-docker-build@v1
368+
- uses: hashicorp/actions-docker-build@v2
369369
with:
370370
version: ${{env.version}}
371371
target: ubi
@@ -400,17 +400,17 @@ jobs:
400400

401401
name: Verify ${{ matrix.arch }} linux binary
402402
steps:
403-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
403+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
404404
if: ${{ endsWith(github.repository, '-enterprise') || matrix.arch != 's390x' }}
405405

406406
- name: Download ${{ matrix.arch }} zip
407407
if: ${{ endsWith(github.repository, '-enterprise') || matrix.arch != 's390x' }}
408-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
408+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
409409
with:
410410
name: ${{ env.zip_name }}
411411

412412
- name: Set up QEMU
413-
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0
413+
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
414414
if: ${{ matrix.arch == 'arm' || matrix.arch == 'arm64' }}
415415
with:
416416
# this should be a comma-separated string as opposed to an array
@@ -433,10 +433,10 @@ jobs:
433433

434434
name: Verify amd64 darwin binary
435435
steps:
436-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
436+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
437437

438438
- name: Download amd64 darwin zip
439-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
439+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
440440
with:
441441
name: ${{ env.zip_name }}
442442

@@ -464,7 +464,7 @@ jobs:
464464

465465
name: Verify ${{ matrix.arch }} debian package
466466
steps:
467-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
467+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
468468

469469
- name: Set package version
470470
run: |
@@ -475,12 +475,12 @@ jobs:
475475
echo "pkg_name=consul_${{ env.pkg_version }}-1_${{ matrix.arch }}.deb" >> $GITHUB_ENV
476476
477477
- name: Download workflow artifacts
478-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
478+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
479479
with:
480480
name: ${{ env.pkg_name }}
481481

482482
- name: Set up QEMU
483-
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0
483+
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
484484
with:
485485
platforms: all
486486

@@ -505,7 +505,7 @@ jobs:
505505

506506
name: Verify ${{ matrix.arch }} rpm
507507
steps:
508-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
508+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
509509

510510
- name: Set package version
511511
run: |
@@ -516,12 +516,12 @@ jobs:
516516
echo "pkg_name=consul-${{ env.pkg_version }}-1.${{ matrix.arch }}.rpm" >> $GITHUB_ENV
517517
518518
- name: Download workflow artifacts
519-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
519+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
520520
with:
521521
name: ${{ env.pkg_name }}
522522

523523
- name: Set up QEMU
524-
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0
524+
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
525525
with:
526526
platforms: all
527527

.github/workflows/changelog-checker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
25+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2626
with:
2727
ref: ${{ github.event.pull_request.head.sha }}
2828
fetch-depth: 0 # by default the checkout action doesn't checkout all branches

.github/workflows/embedded-asset-checker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: "! ( contains(github.event.pull_request.labels.*.name, 'pr/update-ui-assets') || github.event.pull_request.user.login == 'hc-github-team-consul-core' )"
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
23+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2424
with:
2525
ref: ${{ github.event.pull_request.head.sha }}
2626
fetch-depth: 0 # by default the checkout action doesn't checkout all branches

0 commit comments

Comments
 (0)