Skip to content

Bump idna from 2.10 to 3.7 in /integration_tests #49

Bump idna from 2.10 to 3.7 in /integration_tests

Bump idna from 2.10 to 3.7 in /integration_tests #49

Workflow file for this run

name: Staticmajor
on:
pull_request:
push:
branches:
- master
- release/**
jobs:
run_staticmajor:
name: Scan for resource leaks
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Staticmajor action
id: staticmajor
uses: orijtech/staticmajor-action@main
with:
packages: ./...
resleak: true
structslop: false
tests: false