diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 89b5627c59d..b078a4efdb6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the source collection (on issue comment) - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: path: "${{ env.source_dir }}" fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: if: ${{ github.event_name == 'issue_comment' }} - name: Checkout the source collection (on other triggering method) - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: path: "${{ env.source_dir }}" fetch-depth: 0 @@ -89,20 +89,20 @@ jobs: name: "${{ matrix.job-id }}" steps: - name: Checkout the source collection (on issue comment) - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: path: "${{ env.source_dir }}" ref: ${{ needs.retrieve-pr-info.outputs.head_ref }} if: ${{ github.event_name == 'issue_comment' }} - name: Checkout the source collection (on other triggering method) - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: path: "${{ env.source_dir }}" if: ${{ github.event_name != 'issue_comment' }} - name: Checkout the amazon.aws collection need to run tests. - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: ansible-collections/amazon.aws ref: ${{ needs.retrieve-pr-info.outputs.base_ref }}