Skip to content

chore(deps): bump tqdm from 4.67.1 to 4.67.2 in the pip group #220

chore(deps): bump tqdm from 4.67.1 to 4.67.2 in the pip group

chore(deps): bump tqdm from 4.67.1 to 4.67.2 in the pip group #220

Workflow file for this run

name: Scheduled repo analysis with git-sizer
on:
schedule:
- cron: '44 2 * * 0' # Runs on Sundays at 2:44 AM UTC; https://crontab.guru/#44_2_*_*_0
push:
pull_request:
workflow_dispatch:
jobs:
run-git-sizer:
name: git-sizer - ${{ github.repository }}
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
egress-policy: audit
- name: Run git-sizer
id: sizer
uses: ChrisCarini/github-git-sizer-action@09eaa4ae73038a5f0bbdc7e7b964f1bf6114c277 # latest
with:
flags: '--threshold=0'
- name: Print git-sizer output
run: |
printf "%s\n" "${{ steps.sizer.outputs.result }}"