Skip to content

Bump argon2_elixir from 4.0.0 to 4.1.0 (#333) #848

Bump argon2_elixir from 4.0.0 to 4.1.0 (#333)

Bump argon2_elixir from 4.0.0 to 4.1.0 (#333) #848

Workflow file for this run

name: "Security Check"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '30 1 * * 6'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Static Analysis use Sobelow
uses: sobelow/action@v1
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif