Skip to content

Commit

Permalink
chore(deps): bump the github-actions-dependencies group across 2 dire…
Browse files Browse the repository at this point in the history
…ctories with 2 updates

Bumps the github-actions-dependencies group with 1 update in the / directory: [github/codeql-action](https://github.com/github/codeql-action).
Bumps the github-actions-dependencies group with 1 update in the /actions/setup-node directory: [actions/setup-node](https://github.com/actions/setup-node).


Updates `github/codeql-action` from 3.26.6 to 3.26.8
- [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.26.6...v3.26.8)

Updates `actions/setup-node` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.3...v4.0.4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and neilime committed Sep 20, 2024
1 parent 17bd324 commit df6e343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: hoverkraft-tech/ci-github-common/actions/[email protected]
- uses: github/codeql-action/[email protected].6
- uses: github/codeql-action/[email protected].8
with:
languages: ${{ inputs.code-ql }}
- uses: github/codeql-action/[email protected].6
- uses: github/codeql-action/[email protected].8

dependency-review:
name: 🛡️ Dependency Review
Expand Down
2 changes: 1 addition & 1 deletion actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
exit 0
fi
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version-file: ${{ steps.get-node-version-file.outputs.node-version-file }}
cache: ${{ steps.get-package-manager.outputs.package-manager }}
Expand Down

0 comments on commit df6e343

Please sign in to comment.