diff --git a/.github/workflows/build-dotnet.yml b/.github/workflows/build-dotnet.yml index 8b9dadfd07..6e8e076333 100644 --- a/.github/workflows/build-dotnet.yml +++ b/.github/workflows/build-dotnet.yml @@ -48,7 +48,7 @@ jobs: uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 # v3.0.0 - name: Setup NuGet if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.dotnet != 'false' }} - uses: NuGet/setup-nuget@b26b823c478ee115be5c9403e62c90b0bf943843 # v3.1.0 + uses: NuGet/setup-nuget@fd55a6f3b34392fa83fde1454582407d8c714123 # v4.0 - name: Install pnpm if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.dotnet != 'false' }} uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 diff --git a/.github/workflows/codeql-fork-upload.yml b/.github/workflows/codeql-fork-upload.yml index 5e7c5415d7..c856c133fc 100644 --- a/.github/workflows/codeql-fork-upload.yml +++ b/.github/workflows/codeql-fork-upload.yml @@ -81,7 +81,7 @@ jobs: core.setOutput("sha", headSha); - name: Upload CodeQL results to the pull request - uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 + uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: sarif_file: ${{ runner.temp }}/codeql-sarif ref: refs/pull/${{ steps.pr.outputs.number }}/head diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index cee75cabef..2529706957 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -74,7 +74,7 @@ jobs: ref: ${{ env.IS_FORK_PR == 'true' && github.event.pull_request.head.sha || github.ref }} - name: Initialize CodeQL - uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 + uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -89,7 +89,7 @@ jobs: # rule from the branch ruleset. - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 + uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: category: "/language:${{ matrix.language }}" # Push and internal-branch PRs have a write token and upload directly. diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 4a566ea77f..8812eaf74e 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -117,7 +117,7 @@ jobs: - name: Login to Azure if: ${{ steps.filter.outputs.ts != 'false' }} - uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1 + uses: azure/login@7ddb5af1ef8758cf1353cf3b42f940aee27ba21c # v3.0.2 with: client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_5B0D2D6BA40F4710B45721D2112356DD }} tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_39BB903136F14B6EAD8F53A8AB78E3AA }}