-
Notifications
You must be signed in to change notification settings - Fork 24
ci: github: bump the actions-deps group across 1 directory with 8 updates #356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: github: bump the actions-deps group across 1 directory with 8 updates #356
Conversation
Signed-off-by: Anas Nashif <[email protected]>
…ates Bumps the actions-deps group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) | `9` | `10` | | [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) | `2.19.0` | `2.20.0` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `4.1.0` | `4.2.1` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.4.2` | `5.4.3` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.17` | `3.28.19` | | [zephyrproject-rtos/action-zephyr-setup](https://github.com/zephyrproject-rtos/action-zephyr-setup) | `1.0.6` | `1.0.7` | | [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions) | `3.0.24` | `3.0.25` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.1` | `2.4.2` | Updates `dawidd6/action-download-artifact` from 9 to 10 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@07ab29f...4c1e823) Updates `EnricoMi/publish-unit-test-result-action` from 2.19.0 to 2.20.0 - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](EnricoMi/publish-unit-test-result-action@afb2984...3a74b29) Updates `aws-actions/configure-aws-credentials` from 4.1.0 to 4.2.1 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@ececac1...b475783) Updates `codecov/codecov-action` from 5.4.2 to 5.4.3 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@ad3126e...18283e0) Updates `github/codeql-action` from 3.28.17 to 3.28.19 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@60168ef...fca7ace) Updates `zephyrproject-rtos/action-zephyr-setup` from 1.0.6 to 1.0.7 - [Commits](zephyrproject-rtos/action-zephyr-setup@f7b7026...b2453c7) Updates `zgosalvez/github-actions-ensure-sha-pinned-actions` from 3.0.24 to 3.0.25 - [Release notes](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases) - [Commits](zgosalvez/github-actions-ensure-sha-pinned-actions@2d6823d...fc87bb5) Updates `ossf/scorecard-action` from 2.4.1 to 2.4.2 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@f49aabe...05b42c6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: EnricoMi/publish-unit-test-result-action dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: aws-actions/configure-aws-credentials dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: codecov/codecov-action dependency-version: 5.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: github/codeql-action dependency-version: 3.28.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: zephyrproject-rtos/action-zephyr-setup dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: zgosalvez/github-actions-ensure-sha-pinned-actions dependency-version: 3.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: ossf/scorecard-action dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]>
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Trigger Repository with External modules | ||
| uses: peter-evans/repository-dispatch@v3 | ||
| with: | ||
| token: ${{ secrets.GITHUB_TOKEN }} | ||
| repository: zephyrproject-rtos/external-modules | ||
| event-type: zephyr-repo-updated |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
Show autofix suggestion
Hide autofix suggestion
Copilot Autofix
AI 6 months ago
To fix the issue, we need to add a permissions block to the workflow file. This block should specify the least privileges required for the workflow to function correctly. Since the workflow uses the repository-dispatch action to trigger events in another repository, it likely requires contents: read and possibly contents: write permissions. We will start with contents: read and adjust if additional permissions are needed.
The permissions block will be added at the root level of the workflow file, ensuring it applies to all jobs in the workflow.
-
Copy modified lines R9-R11
| @@ -8,2 +8,5 @@ | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| jobs: |
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Trigger Repository with External modules | ||
| uses: peter-evans/repository-dispatch@v3 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
|
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |



Bumps the actions-deps group with 8 updates in the / directory:
9102.19.02.20.04.1.04.2.15.4.25.4.33.28.173.28.191.0.61.0.73.0.243.0.252.4.12.4.2Updates
dawidd6/action-download-artifactfrom 9 to 10Release notes
Sourced from dawidd6/action-download-artifact's releases.
Commits
4c1e823Add the option "ref", specifying either a commit or a branch (#329)a708c3cFix the download-commit test to actually look for a commit (#330)19f6be5Update README.mdUpdates
EnricoMi/publish-unit-test-result-actionfrom 2.19.0 to 2.20.0Release notes
Sourced from EnricoMi/publish-unit-test-result-action's releases.
Commits
3a74b29Releasing v2.20.0b0880cdUse and recommend!cancelled()instead ofalways()(#659)8113100Deprecategithub_token_actoroption, auto-detect actor (#661)e5a9d1cAdd action typing (#653)139ec34Isolate PIP cache used by composite actions (#668)cd0e24bFix for empty\<system-out>and\<system-err>(#667)c541e2eResolve regex library warnings (#660)bded1cdAdddeprecationMessagetoaction.ymlfor deprecated inputs (#654)a4f4abeRemove Ubuntu 20.04 from CI (#651)Updates
aws-actions/configure-aws-credentialsfrom 4.1.0 to 4.2.1Release notes
Sourced from aws-actions/configure-aws-credentials's releases.
Changelog
Sourced from aws-actions/configure-aws-credentials's changelog.
... (truncated)
Commits
b475783chore(main): release 4.2.1 (#1356)e56e6c4Merge pull request #1355 from hozzer/mainc0573b2update distdf9c8fefix: prioritize explicit inputs over environment variablese7aeb52chore: Update dist5188626chore(deps): bump@aws-sdk/client-stsfrom 3.803.0 to 3.808.0 (#1353)a7d7b78chore: Update diste10de4cchore(deps-dev): bump@aws-sdk/credential-provider-env(#1352)85f7c4cchore(deps-dev): bump@types/nodefrom 22.15.11 to 22.15.17 (#1351)f24d719Merge pull request #1331 from aws-actions/release-please--branches--main--com...Updates
codecov/codecov-actionfrom 5.4.2 to 5.4.3Release notes
Sourced from codecov/codecov-action's releases.
Changelog
Sourced from codecov/codecov-action's changelog.
... (truncated)
Commits
18283e0chore(release): 5.4.3 (#1827)525fcbfbuild(deps): bump github/codeql-action from 3.28.13 to 3.28.17 (#1822)b203f00fix: OIDC on forks (#1823)Updates
github/codeql-actionfrom 3.28.17 to 3.28.19Release notes
Sourced from github/codeql-action's releases.
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
fca7aceMerge pull request #2918 from github/update-v3.28.19-4a00331d41dcd2beUpdate changelog for v3.28.194a00331Merge pull request #2910 from github/update-bundle/codeql-bundle-v2.21.4c0a821dAdd changelog noted621686Update default bundle to codeql-bundle-v2.21.4dc138d4Merge pull request #2913 from github/henrymercer/win-2019-deprecated3201e46Stop running CI onwindows-20197fd6215Merge pull request #2911 from github/update-supported-enterprise-server-versions31eae5eUpdate supported GitHub Enterprise Server versionsbc02a25Merge pull request #2908 from github/henrymercer/dependabotUpdates
zephyrproject-rtos/action-zephyr-setupfrom 1.0.6 to 1.0.7Commits
b2453c7action: Optional west version input223f44dwest: call init before calling config5922adcworkflow: support west filteringdb1412epackages: install gperf, needed for userspaceUpdates
zgosalvez/github-actions-ensure-sha-pinned-actionsfrom 3.0.24 to 3.0.25Release notes
Sourced from zgosalvez/github-actions-ensure-sha-pinned-actions's releases.
Commits
fc87bb5Bump undici from 5.28.5 to 5.29.0 (#230)Updates
ossf/scorecard-actionfrom 2.4.1 to 2.4.2Release notes
Sourced from ossf/scorecard-action's releases.
Commits
05b42c6🌱 bump docker to ghcr v2.4.2 (#1548)b225da6Bump github.com/ossf/scorecard/v5 from v5.2.0 to v5.2.1 (#1550)9399f6f🌱 Bump the docker-images group across 1 directory with 2 updates (#1...e1daa8c🌱 Bump the github-actions group across 1 directory with 5 updates (#...9fe6511🌱 Bump golang.org/x/net from 0.39.0 to 0.40.0 (#1542)25b9cd9🌱 Bump github.com/ossf/scorecard/v5 from v5.1.1 to v5.2.0 (#1547)18cc9b8🌱 Bump golang.org/x/net from 0.38.0 to 0.39.0 (#1536)db78142🌱 Bump the github-actions group with 2 updates (#1538)de386ed🌱 Bump golang from 1.24.1 to 1.24.2 in the docker-images group (#1534)5b7cedb🌱 Bump github.com/sigstore/cosign/v2 from 2.4.3 to 2.5.0 (#1537)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions