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..124b46efec 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@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 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..7f426c1aec 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@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 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@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 with: category: "/language:${{ matrix.language }}" # Push and internal-branch PRs have a write token and upload directly.