diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index c0c3645..e338e78 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - name: Setup .Net - uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 with: dotnet-version: 6.0.x diff --git a/.github/workflows/codeql-scan.yml b/.github/workflows/codeql-scan.yml index 2c74092..8acb80f 100644 --- a/.github/workflows/codeql-scan.yml +++ b/.github/workflows/codeql-scan.yml @@ -59,7 +59,7 @@ jobs: # queries: security-extended,security-and-quality # https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs - name: Setup .Net - uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 with: dotnet-version: 6.0.x diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index a741b8c..7ae93db 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -37,7 +37,7 @@ jobs: fetch-depth: 0 - name: Setup .Net - uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 with: dotnet-version: 6.0.x