|
31 | 31 | stream-connection: ${{ steps.filter.outputs.stream-connection }} |
32 | 32 | stream-instance: ${{ steps.filter.outputs.stream-instance }} |
33 | 33 | steps: |
34 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 34 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
35 | 35 | if: ${{ github.event_name == 'push' }} |
36 | 36 | - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 |
37 | 37 | id: filter |
|
80 | 80 | if: ${{ needs.change-detection.outputs.access-list-api-key == 'true' }} |
81 | 81 | runs-on: ubuntu-latest |
82 | 82 | steps: |
83 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 83 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
84 | 84 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
85 | 85 | with: |
86 | 86 | go-version-file: 'cfn-resources/go.mod' |
@@ -118,7 +118,7 @@ jobs: |
118 | 118 | if: ${{ needs.change-detection.outputs.alert-configuration == 'true' }} |
119 | 119 | runs-on: ubuntu-latest |
120 | 120 | steps: |
121 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 121 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
122 | 122 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
123 | 123 | with: |
124 | 124 | go-version-file: 'cfn-resources/go.mod' |
@@ -158,7 +158,7 @@ jobs: |
158 | 158 | if: ${{ needs.change-detection.outputs.api-key == 'true' }} |
159 | 159 | runs-on: ubuntu-latest |
160 | 160 | steps: |
161 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 161 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
162 | 162 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
163 | 163 | with: |
164 | 164 | go-version-file: 'cfn-resources/go.mod' |
@@ -199,7 +199,7 @@ jobs: |
199 | 199 | if: ${{ needs.change-detection.outputs.auditing == 'true' }} |
200 | 200 | runs-on: ubuntu-latest |
201 | 201 | steps: |
202 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 202 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
203 | 203 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
204 | 204 | with: |
205 | 205 | go-version-file: 'cfn-resources/go.mod' |
@@ -242,7 +242,7 @@ jobs: |
242 | 242 | if: ${{ needs.change-detection.outputs.cloud-backup-restore-jobs == 'true' }} |
243 | 243 | runs-on: ubuntu-latest |
244 | 244 | steps: |
245 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 245 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
246 | 246 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
247 | 247 | with: |
248 | 248 | go-version-file: 'cfn-resources/go.mod' |
@@ -283,7 +283,7 @@ jobs: |
283 | 283 | if: ${{ needs.change-detection.outputs.cluster-outage-simulation == 'true' }} |
284 | 284 | runs-on: ubuntu-latest |
285 | 285 | steps: |
286 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 286 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
287 | 287 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
288 | 288 | with: |
289 | 289 | go-version-file: 'cfn-resources/go.mod' |
@@ -324,7 +324,7 @@ jobs: |
324 | 324 | if: ${{ needs.change-detection.outputs.federated-database-instance == 'true' }} |
325 | 325 | runs-on: ubuntu-latest |
326 | 326 | steps: |
327 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 327 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
328 | 328 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
329 | 329 | with: |
330 | 330 | go-version-file: 'cfn-resources/go.mod' |
@@ -365,7 +365,7 @@ jobs: |
365 | 365 | if: ${{ needs.change-detection.outputs.federated-query-limit == 'true' }} |
366 | 366 | runs-on: ubuntu-latest |
367 | 367 | steps: |
368 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 368 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
369 | 369 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
370 | 370 | with: |
371 | 371 | go-version-file: 'cfn-resources/go.mod' |
@@ -406,7 +406,7 @@ jobs: |
406 | 406 | if: ${{ needs.change-detection.outputs.online-archive == 'true' }} |
407 | 407 | runs-on: ubuntu-latest |
408 | 408 | steps: |
409 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 409 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
410 | 410 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
411 | 411 | with: |
412 | 412 | go-version-file: 'cfn-resources/go.mod' |
@@ -446,7 +446,7 @@ jobs: |
446 | 446 | if: ${{ needs.change-detection.outputs.organization == 'true' }} |
447 | 447 | runs-on: ubuntu-latest |
448 | 448 | steps: |
449 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 449 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
450 | 450 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
451 | 451 | with: |
452 | 452 | go-version-file: 'cfn-resources/go.mod' |
@@ -488,7 +488,7 @@ jobs: |
488 | 488 | if: ${{ needs.change-detection.outputs.private-endpoint-aws == 'true' }} |
489 | 489 | runs-on: ubuntu-latest |
490 | 490 | steps: |
491 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 491 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
492 | 492 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
493 | 493 | with: |
494 | 494 | go-version-file: 'cfn-resources/go.mod' |
@@ -529,7 +529,7 @@ jobs: |
529 | 529 | if: ${{ needs.change-detection.outputs.private-endpoint-service == 'true' }} |
530 | 530 | runs-on: ubuntu-latest |
531 | 531 | steps: |
532 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 532 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
533 | 533 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
534 | 534 | with: |
535 | 535 | go-version-file: 'cfn-resources/go.mod' |
@@ -570,7 +570,7 @@ jobs: |
570 | 570 | if: ${{ needs.change-detection.outputs.privatelink-endpoint-service-data-federation-online-archive == 'true' }} |
571 | 571 | runs-on: ubuntu-latest |
572 | 572 | steps: |
573 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 573 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
574 | 574 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
575 | 575 | with: |
576 | 576 | go-version-file: 'cfn-resources/go.mod' |
@@ -611,7 +611,7 @@ jobs: |
611 | 611 | if: ${{ needs.change-detection.outputs.project == 'true' }} |
612 | 612 | runs-on: ubuntu-latest |
613 | 613 | steps: |
614 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 614 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
615 | 615 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
616 | 616 | with: |
617 | 617 | go-version-file: 'cfn-resources/go.mod' |
@@ -653,7 +653,7 @@ jobs: |
653 | 653 | if: ${{ needs.change-detection.outputs.resource-policy == 'true' }} |
654 | 654 | runs-on: ubuntu-latest |
655 | 655 | steps: |
656 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 656 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
657 | 657 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
658 | 658 | with: |
659 | 659 | go-version-file: 'cfn-resources/go.mod' |
@@ -696,7 +696,7 @@ jobs: |
696 | 696 | if: ${{ needs.change-detection.outputs.search-deployment == 'true' }} |
697 | 697 | runs-on: ubuntu-latest |
698 | 698 | steps: |
699 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 699 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
700 | 700 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
701 | 701 | with: |
702 | 702 | go-version-file: 'cfn-resources/go.mod' |
@@ -736,7 +736,7 @@ jobs: |
736 | 736 | if: ${{ needs.change-detection.outputs. serverless-private-endpoint == 'true' }} |
737 | 737 | runs-on: ubuntu-latest |
738 | 738 | steps: |
739 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 739 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
740 | 740 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
741 | 741 | with: |
742 | 742 | go-version-file: 'cfn-resources/go.mod' |
@@ -778,7 +778,7 @@ jobs: |
778 | 778 | if: ${{ needs.change-detection.outputs.stream-connection == 'true' }} |
779 | 779 | runs-on: ubuntu-latest |
780 | 780 | steps: |
781 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 781 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
782 | 782 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
783 | 783 | with: |
784 | 784 | go-version-file: 'cfn-resources/go.mod' |
@@ -821,7 +821,7 @@ jobs: |
821 | 821 | if: ${{ needs.change-detection.outputs.stream-instance == 'true' }} |
822 | 822 | runs-on: ubuntu-latest |
823 | 823 | steps: |
824 | | - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 824 | + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 |
825 | 825 | - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 |
826 | 826 | with: |
827 | 827 | go-version-file: 'cfn-resources/go.mod' |
|
0 commit comments