Skip to content

Commit 7a6501e

Browse files
build(deps): bump the codeql-action group with 2 updates (#459)
Bumps the codeql-action group with 2 updates: [github/codeql-action/init](https://github.com/github/codeql-action) and [github/codeql-action/analyze](https://github.com/github/codeql-action). Updates `github/codeql-action/init` from 4.37.5 to 4.37.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@d1ba80a...5595cca) Updates `github/codeql-action/analyze` from 4.37.5 to 4.37.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@d1ba80a...5595cca) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codeql-action - dependency-name: github/codeql-action/analyze dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codeql-action ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a08f960 commit 7a6501e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "" > config.status
4747
4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@d1ba80a13dd99fba24a470575428917156a28b43 #v4.37.5
49+
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 #v4.37.6
5050
with:
5151
languages: cpp
5252

@@ -55,7 +55,7 @@ jobs:
5555
make
5656
5757
- name: Perform CodeQL Analysis
58-
uses: github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43 #v4.37.5
58+
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 #v4.37.6
5959

6060
actions:
6161
name: CodeQL analysis (GitHub Actions)
@@ -67,9 +67,9 @@ jobs:
6767
persist-credentials: false
6868

6969
- name: Initialize CodeQL
70-
uses: github/codeql-action/init@d1ba80a13dd99fba24a470575428917156a28b43 #v4.37.5
70+
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 #v4.37.6
7171
with:
7272
languages: actions
7373

7474
- name: Perform CodeQL Analysis
75-
uses: github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43 #v4.37.5
75+
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 #v4.37.6

0 commit comments

Comments
 (0)