Commit f2d3d0f
chore(deps): update github-actions (#4041)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/checkout | action | digest | `cbb7224` -> `85e6279` |
| [actions/setup-go](https://redirect.github.com/actions/setup-go) |
action | minor | `v5.2.0` -> `v5.3.0` |
| [actions/setup-java](https://redirect.github.com/actions/setup-java) |
action | minor | `v4.5.0` -> `v4.6.0` |
| [actions/setup-node](https://redirect.github.com/actions/setup-node) |
action | minor | `v4.1.0` -> `v4.2.0` |
| [actions/setup-node](https://redirect.github.com/actions/setup-node) |
action | digest | `39370e3` -> `1d0ff46` |
|
[actions/upload-artifact](https://redirect.github.com/actions/upload-artifact)
| action | minor | `v4.4.3` -> `v4.6.0` |
|
[github/codeql-action](https://redirect.github.com/github/codeql-action)
| action | minor | `v3.27.9` -> `v3.28.6` |
|
[softprops/action-gh-release](https://redirect.github.com/softprops/action-gh-release)
| action | minor | `v2.1.0` -> `v2.2.1` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>actions/setup-go (actions/setup-go)</summary>
###
[`v5.3.0`](https://redirect.github.com/actions/setup-go/releases/tag/v5.3.0)
[Compare
Source](https://redirect.github.com/actions/setup-go/compare/v5.2.0...v5.3.0)
##### What's Changed
- Use the new cache service: upgrade `@actions/cache` to `^4.0.0` by
[@​Link-](https://redirect.github.com/Link-) in
[https://github.com/actions/setup-go/pull/531](https://redirect.github.com/actions/setup-go/pull/531)
- Configure Dependabot settings by
[@​HarithaVattikuti](https://redirect.github.com/HarithaVattikuti)
in
[https://github.com/actions/setup-go/pull/530](https://redirect.github.com/actions/setup-go/pull/530)
- Document update - permission section by
[@​HarithaVattikuti](https://redirect.github.com/HarithaVattikuti)
in
[https://github.com/actions/setup-go/pull/533](https://redirect.github.com/actions/setup-go/pull/533)
- Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/actions/setup-go/pull/534](https://redirect.github.com/actions/setup-go/pull/534)
##### New Contributors
- [@​Link-](https://redirect.github.com/Link-) made their first
contribution in
[https://github.com/actions/setup-go/pull/531](https://redirect.github.com/actions/setup-go/pull/531)
**Full Changelog**:
actions/setup-go@v5...v5.3.0
</details>
<details>
<summary>actions/setup-java (actions/setup-java)</summary>
###
[`v4.6.0`](https://redirect.github.com/actions/setup-java/releases/tag/v4.6.0)
[Compare
Source](https://redirect.github.com/actions/setup-java/compare/v4.5.0...v4.6.0)
#### What's Changed
**Add-ons:**
- Add Support for JetBrains Runtime by
[@​gmitch215](https://redirect.github.com/gmitch215) in
[https://github.com/actions/setup-java/pull/637](https://redirect.github.com/actions/setup-java/pull/637)
```steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup-java
uses: actions/setup-java@v4
with:
distribution: ‘jetbrains’
java-version: '21'
```
**Bug fixes:**
- Fix Ubuntu-latest CI failures by
[@​mahabaleshwars](https://redirect.github.com/mahabaleshwars) in
[https://github.com/actions/setup-java/pull/693](https://redirect.github.com/actions/setup-java/pull/693)
#### New Contributors
- [@​gmitch215](https://redirect.github.com/gmitch215) made their
first contribution in
[https://github.com/actions/setup-java/pull/637](https://redirect.github.com/actions/setup-java/pull/637)
**Full Changelog**:
actions/setup-java@v4...v4.6.0
</details>
<details>
<summary>actions/setup-node (actions/setup-node)</summary>
###
[`v4.2.0`](https://redirect.github.com/actions/setup-node/compare/v4.1.0...v4.2.0)
[Compare
Source](https://redirect.github.com/actions/setup-node/compare/v4.1.0...v4.2.0)
</details>
<details>
<summary>actions/upload-artifact (actions/upload-artifact)</summary>
###
[`v4.6.0`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.6.0)
[Compare
Source](https://redirect.github.com/actions/upload-artifact/compare/v4.5.0...v4.6.0)
#### What's Changed
- Expose env vars to control concurrency and timeout by
[@​yacaovsnc](https://redirect.github.com/yacaovsnc) in
[https://github.com/actions/upload-artifact/pull/662](https://redirect.github.com/actions/upload-artifact/pull/662)
**Full Changelog**:
actions/upload-artifact@v4...v4.6.0
###
[`v4.5.0`](https://redirect.github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0)
[Compare
Source](https://redirect.github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0)
</details>
<details>
<summary>github/codeql-action (github/codeql-action)</summary>
###
[`v3.28.6`](https://redirect.github.com/github/codeql-action/compare/v3.28.5...v3.28.6)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.28.5...v3.28.6)
###
[`v3.28.5`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.5)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.28.4...v3.28.5)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
##### 3.28.5 - 24 Jan 2025
- Update default CodeQL bundle version to 2.20.3.
[#​2717](https://redirect.github.com/github/codeql-action/pull/2717)
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.5/CHANGELOG.md)
for more information.
###
[`v3.28.4`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.4)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.28.3...v3.28.4)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
##### 3.28.4 - 23 Jan 2025
No user facing changes.
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.4/CHANGELOG.md)
for more information.
###
[`v3.28.3`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.3)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.28.2...v3.28.3)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
##### 3.28.3 - 22 Jan 2025
- Update default CodeQL bundle version to 2.20.2.
[#​2707](https://redirect.github.com/github/codeql-action/pull/2707)
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise
Server instance which occurred when the CodeQL Bundle had been synced to
the instance using the [CodeQL Action sync
tool](https://redirect.github.com/github/codeql-action-sync-tool) and
the Actions runner did not have Zstandard installed.
[#​2710](https://redirect.github.com/github/codeql-action/pull/2710)
- Uploading debug artifacts for CodeQL analysis is temporarily disabled.
[#​2712](https://redirect.github.com/github/codeql-action/pull/2712)
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.3/CHANGELOG.md)
for more information.
###
[`v3.28.2`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.2)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.28.1...v3.28.2)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
##### 3.28.2 - 21 Jan 2025
No user facing changes.
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.2/CHANGELOG.md)
for more information.
###
[`v3.28.1`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.1)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.28.0...v3.28.1)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
##### 3.28.1 - 10 Jan 2025
- CodeQL Action v2 is now deprecated, and is no longer updated or
supported. For better performance, improved security, and new features,
upgrade to v3. For more information, see [this changelog
post](https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/).
[#​2677](https://redirect.github.com/github/codeql-action/pull/2677)
- Update default CodeQL bundle version to 2.20.1.
[#​2678](https://redirect.github.com/github/codeql-action/pull/2678)
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.1/CHANGELOG.md)
for more information.
###
[`v3.28.0`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.0)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.27.9...v3.28.0)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
Note that the only difference between `v2` and `v3` of the CodeQL Action
is the node version they support, with `v3` running on node 20 while we
continue to release `v2` to support running on node 16. For example
`3.22.11` was the first `v3` release and is functionally identical to
`2.22.11`. This approach ensures an easy way to track exactly which
features are included in different versions, indicated by the minor and
patch version numbers.
##### 3.28.0 - 20 Dec 2024
- Bump the minimum CodeQL bundle version to 2.15.5.
[#​2655](https://redirect.github.com/github/codeql-action/pull/2655)
- Don't fail in the unusual case that a file is on the search path.
[#​2660](https://redirect.github.com/github/codeql-action/pull/2660).
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.0/CHANGELOG.md)
for more information.
</details>
<details>
<summary>softprops/action-gh-release
(softprops/action-gh-release)</summary>
###
[`v2.2.1`](https://redirect.github.com/softprops/action-gh-release/releases/tag/v2.2.1)
[Compare
Source](https://redirect.github.com/softprops/action-gh-release/compare/v2.2.0...v2.2.1)
<!-- Release notes generated using configuration in .github/release.yml
at master -->
#### What's Changed
##### Bug fixes 🐛
- fix: big file uploads by
[@​xen0n](https://redirect.github.com/xen0n) in
[https://github.com/softprops/action-gh-release/pull/562](https://redirect.github.com/softprops/action-gh-release/pull/562)
##### Other Changes 🔄
- chore(deps): bump
[@​types/node](https://redirect.github.com/types/node) from
22.10.1 to 22.10.2 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/softprops/action-gh-release/pull/559](https://redirect.github.com/softprops/action-gh-release/pull/559)
- chore(deps): bump
[@​types/node](https://redirect.github.com/types/node) from
22.10.2 to 22.10.5 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/softprops/action-gh-release/pull/569](https://redirect.github.com/softprops/action-gh-release/pull/569)
- chore: update error and warning messages for not matching files in
files field by [@​ytimocin](https://redirect.github.com/ytimocin)
in
[https://github.com/softprops/action-gh-release/pull/568](https://redirect.github.com/softprops/action-gh-release/pull/568)
#### New Contributors
- [@​ytimocin](https://redirect.github.com/ytimocin) made their
first contribution in
[https://github.com/softprops/action-gh-release/pull/568](https://redirect.github.com/softprops/action-gh-release/pull/568)
**Full Changelog**:
softprops/action-gh-release@v2.2.0...v2.2.1
###
[`v2.2.0`](https://redirect.github.com/softprops/action-gh-release/releases/tag/v2.2.0)
[Compare
Source](https://redirect.github.com/softprops/action-gh-release/compare/v2.1.0...v2.2.0)
#### What's Changed
##### Exciting New Features 🎉
- feat: read the release assets asynchronously by
[@​xen0n](https://redirect.github.com/xen0n) in
[https://github.com/softprops/action-gh-release/pull/552](https://redirect.github.com/softprops/action-gh-release/pull/552)
##### Bug fixes 🐛
- fix(docs): clarify the default for tag_name by
[@​alexeagle](https://redirect.github.com/alexeagle) in
[https://github.com/softprops/action-gh-release/pull/544](https://redirect.github.com/softprops/action-gh-release/pull/544)
##### Other Changes 🔄
- chore(deps): bump typescript from 5.6.3 to 5.7.2 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/softprops/action-gh-release/pull/548](https://redirect.github.com/softprops/action-gh-release/pull/548)
- chore(deps): bump
[@​types/node](https://redirect.github.com/types/node) from 22.9.0
to 22.9.4 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/softprops/action-gh-release/pull/547](https://redirect.github.com/softprops/action-gh-release/pull/547)
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/softprops/action-gh-release/pull/545](https://redirect.github.com/softprops/action-gh-release/pull/545)
- chore(deps): bump
[@​vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.38.2
to 0.38.3 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/softprops/action-gh-release/pull/543](https://redirect.github.com/softprops/action-gh-release/pull/543)
- chore(deps): bump prettier from 3.3.3 to 3.4.1 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/softprops/action-gh-release/pull/550](https://redirect.github.com/softprops/action-gh-release/pull/550)
- chore(deps): bump
[@​types/node](https://redirect.github.com/types/node) from 22.9.4
to 22.10.1 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/softprops/action-gh-release/pull/551](https://redirect.github.com/softprops/action-gh-release/pull/551)
- chore(deps): bump prettier from 3.4.1 to 3.4.2 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/softprops/action-gh-release/pull/554](https://redirect.github.com/softprops/action-gh-release/pull/554)
#### New Contributors
- [@​alexeagle](https://redirect.github.com/alexeagle) made their
first contribution in
[https://github.com/softprops/action-gh-release/pull/544](https://redirect.github.com/softprops/action-gh-release/pull/544)
- [@​xen0n](https://redirect.github.com/xen0n) made their first
contribution in
[https://github.com/softprops/action-gh-release/pull/552](https://redirect.github.com/softprops/action-gh-release/pull/552)
**Full Changelog**:
softprops/action-gh-release@v2.1.0...v2.2.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At
any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/slsa-framework/slsa-github-generator).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTI1LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Signed-off-by: Mend Renovate <[email protected]>
Co-authored-by: Ramon Petgrave <[email protected]>1 parent be0c57c commit f2d3d0f
File tree
20 files changed
+38
-38
lines changed- .github
- actions
- generate-builder
- secure-project-checkout-go
- secure-project-checkout-node
- secure-upload-artifact
- workflows
- actions
- gradle/publish
- maven/publish
- internal/builders
- bazel
- gradle
- maven
- nodejs
20 files changed
+38
-38
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| |||
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
538 | | - | |
| 538 | + | |
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
559 | | - | |
| 559 | + | |
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
| 601 | + | |
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
| |||
609 | 609 | | |
610 | 610 | | |
611 | 611 | | |
612 | | - | |
| 612 | + | |
613 | 613 | | |
614 | 614 | | |
615 | 615 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
| 361 | + | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
| 402 | + | |
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments