Bump urllib3 from 2.1.0 to 2.2.2 #312
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Ludvig scan" | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
ludvig: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Ludvig by Reothor | |
uses: FrodeHus/[email protected] | |
with: | |
path: ./ludvig | |
sarifFileName: ludvig.sarif | |
- name: Upload Ludvig scan results to GitHub Security tab | |
uses: github/codeql-action/upload-sarif@v2 | |
with: | |
sarif_file: ludvig.sarif |