diff --git a/.github/workflows/email-check.yaml b/.github/workflows/email-check.yaml index d0e5817..0f5cdbe 100644 --- a/.github/workflows/email-check.yaml +++ b/.github/workflows/email-check.yaml @@ -16,7 +16,7 @@ jobs: if: github.repository == 'llvm/llvm-project' steps: - name: Fetch LLVM sources - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml index 32920ff..05657a9 100644 --- a/.github/workflows/pr-code-format.yml +++ b/.github/workflows/pr-code-format.yml @@ -13,7 +13,7 @@ jobs: if: (github.repository == 'llvm/llvm-project' || github.repository == 'intel/llvm') && !contains(github.event.pull_request.labels.*.name, 'disable-lint') steps: - name: Fetch LLVM sources - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: ref: ${{ github.event.pull_request.head.sha }} @@ -35,7 +35,7 @@ jobs: # PR for security reasons as we're using pull_request_target. Checkout # the target branch with the necessary files. - name: Fetch code formatting utils - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: sparse-checkout: | llvm/utils/git/requirements_formatting.txt diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index da8bd86..f7bcfd7 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -33,7 +33,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: persist-credentials: false