Skip to content

Commit

Permalink
Update actions/setup-dotnet digest to 3951f0d (#148)
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 Jan 30, 2025
1 parent 7215912 commit 7295115
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@87b7050bc53ea08284295505d98d2aa94301e852 # v4
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 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@87b7050bc53ea08284295505d98d2aa94301e852 # v4
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 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@87b7050bc53ea08284295505d98d2aa94301e852 # v4
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 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@87b7050bc53ea08284295505d98d2aa94301e852 # v4
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4

- name: Print info
run: make info
Expand Down

0 comments on commit 7295115

Please sign in to comment.