Highly-opinionated (ex-bullshit-free) MTPROTO proxy for Telegram. If you use v1.0 or upgrade broke you proxy, please read the chapter Version 2
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

govulncheck.yml 639B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ---
  2. name: Vulnerability checks
  3. permissions:
  4. actions: read
  5. checks: read
  6. contents: read
  7. deployments: read
  8. issues: read
  9. discussions: read
  10. pull-requests: read
  11. repository-projects: read
  12. security-events: read
  13. statuses: read
  14. on:
  15. push:
  16. pull_request:
  17. schedule: # daily at 10:22 UTC
  18. - cron: '22 10 * * *'
  19. workflow_dispatch:
  20. jobs:
  21. vuln:
  22. name: Test vulnerabilities
  23. runs-on: ubuntu-latest
  24. steps:
  25. - name: Checkout
  26. uses: actions/checkout@v6
  27. with:
  28. submodules: recursive
  29. - uses: jdx/mise-action@v3
  30. name: Install mise
  31. - name: Run tests
  32. run: mise tasks run vuln