From a75b339f39de275604a2b5edd2139f01f789230d Mon Sep 17 00:00:00 2001 From: Panos Sakkos Date: Thu, 10 Oct 2024 13:22:38 +0300 Subject: [PATCH] update check-deprecated workflow --- .github/workflows/check-deprecated.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-deprecated.yml b/.github/workflows/check-deprecated.yml index 33a7ea314..ec1f2e6c9 100644 --- a/.github/workflows/check-deprecated.yml +++ b/.github/workflows/check-deprecated.yml @@ -2,7 +2,7 @@ on: pull_request: permissions: - contents: read + contents: read jobs: check_removed_rules: @@ -20,10 +20,10 @@ jobs: pypi.org:443 - name: Checkout panther-analysis uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #v4.2.1 - + - name: Fetch Release run: | - git fetch --depth=1 origin release + git fetch --depth=1 origin develop - name: Set python version uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 #v5.2.0 @@ -39,4 +39,4 @@ jobs: - name: Check for Removed Rules run: | pipenv run make check-deprecated - \ No newline at end of file +