diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 51bf1ea..8fb54cc 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dotnet-commit-build.yml b/.github/workflows/dotnet-commit-build.yml index d12fb1e..8b536f8 100644 --- a/.github/workflows/dotnet-commit-build.yml +++ b/.github/workflows/dotnet-commit-build.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup MSBuild uses: microsoft/setup-msbuild@v2 with: