Skip to content

Commit d5d7f2a

Browse files
chore(deps): update all github action (main) (major) (cloudnative-pg#10581)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed882c2 commit d5d7f2a

5 files changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/continuous-delivery.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ jobs:
434434
-
435435
name: Install cosign
436436
if: env.SIGN_IMAGES == 'true'
437-
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
437+
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
438438
# See https://github.blog/security/supply-chain-security/safeguard-container-signing-capability-actions/
439439
# and https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml for more details on
440440
# how to use cosign.
@@ -919,7 +919,7 @@ jobs:
919919
install /tmp/k3d /usr/local/bin/k3d
920920
k3d version
921921
- name: Install kubectl
922-
uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4.0.1
922+
uses: azure/setup-kubectl@829323503d1be3d00ca8346e5391ca0b07a9ab0d # v5.1.0
923923
with:
924924
version: ${{ env.K8S_VERSION }}
925925
- name: Prepare patch for customization
@@ -1037,12 +1037,12 @@ jobs:
10371037
steps:
10381038
-
10391039
name: Azure Login
1040-
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
1040+
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3
10411041
with:
10421042
creds: ${{ secrets.AZURE_CREDENTIALS }}
10431043
-
10441044
name: Create AKS shared resources
1045-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
1045+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
10461046
id: setup
10471047
with:
10481048
timeout_minutes: 10
@@ -1122,7 +1122,7 @@ jobs:
11221122
check-latest: true
11231123
-
11241124
name: Prepare the environment
1125-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
1125+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
11261126
with:
11271127
timeout_seconds: 300
11281128
max_attempts: 3
@@ -1131,7 +1131,7 @@ jobs:
11311131
sudo apt-get install -y gettext-base
11321132
-
11331133
name: Install ginkgo
1134-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
1134+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
11351135
with:
11361136
timeout_minutes: 1
11371137
max_attempts: 3
@@ -1148,17 +1148,17 @@ jobs:
11481148
password: ${{ env.REGISTRY_PASSWORD }}
11491149
-
11501150
name: Azure Login
1151-
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
1151+
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3
11521152
with:
11531153
creds: ${{ secrets.AZURE_CREDENTIALS }}
11541154
-
11551155
name: Install kubectl
1156-
uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4
1156+
uses: azure/setup-kubectl@829323503d1be3d00ca8346e5391ca0b07a9ab0d # v5
11571157
with:
11581158
version: v${{ env.K8S_VERSION }}
11591159
-
11601160
name: Create AKS cluster
1161-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
1161+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
11621162
with:
11631163
timeout_minutes: 10
11641164
max_attempts: 3
@@ -1204,7 +1204,7 @@ jobs:
12041204
# use rook to get the small PV we use in the tests.
12051205
# It can still take a while to deploy rook.
12061206
name: Set up Rook
1207-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
1207+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
12081208
with:
12091209
timeout_minutes: 27
12101210
max_attempts: 1
@@ -1389,13 +1389,13 @@ jobs:
13891389
-
13901390
name: Azure Login
13911391
if: always()
1392-
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
1392+
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3
13931393
with:
13941394
creds: ${{ secrets.AZURE_CREDENTIALS }}
13951395
-
13961396
name: Teardown AKS shared resources
13971397
if: always()
1398-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
1398+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
13991399
with:
14001400
timeout_minutes: 5
14011401
max_attempts: 3
@@ -1480,7 +1480,7 @@ jobs:
14801480
password: ${{ env.REGISTRY_PASSWORD }}
14811481
-
14821482
name: Prepare the environment
1483-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
1483+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
14841484
with:
14851485
timeout_seconds: 300
14861486
max_attempts: 3
@@ -1489,7 +1489,7 @@ jobs:
14891489
sudo apt-get install -y gettext-base
14901490
-
14911491
name: Install ginkgo
1492-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
1492+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
14931493
with:
14941494
timeout_minutes: 1
14951495
max_attempts: 3
@@ -1505,7 +1505,7 @@ jobs:
15051505
aws-region: ${{ env.AWS_REGION }}
15061506
-
15071507
name: Install eksctl
1508-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
1508+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
15091509
with:
15101510
timeout_minutes: 1
15111511
max_attempts: 3
@@ -1557,7 +1557,7 @@ jobs:
15571557
kubectl get storageclass
15581558
-
15591559
name: Setup Velero
1560-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
1560+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
15611561
env:
15621562
# renovate: datasource=github-releases depName=vmware-tanzu/velero
15631563
VELERO_VERSION: "v1.18.0"
@@ -1868,7 +1868,7 @@ jobs:
18681868
password: ${{ env.REGISTRY_PASSWORD }}
18691869
-
18701870
name: Prepare the environment
1871-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
1871+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
18721872
with:
18731873
timeout_seconds: 300
18741874
max_attempts: 3
@@ -1877,7 +1877,7 @@ jobs:
18771877
sudo apt-get install -y gettext-base
18781878
-
18791879
name: Install ginkgo
1880-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
1880+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4
18811881
with:
18821882
timeout_seconds: 120
18831883
max_attempts: 3

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
108108

109109
- name: Check for changes
110-
uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3
110+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
111111
id: filter
112112
# Remember to add new folders in the operator-changed filter if needed
113113
with:
@@ -650,7 +650,7 @@ jobs:
650650
if: |
651651
env.SIGN_IMAGES == 'true' &&
652652
env.PUSH == 'true'
653-
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
653+
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
654654
# See https://github.blog/security/supply-chain-security/safeguard-container-signing-capability-actions/
655655
# and https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml for more details on
656656
# how to use cosign.

.github/workflows/k8s-versions-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: github.event.inputs.limit == null || github.event.inputs.limit == 'eks'
4747
-
4848
name: Azure Login
49-
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
49+
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3
5050
with:
5151
creds: ${{ secrets.AZURE_CREDENTIALS }}
5252
if: github.event.inputs.limit == null || github.event.inputs.limit == 'aks'

.github/workflows/pr_verify_linked_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
pull-requests: write
3636
steps:
3737
- name: Verify Linked Issue
38-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
38+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
3939
with:
4040
script: |
4141
const marker = '<!-- verify-linked-issue -->';

.github/workflows/release-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
"/src/docs/src/${FILE}"
8585
-
8686
name: Install cosign
87-
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
87+
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
8888
# See https://github.blog/security/supply-chain-security/safeguard-container-signing-capability-actions/
8989
# and https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml for more details on
9090
# how to use cosign.
@@ -97,7 +97,7 @@ jobs:
9797
--bundle "releases/cnpg-${VERSION}.sigstore.json" --yes
9898
-
9999
name: Release
100-
uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2
100+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
101101
with:
102102
body_path: release_notes.md
103103
draft: false
@@ -257,7 +257,7 @@ jobs:
257257
targets: "default"
258258
-
259259
name: Install cosign
260-
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
260+
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
261261
# See https://github.blog/security/supply-chain-security/safeguard-container-signing-capability-actions/
262262
# and https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml for more details on
263263
# how to use cosign.

0 commit comments

Comments
 (0)