Skip to content

Commit

Permalink
Bump github/codeql-action from 3.27.0 to 3.27.1
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.0 to 3.27.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3.27.0...v3.27.1)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent ea22a81 commit c75c5c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/invoke-codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
with:
fetch-depth: "0"
- name: "Initialize CodeQL"
uses: "github/codeql-action/[email protected].0"
uses: "github/codeql-action/[email protected].1"
with:
queries: "+security-and-quality"
# Automatically build attempts to build any compiled languages.
- name: "Build Repository"
uses: "github/codeql-action/[email protected].0"
uses: "github/codeql-action/[email protected].1"
continue-on-error: true
- name: "Analyze Repository"
uses: "github/codeql-action/[email protected].0"
uses: "github/codeql-action/[email protected].1"
2 changes: 1 addition & 1 deletion .github/workflows/invoke-devskim-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
should-scan-archives: "true"
ignore-globs: "**/.git/**"
- name: "Upload Analysis Result"
uses: "github/codeql-action/[email protected].0"
uses: "github/codeql-action/[email protected].1"
with:
sarif_file: "devskim-results.sarif"

0 comments on commit c75c5c7

Please sign in to comment.