Skip to content

Commit 6b88472

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 1 directory with 2 updates
Bumps the github-actions-dependencies group with 2 updates in the / directory: [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.27.4 to 3.27.5 - [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.27.4...v3.27.5) Updates `codecov/codecov-action` from 5.0.0 to 5.0.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@v5.0.0...v5.0.7) --- 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-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 58a3d2b commit 6b88472

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
@@ -62,10 +62,10 @@ jobs:
6262
runs-on: "ubuntu-latest"
6363
steps:
6464
- uses: hoverkraft-tech/ci-github-common/actions/[email protected]
65-
- uses: github/codeql-action/[email protected].4
65+
- uses: github/codeql-action/[email protected].5
6666
with:
6767
languages: ${{ inputs.code-ql }}
68-
- uses: github/codeql-action/[email protected].4
68+
- uses: github/codeql-action/[email protected].5
6969

7070
dependency-review:
7171
name: 🛡️ Dependency Review
@@ -287,6 +287,6 @@ jobs:
287287

288288
- name: 📊 Code coverage
289289
if: inputs.coverage == 'codecov'
290-
uses: codecov/[email protected].0
290+
uses: codecov/[email protected].7
291291
with:
292292
use_oidc: true

0 commit comments

Comments
 (0)