Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/eslint-8.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner authored Nov 20, 2023
2 parents 508e698 + 80e091b commit 5c4e087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/[email protected].5
uses: github/codeql-action/[email protected].7
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/[email protected].5
uses: github/codeql-action/[email protected].7

- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].5
uses: github/codeql-action/[email protected].7
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/[email protected].5
uses: github/codeql-action/[email protected].7
with:
sarif_file: results.sarif

0 comments on commit 5c4e087

Please sign in to comment.