diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61d1e1626..5d9d39933 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,10 +52,10 @@ jobs: steps: - name: Checkout repository (default ref) if: ${{ github.event.inputs.ref_name == '' }} - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Checkout repository (custom ref) - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 if: ${{ github.event.inputs.ref_name != '' }} with: ref: ${{ github.event.inputs.ref_name }} @@ -108,13 +108,13 @@ jobs: steps: - name: Checkout repository (default ref) if: ${{ github.event.inputs.ref_name == '' }} - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: fetch-depth: 0 - name: Checkout repository (custom ref) if: ${{ github.event.inputs.ref_name != '' }} - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: ref: ${{ github.event.inputs.ref_name }} diff --git a/.github/workflows/clean-gh-actions-cache.yml b/.github/workflows/clean-gh-actions-cache.yml index 0de13e0dc..3de9b3f78 100644 --- a/.github/workflows/clean-gh-actions-cache.yml +++ b/.github/workflows/clean-gh-actions-cache.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Cleanup env: diff --git a/.github/workflows/progress.yml b/.github/workflows/progress.yml index d04ca839c..6fc314174 100644 --- a/.github/workflows/progress.yml +++ b/.github/workflows/progress.yml @@ -13,7 +13,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' && contains(github.event.workflow_run.head_commit.message, 'kata/') }} steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: fetch-depth: 0 ref: ${{ github.event.workflow_run.head_branch }}