Skip to content

Commit

Permalink
Merge pull request #10 from niaid/ghasctl-1713378239
Browse files Browse the repository at this point in the history
Updating GitHub Code Scanning Workflows
  • Loading branch information
yangx17 authored Jun 10, 2024
2 parents 3118380 + f7ad662 commit 27f96d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis-javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: security-extended # security-and-quality
Expand All @@ -40,7 +40,7 @@ jobs:
# Prefix the list here with "+" to use these queries and those in the config file.

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

0 comments on commit 27f96d6

Please sign in to comment.