diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 75ef1cd..bd04a69 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: 'Setup' id: 'setup' @@ -58,7 +58,7 @@ jobs: zip -r ${{ steps.setup.outputs.package_name }} ${{ inputs.package_source }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5 + uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6 with: role-to-assume: arn:aws:iam::${{ inputs.aws_account_id }}:role/github-action-${{ inputs.name }} role-session-name: ${{ inputs.name }}