Skip to content

chore(deps): bump requests from 2.31.0 to 2.32.2 #8

chore(deps): bump requests from 2.31.0 to 2.32.2

chore(deps): bump requests from 2.31.0 to 2.32.2 #8

Workflow file for this run

on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
# Full git history is needed to get a proper
# list of changed files within `super-linter`
fetch-depth: 0
- uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}