Skip to content

feat: add password input #2954

feat: add password input

feat: add password input #2954

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ next, master ]
pull_request:
branches: [ next, master ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2