diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml deleted file mode 100644 index ed1ff840..00000000 --- a/.github/workflows/pr-checks.yaml +++ /dev/null @@ -1,33 +0,0 @@ -name: Pull request check - -on: - pull_request: - types: - - opened - - reopened - - labeled - - unlabeled - - edit - - synchronize - -env: - POETRY_DYNAMIC_VERSIONING_BYPASS: 0.0.0 - -jobs: - build: - name: Pull request check - runs-on: ubuntu-22.04 - timeout-minutes: 5 - - steps: - - run: pip install --upgrade attrs - - uses: actions/checkout@v3 - - - run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH} - - run: python3 -m pip install --user --pre c2cciutils[pr_checks] - - - name: Check pull request - run: c2cciutils-pull-request-checks - env: - GITHUB_EVENT: ${{ toJson(github) }} - GITHUB_TOKEN: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }} diff --git a/ci/requirements.txt b/ci/requirements.txt index f93cd5df..4b341ab3 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -c2cciutils==1.1.44 +c2cciutils==1.1.45 pip>=21.1 # not directly required, pinned by Snyk to avoid a vulnerability pipenv>=2022.1.8 # not directly required, pinned by Snyk to avoid a vulnerability setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability