Skip to content

Bump @actions/http-client from 2.2.2 to 2.2.3 in the actions group #1684

Bump @actions/http-client from 2.2.2 to 2.2.3 in the actions group

Bump @actions/http-client from 2.2.2 to 2.2.3 in the actions group #1684

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
schedule:
- cron: "16 4 * * 6"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
config-file: ./.github/codeql/codeql-config.yml
languages: "javascript"
queries: security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3