Skip to content

Commit 0bd9a5d

Browse files
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.28.1 to 3.28.4 - [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.28.1...v3.28.4) Updates `codecov/codecov-action` from 5.1.2 to 5.3.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@v5.1.2...v5.3.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] <[email protected]>
1 parent 013e002 commit 0bd9a5d

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].1
65+
- uses: github/codeql-action/[email protected].4
6666
with:
6767
languages: ${{ inputs.code-ql }}
68-
- uses: github/codeql-action/[email protected].1
68+
- uses: github/codeql-action/[email protected].4
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/codecov-action@v5.1.2
290+
uses: codecov/codecov-action@v5.3.0
291291
with:
292292
use_oidc: true

0 commit comments

Comments
 (0)