diff --git a/.github/workflows/main-scan.yml b/.github/workflows/main-scan.yml index 3b00893..ad6eaeb 100644 --- a/.github/workflows/main-scan.yml +++ b/.github/workflows/main-scan.yml @@ -20,7 +20,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + - uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install dependencies diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index afedd0c..359a95e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -27,7 +27,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + - uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install dependencies