Skip to content

Commit 0c4717a

Browse files
Bump the all group with 4 updates (#221)
Bumps the all group with 4 updates: [actions/setup-dotnet](https://github.com/actions/setup-dotnet), [actions/setup-java](https://github.com/actions/setup-java), [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/setup-dotnet` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@87b7050...3951f0d) Updates `actions/setup-java` from 4.6.0 to 4.7.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@7a6d8a8...3a4f6e1) Updates `marocchino/sticky-pull-request-comment` from 2.9.0 to 2.9.1 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@331f8f5...52423e0) Updates `actions/upload-artifact` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6f51ac0...65c4c4a) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: marocchino/sticky-pull-request-comment dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4df3c33 commit 0c4717a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Setup DotNet
31-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
31+
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab
3232
with:
3333
global-json-file: global.json
3434

3535
- name: Setup Java JDK
36-
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
36+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
3737
with:
3838
java-version: 17
3939
distribution: zulu
@@ -89,7 +89,7 @@ jobs:
8989
cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
9090
9191
- name: Add Coverage PR Comment
92-
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31
92+
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728
9393
if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
9494
with:
9595
recreate: true
@@ -118,7 +118,7 @@ jobs:
118118
fetch-depth: 0
119119

120120
- name: Setup DotNet
121-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
121+
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab
122122
with:
123123
global-json-file: global.json
124124

.github/workflows/deploy-reusable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5656

5757
- name: Setup DotNet
58-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
58+
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab
5959
with:
6060
global-json-file: global.json
6161

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
publish_results: true
3131

3232
- name: "Upload artifact"
33-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
33+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
3434
with:
3535
name: SARIF file
3636
path: results.sarif

0 commit comments

Comments
 (0)