Skip to content

Commit

Permalink
Bump github/codeql-action from 3.26.10 to 3.26.12 (#512)
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.10 to 3.26.12.
- [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.26.10...v3.26.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent eeec855 commit c224620
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/init@v3.26.11"
uses: "github/codeql-action/init@v3.26.12"
with:
queries: "+security-and-quality"
# Automatically build attempts to build any compiled languages.
- name: "Build Repository"
uses: "github/codeql-action/autobuild@v3.26.11"
uses: "github/codeql-action/autobuild@v3.26.12"
continue-on-error: true
- name: "Analyze Repository"
uses: "github/codeql-action/analyze@v3.26.11"
uses: "github/codeql-action/analyze@v3.26.12"
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/upload-sarif@v3.26.11"
uses: "github/codeql-action/upload-sarif@v3.26.12"
with:
sarif_file: "devskim-results.sarif"

0 comments on commit c224620

Please sign in to comment.