diff --git a/.github/workflows/reusable-build-nuget-package.yaml b/.github/workflows/reusable-build-nuget-package.yaml index 95bdc3b..2852d60 100644 --- a/.github/workflows/reusable-build-nuget-package.yaml +++ b/.github/workflows/reusable-build-nuget-package.yaml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup .NET Core SDK from global.json - uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 - name: Package nuget package shell: bash diff --git a/.github/workflows/reusable-sonarcloud.yaml b/.github/workflows/reusable-sonarcloud.yaml index 5b7d40e..7f80f8f 100644 --- a/.github/workflows/reusable-sonarcloud.yaml +++ b/.github/workflows/reusable-sonarcloud.yaml @@ -21,7 +21,7 @@ jobs: java-version: "17" - name: Setup .NET Core SDK from global.json - uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 - name: Build shell: bash diff --git a/.github/workflows/reusable-verify-chart.yaml b/.github/workflows/reusable-verify-chart.yaml index bc05078..be45fc5 100644 --- a/.github/workflows/reusable-verify-chart.yaml +++ b/.github/workflows/reusable-verify-chart.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup .NET Core SDK from global.json - uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 - name: Install helm unittest run: helm plugin install https://github.com/helm-unittest/helm-unittest.git diff --git a/.github/workflows/reusable-verify-code.yaml b/.github/workflows/reusable-verify-code.yaml index ce700c9..be0d661 100644 --- a/.github/workflows/reusable-verify-code.yaml +++ b/.github/workflows/reusable-verify-code.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup .NET Core SDK from global.json - uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 - name: Print info run: make info