Skip to content

Commit

Permalink
update check-deprecated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Oct 10, 2024
1 parent abdcc41 commit a75b339
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-deprecated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
pull_request:

permissions:
contents: read
contents: read

jobs:
check_removed_rules:
Expand All @@ -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
Expand All @@ -39,4 +39,4 @@ jobs:
- name: Check for Removed Rules
run: |
pipenv run make check-deprecated

0 comments on commit a75b339

Please sign in to comment.