From ddacd1eefa58eb63f9744af5e4b450621c737806 Mon Sep 17 00:00:00 2001 From: ccdc-github-admin <62256659+ccdc-github-admin@users.noreply.github.com> Date: Thu, 7 Sep 2023 22:29:55 +0100 Subject: [PATCH] Updated .github/workflows/common_ccdc_status_checks.yml NO_JIRA --- .github/workflows/common_ccdc_status_checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common_ccdc_status_checks.yml b/.github/workflows/common_ccdc_status_checks.yml index 6dd0552..5a65e02 100644 --- a/.github/workflows/common_ccdc_status_checks.yml +++ b/.github/workflows/common_ccdc_status_checks.yml @@ -5,12 +5,12 @@ # To make changes persistent, please mark this repository with update_status_check: false # or make your changes in the github-repository-management/status_check.yml file name: Common CCDC PR Checks -on: [pull_request] # yamllint disable-line rule:truthy +on: [pull_request] # yamllint disable-line rule:truthy jobs: ccdc-commit-hooks-on-pull-request-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} fetch-depth: 0