diff --git a/.github/workflows/apex.yml b/.github/workflows/apex.yml index d66354ef1f4..d9e5b85a9e6 100644 --- a/.github/workflows/apex.yml +++ b/.github/workflows/apex.yml @@ -50,7 +50,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -198,7 +198,7 @@ jobs: # TF_ENV: ${{ matrix.environment }} # steps: # - name: Checkout Repository -# uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 +# uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials @@ -236,7 +236,7 @@ jobs: # name: ${{ github.workflow }}-${{ matrix.environment }} # steps: # - name: Checkout Repository -# uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 +# uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials diff --git a/.github/workflows/awsnuke.yml b/.github/workflows/awsnuke.yml index c774c0f101a..9b4ac39a7fb 100644 --- a/.github/workflows/awsnuke.yml +++ b/.github/workflows/awsnuke.yml @@ -63,7 +63,7 @@ jobs: needs: setup-prerequisites steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${ACCOUNT_NAME}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -140,7 +140,7 @@ jobs: needs: setup-prerequisites steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${ACCOUNT_NAME}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: Setup Nuke Account String diff --git a/.github/workflows/ccms-ebs.yml b/.github/workflows/ccms-ebs.yml index 76c30d570c3..bf84d6c0767 100644 --- a/.github/workflows/ccms-ebs.yml +++ b/.github/workflows/ccms-ebs.yml @@ -52,7 +52,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -93,7 +93,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -128,7 +128,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -166,7 +166,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -203,7 +203,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -241,7 +241,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/code-scanning.yml b/.github/workflows/code-scanning.yml index b3a1ca7e3eb..17af53a8c04 100644 --- a/.github/workflows/code-scanning.yml +++ b/.github/workflows/code-scanning.yml @@ -19,7 +19,7 @@ jobs: - ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 with: token: '${{ secrets.GITHUB_TOKEN }}' fetch-depth: 0 @@ -50,7 +50,7 @@ jobs: security-events: write steps: - name: Clone repo - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 with: token: '${{ secrets.GITHUB_TOKEN }}' fetch-depth: 0 @@ -72,7 +72,7 @@ jobs: security-events: write steps: - name: Checkout repo - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 with: token: '${{ secrets.GITHUB_TOKEN }}' fetch-depth: 0 diff --git a/.github/workflows/data-and-insights-wepi.yml b/.github/workflows/data-and-insights-wepi.yml index 9176adc7575..0331265458b 100644 --- a/.github/workflows/data-and-insights-wepi.yml +++ b/.github/workflows/data-and-insights-wepi.yml @@ -50,7 +50,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -199,7 +199,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -237,7 +237,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/data-platform.yml b/.github/workflows/data-platform.yml index 10abc4202f9..6ee102b51b9 100644 --- a/.github/workflows/data-platform.yml +++ b/.github/workflows/data-platform.yml @@ -50,7 +50,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/delius-core.yml b/.github/workflows/delius-core.yml index 2416abf881a..95e3b02a8c0 100644 --- a/.github/workflows/delius-core.yml +++ b/.github/workflows/delius-core.yml @@ -50,7 +50,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -198,7 +198,7 @@ jobs: # TF_ENV: ${{ matrix.environment }} # steps: # - name: Checkout Repository - # uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + # uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials @@ -236,7 +236,7 @@ jobs: # name: ${{ github.workflow }}-${{ matrix.environment }} # steps: # - name: Checkout Repository - # uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + # uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials diff --git a/.github/workflows/delius-iaps.yml b/.github/workflows/delius-iaps.yml index eb85adc97a3..d8a982691a3 100644 --- a/.github/workflows/delius-iaps.yml +++ b/.github/workflows/delius-iaps.yml @@ -50,7 +50,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -198,7 +198,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -236,7 +236,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/delius-jitbit.yml b/.github/workflows/delius-jitbit.yml index 7eb1904f6ab..dc0cff0256d 100644 --- a/.github/workflows/delius-jitbit.yml +++ b/.github/workflows/delius-jitbit.yml @@ -50,7 +50,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -198,7 +198,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -236,7 +236,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/digital-prison-reporting.yml b/.github/workflows/digital-prison-reporting.yml index ec3b62e2658..0c11090d944 100644 --- a/.github/workflows/digital-prison-reporting.yml +++ b/.github/workflows/digital-prison-reporting.yml @@ -50,7 +50,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -198,7 +198,7 @@ jobs: # TF_ENV: ${{ matrix.environment }} # steps: # - name: Checkout Repository -# uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 +# uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials @@ -236,7 +236,7 @@ jobs: # name: ${{ github.workflow }}-${{ matrix.environment }} # steps: # - name: Checkout Repository -# uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 +# uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials diff --git a/.github/workflows/equip.yml b/.github/workflows/equip.yml index 501003aafc8..6138aae3ef0 100644 --- a/.github/workflows/equip.yml +++ b/.github/workflows/equip.yml @@ -50,7 +50,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -198,7 +198,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -236,7 +236,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 64bce57a52b..b5cb984c14c 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -49,7 +49,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -87,7 +87,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -122,7 +122,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -160,7 +160,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/format-code.yml b/.github/workflows/format-code.yml index 4bb6e2c711b..6d9969db1b4 100644 --- a/.github/workflows/format-code.yml +++ b/.github/workflows/format-code.yml @@ -11,7 +11,7 @@ jobs: contents: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - uses: ministryofjustice/github-actions/code-formatter@d9a5f75c10cd50abd5f312ab9f4bab5826e4fedf # v11 with: ignore-files: "README.md" diff --git a/.github/workflows/generate-dependabot-file.yml b/.github/workflows/generate-dependabot-file.yml index 92b697cb908..1182593dd31 100644 --- a/.github/workflows/generate-dependabot-file.yml +++ b/.github/workflows/generate-dependabot-file.yml @@ -24,7 +24,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Generate file run: bash ./scripts/generate-dependabot-file.sh - name: Commit changes to GitHub diff --git a/.github/workflows/laa-oem.yml b/.github/workflows/laa-oem.yml index d903bab375f..1892a12f0fe 100644 --- a/.github/workflows/laa-oem.yml +++ b/.github/workflows/laa-oem.yml @@ -52,7 +52,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.1.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -91,7 +91,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.1.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -126,7 +126,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -164,7 +164,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/long-term-storage.yml b/.github/workflows/long-term-storage.yml index a2b92307c40..9de6dfcf080 100644 --- a/.github/workflows/long-term-storage.yml +++ b/.github/workflows/long-term-storage.yml @@ -50,7 +50,7 @@ jobs: # TF_ENV: ${{ matrix.environment }} # steps: # - name: Checkout Repository - # uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.1.0 + # uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.1.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: # name: ${{ github.workflow }}-${{ matrix.environment }} # steps: # - name: Checkout Repository - # uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.1.0 + # uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.1.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: # TF_ENV: ${{ matrix.environment }} # steps: # - name: Checkout Repository - # uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + # uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: # name: ${{ github.workflow }}-${{ matrix.environment }} # steps: # - name: Checkout Repository - # uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + # uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials @@ -198,7 +198,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.1.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.1.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -236,7 +236,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.1.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.1.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/maatdb.yml b/.github/workflows/maatdb.yml index e708d44fd8e..ed770b350b2 100644 --- a/.github/workflows/maatdb.yml +++ b/.github/workflows/maatdb.yml @@ -50,7 +50,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -198,7 +198,7 @@ jobs: # TF_ENV: ${{ matrix.environment }} # steps: # - name: Checkout Repository -# uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 +# uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials @@ -236,7 +236,7 @@ jobs: # name: ${{ github.workflow }}-${{ matrix.environment }} # steps: # - name: Checkout Repository -# uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 +# uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials diff --git a/.github/workflows/mlra.yml b/.github/workflows/mlra.yml index a8c2fbee6d9..a1d729b1b9c 100644 --- a/.github/workflows/mlra.yml +++ b/.github/workflows/mlra.yml @@ -50,7 +50,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -198,7 +198,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -236,7 +236,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/nuke-redeploy.yml b/.github/workflows/nuke-redeploy.yml index b70baee7b28..a253941e6a0 100644 --- a/.github/workflows/nuke-redeploy.yml +++ b/.github/workflows/nuke-redeploy.yml @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${ACCOUNT_NAME}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/oas.yml b/.github/workflows/oas.yml index e10f3f93c93..6db18747670 100644 --- a/.github/workflows/oas.yml +++ b/.github/workflows/oas.yml @@ -50,7 +50,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.1.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.1.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.1.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.1.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -198,7 +198,7 @@ jobs: # TF_ENV: ${{ matrix.environment }} # steps: # - name: Checkout Repository -# uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.1.0 +# uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.1.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials @@ -236,7 +236,7 @@ jobs: # name: ${{ github.workflow }}-${{ matrix.environment }} # steps: # - name: Checkout Repository -# uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.1.0 +# uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.1.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials diff --git a/.github/workflows/oasys.yml b/.github/workflows/oasys.yml index 7d0589dc4ca..bb2249443c2 100644 --- a/.github/workflows/oasys.yml +++ b/.github/workflows/oasys.yml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -82,7 +82,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -119,7 +119,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -158,7 +158,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/performance-hub.yml b/.github/workflows/performance-hub.yml index 1110acec073..c5cdaa80b69 100644 --- a/.github/workflows/performance-hub.yml +++ b/.github/workflows/performance-hub.yml @@ -50,7 +50,7 @@ jobs: # TF_ENV: ${{ matrix.environment }} # steps: # - name: Checkout Repository - # uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + # uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: # name: ${{ github.workflow }}-${{ matrix.environment }} # steps: # - name: Checkout Repository - # uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + # uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: # TF_ENV: ${{ matrix.environment }} # steps: # - name: Checkout Repository - # uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + # uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: # name: ${{ github.workflow }}-${{ matrix.environment }} # steps: # - name: Checkout Repository - # uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + # uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials @@ -198,7 +198,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -236,7 +236,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/portal.yml b/.github/workflows/portal.yml index 7f3331e6cd2..51e25b02d6e 100644 --- a/.github/workflows/portal.yml +++ b/.github/workflows/portal.yml @@ -50,7 +50,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -198,7 +198,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -236,7 +236,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/ppud.yml b/.github/workflows/ppud.yml index 5258021f216..5f90bae737d 100644 --- a/.github/workflows/ppud.yml +++ b/.github/workflows/ppud.yml @@ -50,7 +50,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -198,7 +198,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -236,7 +236,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/refer-monitor.yml b/.github/workflows/refer-monitor.yml index 4cf9788c792..866ca2d872e 100644 --- a/.github/workflows/refer-monitor.yml +++ b/.github/workflows/refer-monitor.yml @@ -50,7 +50,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -198,7 +198,7 @@ jobs: # TF_ENV: ${{ matrix.environment }} # steps: # - name: Checkout Repository -# uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 +# uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials @@ -236,7 +236,7 @@ jobs: # name: ${{ github.workflow }}-${{ matrix.environment }} # steps: # - name: Checkout Repository -# uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 +# uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials diff --git a/.github/workflows/reusable_terraform_plan_apply.yml b/.github/workflows/reusable_terraform_plan_apply.yml index 192368408d1..2b9cfe73594 100644 --- a/.github/workflows/reusable_terraform_plan_apply.yml +++ b/.github/workflows/reusable_terraform_plan_apply.yml @@ -93,7 +93,7 @@ jobs: echo "post_plan_to_pr=${{ inputs.post_plan_to_pr }}" - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Get AWS Account Number run: | @@ -202,7 +202,7 @@ jobs: environment: "${{ inputs.application }}-${{ inputs.environment }}" steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Get AWS Account Number run: | diff --git a/.github/workflows/run-opa-tests.yml b/.github/workflows/run-opa-tests.yml index 3ce5c98a079..5dae752b36e 100644 --- a/.github/workflows/run-opa-tests.yml +++ b/.github/workflows/run-opa-tests.yml @@ -17,7 +17,7 @@ jobs: run-opa-policy-tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Install Conftest run: | wget https://github.com/open-policy-agent/conftest/releases/download/v0.21.0/conftest_0.21.0_Linux_x86_64.tar.gz diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 1ef86736f47..d6418a5e9cf 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 with: persist-credentials: false diff --git a/.github/workflows/sprinkler.yml b/.github/workflows/sprinkler.yml index ea5e8bae1f6..14a9732cdbb 100644 --- a/.github/workflows/sprinkler.yml +++ b/.github/workflows/sprinkler.yml @@ -49,7 +49,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -87,7 +87,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -122,7 +122,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -160,7 +160,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/tariff.yml b/.github/workflows/tariff.yml index abe555ad956..8755a3a7a3c 100644 --- a/.github/workflows/tariff.yml +++ b/.github/workflows/tariff.yml @@ -50,7 +50,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -198,7 +198,7 @@ jobs: # TF_ENV: ${{ matrix.environment }} # steps: # - name: Checkout Repository -# uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 +# uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials @@ -236,7 +236,7 @@ jobs: # name: ${{ github.workflow }}-${{ matrix.environment }} # steps: # - name: Checkout Repository -# uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 +# uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 # - name: Set Account Number # run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV # - name: configure aws credentials diff --git a/.github/workflows/terraform-static-analysis.yml b/.github/workflows/terraform-static-analysis.yml index 3bfb3f0caa1..2dbfd04cf37 100644 --- a/.github/workflows/terraform-static-analysis.yml +++ b/.github/workflows/terraform-static-analysis.yml @@ -24,7 +24,7 @@ jobs: if: github.event_name != 'workflow_dispatch' && github.event_name != 'schedule' steps: - name: Checkout - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 with: fetch-depth: 0 - name: Run Analysis @@ -44,7 +44,7 @@ jobs: if: github.event_name == 'workflow_dispatch' steps: - name: Checkout - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 with: fetch-depth: 0 - name: Run Analysis @@ -62,7 +62,7 @@ jobs: if: github.event_name == 'schedule' steps: - name: Checkout - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 with: fetch-depth: 0 - name: Run Analysis diff --git a/.github/workflows/tipstaff.yml b/.github/workflows/tipstaff.yml index 3565766415b..4f1227b72ee 100644 --- a/.github/workflows/tipstaff.yml +++ b/.github/workflows/tipstaff.yml @@ -50,7 +50,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.1.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.1.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -199,7 +199,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.1.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -238,7 +238,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.1.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/tribunals.yml b/.github/workflows/tribunals.yml index 49e09ad22a7..de528ed5a7d 100644 --- a/.github/workflows/tribunals.yml +++ b/.github/workflows/tribunals.yml @@ -50,7 +50,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -89,7 +89,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -124,7 +124,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -162,7 +162,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -198,7 +198,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -236,7 +236,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials diff --git a/.github/workflows/xhibit-portal.yml b/.github/workflows/xhibit-portal.yml index 5ef251c5892..737292b1d28 100644 --- a/.github/workflows/xhibit-portal.yml +++ b/.github/workflows/xhibit-portal.yml @@ -42,7 +42,7 @@ jobs: if: github.ref != 'refs/heads/main' || github.event_name == 'workflow_dispatch' && github.event.inputs.action == 'deploy' # job only runs for pull requests steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -74,7 +74,7 @@ jobs: if: github.ref != 'refs/heads/main' || github.event_name == 'workflow_dispatch' && github.event.inputs.action == 'deploy' steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -111,7 +111,7 @@ jobs: TF_ENV: ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -149,7 +149,7 @@ jobs: name: ${{ github.workflow }}-${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -177,7 +177,7 @@ jobs: if: github.ref == 'refs/heads/main' # job only runs for merges in the main branch steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -208,7 +208,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -238,7 +238,7 @@ jobs: if: github.ref == 'refs/heads/main' # job only runs for merges to the main branch steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials @@ -271,7 +271,7 @@ jobs: name: xhibit-portal-production # put this in if you want to click-to-deploy with a review button in the Github Actions tab steps: - name: Checkout Repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set Account Number run: echo "ACCOUNT_NUMBER=$(jq -r -e --arg account_name "${GITHUB_WORKFLOW}-${TF_ENV}" '.account_ids[$account_name]' <<< $ENVIRONMENT_MANAGEMENT)" >> $GITHUB_ENV - name: configure aws credentials