Skip to content

Commit bd9a8f3

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group with 2 updates
Bumps the github-actions-dependencies group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `github/codeql-action` from 3.25.8 to 3.25.10 - [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.25.8...v3.25.10) Updates `codecov/codecov-action` from 4.4.1 to 4.5.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.4.1...v4.5.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5502fe7 commit bd9a8f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
runs-on: "ubuntu-latest"
5858
steps:
5959
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.13.2
60-
- uses: github/codeql-action/init@v3.25.8
60+
- uses: github/codeql-action/init@v3.25.10
6161
with:
6262
languages: ${{ inputs.code-ql }}
63-
- uses: github/codeql-action/analyze@v3.25.8
63+
- uses: github/codeql-action/analyze@v3.25.10
6464

6565
setup:
6666
name: ⚙️ Setup
@@ -272,6 +272,6 @@ jobs:
272272

273273
- name: 📊 Code coverage
274274
if: inputs.coverage == 'codecov'
275-
uses: codecov/codecov-action@v4.4.1
275+
uses: codecov/codecov-action@v4.5.0
276276
with:
277277
use_oidc: true

0 commit comments

Comments
 (0)