Skip to content

Bump @actions/core from 1.5.0 to 1.9.1 in /.github/actions/local-action #1

Bump @actions/core from 1.5.0 to 1.9.1 in /.github/actions/local-action

Bump @actions/core from 1.5.0 to 1.9.1 in /.github/actions/local-action #1

Workflow file for this run

name: "Code Scanning - Action"
on:
pull_request:
branches: [main]
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1