Skip to content

Commit

Permalink
web-685 update eisenhower action to include trigger issue (#686)
Browse files Browse the repository at this point in the history
* web-685 update eisenhower action to include trigger issue

* Updated a dependency version

* Updated Snyk Github action

* Updated Django version

---------

Co-authored-by: giulio-giunta <56529931+giulio-giunta@users.noreply.github.com>
  • Loading branch information
jamesgeddes and giulio-giunta authored Oct 7, 2023
1 parent 04403bb commit 4cef7f6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/eisenhower.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Eisenhower
on:
issues:
types: [opened, edited]
types: [opened, reopened, edited]
jobs:
build:
prioritise:
runs-on: ubuntu-latest
env:
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
GH_REPOSITORY: ${{ github.repository }}
GH_ISSUE_NUMBER: ${{ github.event.issue.number }}
steps:
- name: Run Eisenhower action
uses: GeekZoneHQ/eisenhower@main
uses: GeekZoneHQ/eisenhower@main
4 changes: 2 additions & 2 deletions .github/workflows/snyk.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Snyk workflow
name: Example workflow for Python using Snyk
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/python@master
uses: snyk/actions/python-3.10@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ beautifulsoup4==4.9.3
cached-property==1.5.2
certifi==2023.7.22
chardet==4.0.0
Django==4.2.5
Django==4.2.6
django-environ==0.4.5
django-extensions==3.1.1
django-livereload-server~=0.3
Expand All @@ -22,7 +22,7 @@ soupsieve~=2.2
sqlparse==0.4.4
stripe==5.4.0
tornado==6.3.3
urllib3>=1.26.5
urllib3>=2.0.6
celery==5.2.2
django-clacks>=0.1.0
cookiecutter==2.1.1 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down

0 comments on commit 4cef7f6

Please sign in to comment.