Skip to content

caught bug in validateURL logic that did not meet figma specs for val… #4081

caught bug in validateURL logic that did not meet figma specs for val…

caught bug in validateURL logic that did not meet figma specs for val… #4081

Workflow file for this run

name: "CodeQL"
on: push
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["javascript"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2