diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18475d3b..112a14ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: 8.0.101 - run: dotnet --info - run: git --version - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 - env: CI_NUMBER: ${{ github.run_number }} MINVER_VERSION: ${{ vars.MINVER_VERSION }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cfbc4899..7ad8dcd5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/infer-sharp.yml b/.github/workflows/infer-sharp.yml index cf2f9c0f..8d037ac5 100644 --- a/.github/workflows/infer-sharp.yml +++ b/.github/workflows/infer-sharp.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: '8.0.101' - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 - run: dotnet build - run: ls -al - run: pwd diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f2338a92..6d829474 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: packages: read statuses: write steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 with: fetch-depth: 0 filter: tree:0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c92c040..6ac1ff02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: 8.0.101 - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 - env: MINVER_VERSION: ${{ vars.MINVER_VERSION }} run: ./build build diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 782c188d..f14264f2 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -8,5 +8,5 @@ jobs: spell-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 - run: npx cspell@5.2.1 "**/*"