|
35 | 35 | stream-processor: ${{ steps.filter.outputs.stream-processor }} |
36 | 36 | stream-workspace: ${{ steps.filter.outputs.stream-workspace }} |
37 | 37 | steps: |
38 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 38 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
39 | 39 | if: ${{ github.event_name == 'push' }} |
40 | 40 | - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 |
41 | 41 | id: filter |
|
92 | 92 | if: ${{ needs.change-detection.outputs.access-list-api-key == 'true' }} |
93 | 93 | runs-on: ubuntu-latest |
94 | 94 | steps: |
95 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 95 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
96 | 96 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
97 | 97 | with: |
98 | 98 | go-version-file: 'cfn-resources/go.mod' |
@@ -130,7 +130,7 @@ jobs: |
130 | 130 | if: ${{ needs.change-detection.outputs.alert-configuration == 'true' }} |
131 | 131 | runs-on: ubuntu-latest |
132 | 132 | steps: |
133 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 133 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
134 | 134 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
135 | 135 | with: |
136 | 136 | go-version-file: 'cfn-resources/go.mod' |
@@ -170,7 +170,7 @@ jobs: |
170 | 170 | if: ${{ needs.change-detection.outputs.api-key == 'true' }} |
171 | 171 | runs-on: ubuntu-latest |
172 | 172 | steps: |
173 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 173 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
174 | 174 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
175 | 175 | with: |
176 | 176 | go-version-file: 'cfn-resources/go.mod' |
@@ -211,7 +211,7 @@ jobs: |
211 | 211 | if: ${{ needs.change-detection.outputs.auditing == 'true' }} |
212 | 212 | runs-on: ubuntu-latest |
213 | 213 | steps: |
214 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 214 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
215 | 215 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
216 | 216 | with: |
217 | 217 | go-version-file: 'cfn-resources/go.mod' |
@@ -254,7 +254,7 @@ jobs: |
254 | 254 | if: ${{ needs.change-detection.outputs.backup-compliance-policy == 'true' }} |
255 | 255 | runs-on: ubuntu-latest |
256 | 256 | steps: |
257 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 257 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
258 | 258 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
259 | 259 | with: |
260 | 260 | go-version-file: 'cfn-resources/go.mod' |
@@ -295,7 +295,7 @@ jobs: |
295 | 295 | if: ${{ needs.change-detection.outputs.cloud-backup-restore-jobs == 'true' }} |
296 | 296 | runs-on: ubuntu-latest |
297 | 297 | steps: |
298 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 298 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
299 | 299 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
300 | 300 | with: |
301 | 301 | go-version-file: 'cfn-resources/go.mod' |
@@ -336,7 +336,7 @@ jobs: |
336 | 336 | if: ${{ needs.change-detection.outputs.cluster-outage-simulation == 'true' }} |
337 | 337 | runs-on: ubuntu-latest |
338 | 338 | steps: |
339 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 339 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
340 | 340 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
341 | 341 | with: |
342 | 342 | go-version-file: 'cfn-resources/go.mod' |
@@ -377,7 +377,7 @@ jobs: |
377 | 377 | if: ${{ needs.change-detection.outputs.federated-database-instance == 'true' }} |
378 | 378 | runs-on: ubuntu-latest |
379 | 379 | steps: |
380 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 380 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
381 | 381 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
382 | 382 | with: |
383 | 383 | go-version-file: 'cfn-resources/go.mod' |
@@ -418,7 +418,7 @@ jobs: |
418 | 418 | if: ${{ needs.change-detection.outputs.federated-query-limit == 'true' }} |
419 | 419 | runs-on: ubuntu-latest |
420 | 420 | steps: |
421 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 421 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
422 | 422 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
423 | 423 | with: |
424 | 424 | go-version-file: 'cfn-resources/go.mod' |
@@ -460,7 +460,7 @@ jobs: |
460 | 460 | if: ${{ needs.change-detection.outputs.flex-cluster == 'true' }} |
461 | 461 | runs-on: ubuntu-latest |
462 | 462 | steps: |
463 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 463 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
464 | 464 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
465 | 465 | with: |
466 | 466 | go-version-file: 'cfn-resources/go.mod' |
@@ -501,7 +501,7 @@ jobs: |
501 | 501 | if: ${{ needs.change-detection.outputs.online-archive == 'true' }} |
502 | 502 | runs-on: ubuntu-latest |
503 | 503 | steps: |
504 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 504 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
505 | 505 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
506 | 506 | with: |
507 | 507 | go-version-file: 'cfn-resources/go.mod' |
@@ -541,7 +541,7 @@ jobs: |
541 | 541 | if: ${{ needs.change-detection.outputs.organization == 'true' }} |
542 | 542 | runs-on: ubuntu-latest |
543 | 543 | steps: |
544 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 544 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
545 | 545 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
546 | 546 | with: |
547 | 547 | go-version-file: 'cfn-resources/go.mod' |
@@ -583,7 +583,7 @@ jobs: |
583 | 583 | if: ${{ needs.change-detection.outputs.service-account == 'true' }} |
584 | 584 | runs-on: ubuntu-latest |
585 | 585 | steps: |
586 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 586 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
587 | 587 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
588 | 588 | with: |
589 | 589 | go-version-file: 'cfn-resources/go.mod' |
@@ -624,7 +624,7 @@ jobs: |
624 | 624 | if: ${{ needs.change-detection.outputs.private-endpoint-aws == 'true' }} |
625 | 625 | runs-on: ubuntu-latest |
626 | 626 | steps: |
627 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 627 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
628 | 628 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
629 | 629 | with: |
630 | 630 | go-version-file: 'cfn-resources/go.mod' |
@@ -665,7 +665,7 @@ jobs: |
665 | 665 | if: ${{ needs.change-detection.outputs.private-endpoint-service == 'true' }} |
666 | 666 | runs-on: ubuntu-latest |
667 | 667 | steps: |
668 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 668 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
669 | 669 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
670 | 670 | with: |
671 | 671 | go-version-file: 'cfn-resources/go.mod' |
@@ -706,7 +706,7 @@ jobs: |
706 | 706 | if: ${{ needs.change-detection.outputs.privatelink-endpoint-service-data-federation-online-archive == 'true' }} |
707 | 707 | runs-on: ubuntu-latest |
708 | 708 | steps: |
709 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 709 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
710 | 710 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
711 | 711 | with: |
712 | 712 | go-version-file: 'cfn-resources/go.mod' |
@@ -747,7 +747,7 @@ jobs: |
747 | 747 | if: ${{ needs.change-detection.outputs.project == 'true' }} |
748 | 748 | runs-on: ubuntu-latest |
749 | 749 | steps: |
750 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 750 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
751 | 751 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
752 | 752 | with: |
753 | 753 | go-version-file: 'cfn-resources/go.mod' |
@@ -789,7 +789,7 @@ jobs: |
789 | 789 | if: ${{ needs.change-detection.outputs.resource-policy == 'true' }} |
790 | 790 | runs-on: ubuntu-latest |
791 | 791 | steps: |
792 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 792 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
793 | 793 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
794 | 794 | with: |
795 | 795 | go-version-file: 'cfn-resources/go.mod' |
@@ -832,7 +832,7 @@ jobs: |
832 | 832 | if: ${{ needs.change-detection.outputs.search-deployment == 'true' }} |
833 | 833 | runs-on: ubuntu-latest |
834 | 834 | steps: |
835 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 835 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
836 | 836 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
837 | 837 | with: |
838 | 838 | go-version-file: 'cfn-resources/go.mod' |
@@ -872,7 +872,7 @@ jobs: |
872 | 872 | if: ${{ needs.change-detection.outputs.stream-connection == 'true' }} |
873 | 873 | runs-on: ubuntu-latest |
874 | 874 | steps: |
875 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 875 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
876 | 876 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
877 | 877 | with: |
878 | 878 | go-version-file: 'cfn-resources/go.mod' |
@@ -915,7 +915,7 @@ jobs: |
915 | 915 | if: ${{ needs.change-detection.outputs.stream-instance == 'true' }} |
916 | 916 | runs-on: ubuntu-latest |
917 | 917 | steps: |
918 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 918 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
919 | 919 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
920 | 920 | with: |
921 | 921 | go-version-file: 'cfn-resources/go.mod' |
@@ -953,7 +953,7 @@ jobs: |
953 | 953 | if: ${{ needs.change-detection.outputs.stream-processor == 'true' }} |
954 | 954 | runs-on: ubuntu-latest |
955 | 955 | steps: |
956 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 956 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
957 | 957 | - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 |
958 | 958 | with: |
959 | 959 | go-version-file: 'cfn-resources/go.mod' |
@@ -993,7 +993,7 @@ jobs: |
993 | 993 | if: ${{ needs.change-detection.outputs.stream-workspace == 'true' }} |
994 | 994 | runs-on: ubuntu-latest |
995 | 995 | steps: |
996 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 996 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
997 | 997 | - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c |
998 | 998 | with: |
999 | 999 | go-version-file: 'cfn-resources/go.mod' |
|
0 commit comments