Skip to content

Commit a6f9fbb

Browse files
Build(deps): Bump the all group across 1 directory with 2 updates
Bumps the all group with 2 updates in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `codecov/codecov-action` from 6 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6...v7) Updates `github/codeql-action` from 4.35.1 to 4.36.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](github/codeql-action@v4.35.1...v4.36.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: github/codeql-action dependency-version: 4.36.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6b30ae commit a6f9fbb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Run tests
2626
run: make test-ci
2727
- name: Upload coverage reports to Codecov
28-
uses: codecov/codecov-action@v6
28+
uses: codecov/codecov-action@v7
2929
env:
3030
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3131

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@v4.35.1
53+
uses: github/codeql-action/init@v4.36.2
5454
with:
5555
languages: ${{ matrix.language }}
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -61,6 +61,6 @@ jobs:
6161
# queries: security-extended,security-and-quality
6262

6363
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/analyze@v4.35.1
64+
uses: github/codeql-action/analyze@v4.36.2
6565
with:
6666
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363

6464
# Upload the results to GitHub's code scanning dashboard.
6565
- name: "Upload to code-scanning"
66-
uses: github/codeql-action/upload-sarif@65216971a11ded447a6b76263d5a144519e5eee1 # v2.23.0
66+
uses: github/codeql-action/upload-sarif@eda5730a8bfb740e03a28087a958444c646e5842 # v2.23.0
6767
with:
6868
sarif_file: results.sarif

0 commit comments

Comments
 (0)