Skip to content

Commit a4d599c

Browse files
dependabot[bot]thorsten
authored andcommitted
build(deps): bump github/codeql-action from 4.36.3 to 4.37.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.36.3 to 4.37.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@v4.36.3...v4.37.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a8347b6 commit a4d599c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@v4.36.3
46+
uses: github/codeql-action/init@v4.37.1
4747
with:
4848
languages: ${{ matrix.language }}
4949

5050
- name: Autobuild
51-
uses: github/codeql-action/autobuild@v4.36.3
51+
uses: github/codeql-action/autobuild@v4.37.1
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@v4.36.3
54+
uses: github/codeql-action/analyze@v4.37.1

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
phpmyfaq/src/phpMyFAQ
5050
5151
- name: Upload SARIF to code scanning
52-
uses: github/codeql-action/upload-sarif@v4.36.3
52+
uses: github/codeql-action/upload-sarif@v4.37.1
5353
with:
5454
sarif_file: semgrep.sarif
5555
category: semgrep-php

0 commit comments

Comments
 (0)