Skip to content

Bump cryptography from 42.0.0 to 42.0.2 #1872

Bump cryptography from 42.0.0 to 42.0.2

Bump cryptography from 42.0.0 to 42.0.2 #1872

Workflow file for this run

name: "Code scanning - action"
on:
push:
branches:
- main
- develop
pull_request:
branches: [ main, develop ]
schedule:
- cron: '0 2 * * 1'
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
# Override language selection by uncommenting this and choosing your languages
with:
languages: javascript, python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1