diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 5d4c53f..87139e1 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf - name: Setup .Net - uses: actions/setup-dotnet@608ee757cfcce72c2e91e99aca128e0cae67de87 + uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 with: dotnet-version: 6.0.x diff --git a/.github/workflows/codeql-scan.yml b/.github/workflows/codeql-scan.yml index 3a21efc..b419084 100644 --- a/.github/workflows/codeql-scan.yml +++ b/.github/workflows/codeql-scan.yml @@ -46,7 +46,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@608ee757cfcce72c2e91e99aca128e0cae67de87 + uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 with: dotnet-version: 6.0.x diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 5251474..4112337 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - name: Setup .Net - uses: actions/setup-dotnet@608ee757cfcce72c2e91e99aca128e0cae67de87 + uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 with: dotnet-version: 6.0.x