Skip to content

Commit e15644c

Browse files
ci: github: bump the actions-deps group across 1 directory with 5 updates
Bumps the actions-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) | `8` | `9` | | [zephyrproject-rtos/action-first-interaction](https://github.com/zephyrproject-rtos/action-first-interaction) | `1.1.1.pre.zephyr.pre.5` | `1.1.1` | | [zephyrproject-rtos/action-manifest](https://github.com/zephyrproject-rtos/action-manifest) | `1.7.0` | `1.8.0` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.0` | `2.4.1` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.25.15` | `3.28.11` | Updates `dawidd6/action-download-artifact` from 8 to 9 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v8...v9) 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 `zephyrproject-rtos/action-manifest` from 1.7.0 to 1.8.0 - [Commits](zephyrproject-rtos/action-manifest@v1.7.0...v1.8.0) Updates `ossf/scorecard-action` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@62b2cac...f49aabe) Updates `github/codeql-action` from 3.25.15 to 3.28.11 - [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...6bb031a) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: zephyrproject-rtos/action-first-interaction dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: zephyrproject-rtos/action-manifest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: ossf/scorecard-action 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]>
1 parent fdc7a7f commit e15644c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/bsim-tests-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Download artifacts
16-
uses: dawidd6/action-download-artifact@v8
16+
uses: dawidd6/action-download-artifact@v9
1717
with:
1818
run_id: ${{ github.event.workflow_run.id }}
1919

.github/workflows/doc-publish-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Download artifacts
2424
id: download-artifacts
25-
uses: dawidd6/action-download-artifact@v8
25+
uses: dawidd6/action-download-artifact@v9
2626
with:
2727
workflow: doc-build.yml
2828
run_id: ${{ github.event.workflow_run.id }}

.github/workflows/doc-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
steps:
2626
- name: Download artifacts
27-
uses: dawidd6/action-download-artifact@v8
27+
uses: dawidd6/action-download-artifact@v9
2828
with:
2929
workflow: doc-build.yml
3030
run_id: ${{ github.event.workflow_run.id }}

.github/workflows/greet_first_time_contributor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: zephyrproject-rtos/[email protected]-zephyr-5
16+
- uses: zephyrproject-rtos/[email protected]
1717
with:
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}
1919

.github/workflows/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
west init -l . || true
2727
2828
- name: Manifest
29-
uses: zephyrproject-rtos/action-manifest@v1.7.0
29+
uses: zephyrproject-rtos/action-manifest@v1.8.0
3030
with:
3131
github-token: ${{ secrets.ZB_GITHUB_TOKEN }}
3232
manifest-path: 'west.yml'

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: "Run analysis"
37-
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
37+
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
3838
with:
3939
results_file: results.sarif
4040
results_format: sarif
@@ -56,6 +56,6 @@ jobs:
5656
# Upload the results to GitHub's code scanning dashboard (optional).
5757
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
5858
- name: "Upload to code-scanning"
59-
uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
59+
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
6060
with:
6161
sarif_file: results.sarif

.github/workflows/twister-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Download Artifacts
2929
id: download-artifacts
30-
uses: dawidd6/action-download-artifact@v8
30+
uses: dawidd6/action-download-artifact@v9
3131
with:
3232
path: artifacts
3333
workflow: twister.yml

0 commit comments

Comments
 (0)