From 6c3034004ee7a773c1dcb6fc73903cb15c99715d Mon Sep 17 00:00:00 2001 From: Tina Murimi Date: Fri, 13 Sep 2024 17:17:12 +0300 Subject: [PATCH] Remove redundant 'git checkout' (#191) --- .github/workflows/sdl-compliance-pipeline.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/sdl-compliance-pipeline.yml b/.github/workflows/sdl-compliance-pipeline.yml index 04ef969..6291fac 100644 --- a/.github/workflows/sdl-compliance-pipeline.yml +++ b/.github/workflows/sdl-compliance-pipeline.yml @@ -45,9 +45,6 @@ jobs: # a pull request then we can checkout the head. fetch-depth: 2 - - run: git checkout HEAD^2 - if: ${{ github.event_name == 'pull_request' }} - # https://github.com/marketplace/actions/setup-msbuild#specifying-msbuild-architecture-optional - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v2