diff --git a/.github/workflows/create-artifact-with-features-files.yml b/.github/workflows/create-artifact-with-features-files.yml index f945398..83a4558 100644 --- a/.github/workflows/create-artifact-with-features-files.yml +++ b/.github/workflows/create-artifact-with-features-files.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout current repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Create artifact uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 diff --git a/.github/workflows/pr-validate-features-files.yml b/.github/workflows/pr-validate-features-files.yml index 8cf1412..4563bfd 100644 --- a/.github/workflows/pr-validate-features-files.yml +++ b/.github/workflows/pr-validate-features-files.yml @@ -20,13 +20,13 @@ jobs: steps: # Clone repository that's calling this reusable workflow - name: Checkout current repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 2 # Clone the localstack/meta repo to access required Python scripts and JSON schema files - name: Checkout localstack/meta repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: 'localstack/meta' sparse-checkout: | diff --git a/.github/workflows/update-test-durations.yml b/.github/workflows/update-test-durations.yml index db79870..662b713 100644 --- a/.github/workflows/update-test-durations.yml +++ b/.github/workflows/update-test-durations.yml @@ -34,7 +34,7 @@ jobs: name: "Download, merge and publish test durations" runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: path: ${{ inputs.repository-name }}