diff --git a/.github/workflows/build-and-analysis.yml b/.github/workflows/build-and-analysis.yml index 18f3c0ba320f3..e2aec9b36db7f 100644 --- a/.github/workflows/build-and-analysis.yml +++ b/.github/workflows/build-and-analysis.yml @@ -40,7 +40,7 @@ jobs: run: echo C:\Program Files\Git\usr\bin>>"%GITHUB_PATH%" - name: Git Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b with: fetch-depth: 0 @@ -97,7 +97,7 @@ jobs: steps: - name: Git Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - name: Restore Cache uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0c72181facfa8..1b17f0d73cce9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Git Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b with: fetch-depth: 0 @@ -71,7 +71,7 @@ jobs: run: echo C:\Program Files\Git\usr\bin>>"%GITHUB_PATH%" - name: Git Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b with: fetch-depth: 0