diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13fb8ee..770f0e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: Write-Host "$(pwsh --version) is installed at $PSHOME" Write-Host "Active .NET SDK: $(dotnet --version)" - name: Git checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: Restore tools @@ -129,7 +129,7 @@ jobs: 9.0.* 10.0.* - name: Git checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: Restore tools @@ -187,7 +187,7 @@ jobs: 9.0.* 10.0.* - name: Git checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 2 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 082e8c7..c55f373 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,7 +34,7 @@ jobs: 9.0.* 10.0.* - name: Git checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: Initialize CodeQL diff --git a/.github/workflows/deps-review.yml b/.github/workflows/deps-review.yml index 7770a45..3bf2048 100644 --- a/.github/workflows/deps-review.yml +++ b/.github/workflows/deps-review.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: 'Dependency Review'