Skip to content

Commit

Permalink
ci: github: bump the actions-deps group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions-deps group with 2 updates: [zephyrproject-rtos/action-first-interaction](https://github.com/zephyrproject-rtos/action-first-interaction) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `zephyrproject-rtos/action-first-interaction` from 1.1.1.pre.zephyr.pre.5 to 1.1.1
- [Commits](zephyrproject-rtos/action-first-interaction@v1.1.1-zephyr-5...v1.1.1)

Updates `github/codeql-action` from 3.25.15 to 3.28.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@afb54ba...dd74661)

---
updated-dependencies:
- dependency-name: zephyrproject-rtos/action-first-interaction
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-deps
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent b877b9f commit be47a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/greet_first_time_contributor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: zephyrproject-rtos/[email protected]-zephyr-5
- uses: zephyrproject-rtos/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
with:
sarif_file: results.sarif

0 comments on commit be47a74

Please sign in to comment.