Skip to content

chore(deps): bump setuptools from 67.8.0 to 73.0.0 #385

chore(deps): bump setuptools from 67.8.0 to 73.0.0

chore(deps): bump setuptools from 67.8.0 to 73.0.0 #385

Workflow file for this run

name: Auto PR Review
on:
pull_request:
permissions: read-all
jobs:
review-dependabot:
runs-on: ubuntu-latest
permissions:
contents: write
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Get Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@c9c4182bf1b97f5224aee3906fd373f6b61b4526
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto merge for Dependabot PRs
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor' }}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
review-snyk:
runs-on: ubuntu-latest
permissions:
contents: write
if: ${{ github.actor == 'snyk-bot' }}
steps:
- name: Enable auto merge for Snyk PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
review-license:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Review license
uses: actions/dependency-review-action@01bc87099ba56df1e897b6874784491ea6309bc4
with:
fail-on-severity: high
deny-licenses: AGPL-1.0-only, AGPL-1.0-or-later, AGPL-3.0-only, AGPL-3.0-or-later, GPL-1.0-only, GPL-1.0-or-later, GPL-2.0-only, GPL-2.0-or-later, GPL-3.0-only, GPL-3.0-or-later, LGPL-2.0-only, LGPL-2.0-or-later, LGPL-2.1-only, LGPL-2.1-or-later, LGPL-3.0-only, LGPL-3.0-or-later