diff --git a/.github/workflows/build_linux_profiler.yml b/.github/workflows/build_linux_profiler.yml index d6e641b7a..cf6e62e61 100644 --- a/.github/workflows/build_linux_profiler.yml +++ b/.github/workflows/build_linux_profiler.yml @@ -38,7 +38,7 @@ jobs: with: submodules: 'true' persist-credentials: false - - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d + - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: '8.0.412' - run: RELEASE_VERSION=dev-$(git rev-parse --short HEAD) ARCH=aarch64 LIBC=${{ matrix.name }} make docker/build diff --git a/.github/workflows/build_managed_helper.yml b/.github/workflows/build_managed_helper.yml index 9221f4f25..f7af45c37 100644 --- a/.github/workflows/build_managed_helper.yml +++ b/.github/workflows/build_managed_helper.yml @@ -19,7 +19,7 @@ jobs: with: submodules: 'true' persist-credentials: false - - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d + - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: '8.0.412' - run: dotnet build -c Release diff --git a/.github/workflows/build_tracing_packages.yml b/.github/workflows/build_tracing_packages.yml index 0e074bd00..abbfbcc90 100644 --- a/.github/workflows/build_tracing_packages.yml +++ b/.github/workflows/build_tracing_packages.yml @@ -19,7 +19,7 @@ jobs: with: submodules: 'true' persist-credentials: false - - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d + - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: '8.0.412' - run: dotnet build -c Release @@ -38,7 +38,7 @@ jobs: with: submodules: 'true' persist-credentials: false - - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d + - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: '8.0.412' - run: dotnet build -c Release diff --git a/.github/workflows/tag_managed_helper.yml b/.github/workflows/tag_managed_helper.yml index c27133ebe..896a850fc 100644 --- a/.github/workflows/tag_managed_helper.yml +++ b/.github/workflows/tag_managed_helper.yml @@ -22,7 +22,7 @@ jobs: with: submodules: 'true' persist-credentials: false - - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d + - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: '8.0.412' - run: make bump_version && git diff --exit-code diff --git a/.github/workflows/tag_tracing_opentelemetry_helper.yml b/.github/workflows/tag_tracing_opentelemetry_helper.yml index 279c67361..e33860751 100644 --- a/.github/workflows/tag_tracing_opentelemetry_helper.yml +++ b/.github/workflows/tag_tracing_opentelemetry_helper.yml @@ -18,7 +18,7 @@ jobs: with: submodules: 'true' persist-credentials: false - - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d + - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: '8.0.412' - run: dotnet build -c Release diff --git a/.github/workflows/tag_tracing_opentracing_helper.yml b/.github/workflows/tag_tracing_opentracing_helper.yml index 3cd63f69f..10a184b5b 100644 --- a/.github/workflows/tag_tracing_opentracing_helper.yml +++ b/.github/workflows/tag_tracing_opentracing_helper.yml @@ -18,7 +18,7 @@ jobs: with: submodules: 'true' persist-credentials: false - - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d + - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: '8.0.412' - run: dotnet build -c Release