Skip to content

deps: bump @actions/core from 1.10.0 to 1.11.0 #470

deps: bump @actions/core from 1.10.0 to 1.11.0

deps: bump @actions/core from 1.10.0 to 1.11.0 #470

Workflow file for this run

name: "Code Scanning"
on:
push:
branches:
- main
pull_request:
jobs:
CodeQL-Build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2