Skip to content

Commit d238b83

Browse files
deps(deps): bump github/codeql-action in the github-actions group
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.26.12 to 3.26.13 - [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.12...v3.26.13) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37dd32f commit d238b83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
uses: actions/[email protected]
3636

3737
- name: 🏗 Initialize CodeQL
38-
uses: github/codeql-action/[email protected].12
38+
uses: github/codeql-action/[email protected].13
3939
with:
4040
languages: ${{ matrix.language }}
4141
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
4242
# queries: security-extended,security-and-quality
4343

4444
- name: 🏗 Auto build
45-
uses: github/codeql-action/[email protected].12
45+
uses: github/codeql-action/[email protected].13
4646

4747
- name: 🚀 Perform CodeQL Analysis
48-
uses: github/codeql-action/[email protected].12
48+
uses: github/codeql-action/[email protected].13

0 commit comments

Comments
 (0)