Skip to content

Commit

Permalink
dependency: bump github/codeql-action from 3.26.7 to 3.26.8
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.7 to 3.26.8.
- [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.7...v3.26.8)

---
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] committed Sep 20, 2024
1 parent e0a8b89 commit 0a6e1d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
- name: "Set up repository with the latest commit"
uses: "actions/[email protected]"
- name: "Set up analyzer"
uses: "github/codeql-action/[email protected].7"
uses: "github/codeql-action/[email protected].8"
with:
languages: "${{ matrix.languages }}"
- name: "Build assemblies"
uses: "github/codeql-action/[email protected].7"
uses: "github/codeql-action/[email protected].8"
- name: "Run analyzer"
uses: "github/codeql-action/[email protected].7"
uses: "github/codeql-action/[email protected].8"
with:
category: "/language:${{ matrix.languages }}"

0 comments on commit 0a6e1d5

Please sign in to comment.