diff --git a/.github/workflows/cve-scanning.yml b/.github/workflows/cve-scanning.yml index a9413b5..3167ecc 100644 --- a/.github/workflows/cve-scanning.yml +++ b/.github/workflows/cve-scanning.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index bc62082..5c9afe7 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -39,7 +39,7 @@ jobs: skip-git-release: ${{ steps.extract-version.outputs.skip-git-release }} steps: - name: Fetch Source Code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 @@ -99,7 +99,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Fetch Source Code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 @@ -154,7 +154,7 @@ jobs: run: echo "GH_TOKEN=${GITHUB_TOKEN}" >> $GITHUB_ENV - name: Fetch Source Code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 token: ${{ env.GH_TOKEN }} @@ -210,7 +210,7 @@ jobs: contents: write steps: - name: Fetch Source Code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index a368caf..d72e06e 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: fetch-depth: 0 - name: Setup .NET SDK @@ -55,7 +55,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Setup .NET SDK uses: actions/setup-dotnet@v5 with: @@ -88,6 +88,6 @@ jobs: runs-on: ubuntu-latest needs: [lint, test] steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Aggregate of lint, and all tests run: echo "ci passed" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e5b7a3d..dec68c8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/manual-aot-test.yml b/.github/workflows/manual-aot-test.yml index c278e44..585a7c9 100644 --- a/.github/workflows/manual-aot-test.yml +++ b/.github/workflows/manual-aot-test.yml @@ -47,7 +47,7 @@ jobs: runs-on: ${{ (github.event.inputs.platform == 'linux-x64' && 'ubuntu-latest') || (github.event.inputs.platform == 'linux-arm64' && 'ubuntu-24.04-arm') || (github.event.inputs.platform == 'osx-x64' && 'macos-15-intel') || (github.event.inputs.platform == 'osx-arm64' && 'macos-latest') || (github.event.inputs.platform == 'win-x64' && 'windows-latest') || 'ubuntu-latest' }} steps: - name: Fetch Source Code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 diff --git a/.github/workflows/manual-e2e-test.yml b/.github/workflows/manual-e2e-test.yml index dfa2619..a6ce903 100644 --- a/.github/workflows/manual-e2e-test.yml +++ b/.github/workflows/manual-e2e-test.yml @@ -91,7 +91,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Fetch Source Code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 diff --git a/.github/workflows/proto-plugin-release.yml b/.github/workflows/proto-plugin-release.yml index 10c4041..7c53944 100644 --- a/.github/workflows/proto-plugin-release.yml +++ b/.github/workflows/proto-plugin-release.yml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch Source Code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 @@ -91,7 +91,7 @@ jobs: run: echo "GH_TOKEN=${GITHUB_TOKEN}" >> $GITHUB_ENV - name: Fetch Source Code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 token: ${{ env.GH_TOKEN }}