diff --git a/.github/workflows/eisenhower.yml b/.github/workflows/eisenhower.yml index c397b245..5f4d8541 100644 --- a/.github/workflows/eisenhower.yml +++ b/.github/workflows/eisenhower.yml @@ -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 \ No newline at end of file + uses: GeekZoneHQ/eisenhower@main diff --git a/.github/workflows/snyk.yaml b/.github/workflows/snyk.yaml index 1e04c8a5..6f9c1725 100644 --- a/.github/workflows/snyk.yaml +++ b/.github/workflows/snyk.yaml @@ -1,4 +1,4 @@ -name: Snyk workflow +name: Example workflow for Python using Snyk on: push jobs: security: @@ -6,7 +6,7 @@ jobs: 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: diff --git a/requirements.txt b/requirements.txt index 21fdf1f9..500fc558 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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