Skip to content

Commit

Permalink
Update actions/setup-dotnet digest to 87b7050 (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: projectorigin-renovate[bot] <150237208+projectorigin-renovate[bot]@users.noreply.github.com>
  • Loading branch information
projectorigin-renovate[bot] authored Dec 27, 2024
1 parent 7167498 commit eab79f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-nuget-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Setup .NET Core SDK from global.json
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4

- name: Package nuget package
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-sonarcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: "17"

- name: Setup .NET Core SDK from global.json
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4

- name: Build
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-verify-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Setup .NET Core SDK from global.json
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4

- name: Install helm unittest
run: helm plugin install https://github.com/helm-unittest/helm-unittest.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-verify-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Setup .NET Core SDK from global.json
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4

- name: Print info
run: make info
Expand Down

0 comments on commit eab79f9

Please sign in to comment.