diff --git a/.github/workflows/build-and-publish-pre-release.yml b/.github/workflows/build-and-publish-pre-release.yml index 593abf39..21be4274 100644 --- a/.github/workflows/build-and-publish-pre-release.yml +++ b/.github/workflows/build-and-publish-pre-release.yml @@ -36,7 +36,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/build-and-publish-release.yml b/.github/workflows/build-and-publish-release.yml index 895e94fe..2c5c4956 100644 --- a/.github/workflows/build-and-publish-release.yml +++ b/.github/workflows/build-and-publish-release.yml @@ -27,7 +27,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/create-prs-for-stale-branches.yml b/.github/workflows/create-prs-for-stale-branches.yml index 615fd5a4..25dc127d 100644 --- a/.github/workflows/create-prs-for-stale-branches.yml +++ b/.github/workflows/create-prs-for-stale-branches.yml @@ -37,7 +37,7 @@ jobs: run: sudo apt install -y jq - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true @@ -74,7 +74,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 37fac858..696ff85f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,7 +52,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/dotnet-version.yml b/.github/workflows/dotnet-version.yml index 0c98f6da..f6f9d720 100644 --- a/.github/workflows/dotnet-version.yml +++ b/.github/workflows/dotnet-version.yml @@ -28,7 +28,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 07aeac33..027db6a2 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -44,7 +44,7 @@ jobs: # shell: bash # run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" # - name: "Checkout Source" -# uses: actions/checkout@v4.1.1 +# uses: actions/checkout@v4.2.0 # with: # fetch-depth: 0 # fetch-tags: true @@ -68,7 +68,7 @@ jobs: - name: "Checkout Source" if: (github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template')) - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true @@ -96,7 +96,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true @@ -211,7 +211,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true @@ -237,7 +237,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true @@ -255,7 +255,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true @@ -273,7 +273,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true @@ -302,7 +302,7 @@ jobs: - name: "Checkout Source" if: steps.visibility.outputs.is_public == 'true' - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true @@ -322,7 +322,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true @@ -342,7 +342,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 742aab05..773883b9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -54,7 +54,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 1 fetch-tags: true diff --git a/.github/workflows/reformat-sql.yml b/.github/workflows/reformat-sql.yml index dd1941cd..552f333c 100644 --- a/.github/workflows/reformat-sql.yml +++ b/.github/workflows/reformat-sql.yml @@ -34,7 +34,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/reformat-yaml.yml b/.github/workflows/reformat-yaml.yml index 518cc1d2..3dabcbea 100644 --- a/.github/workflows/reformat-yaml.yml +++ b/.github/workflows/reformat-yaml.yml @@ -35,7 +35,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/update-labels.yml b/.github/workflows/update-labels.yml index d72f742d..916e9a09 100644 --- a/.github/workflows/update-labels.yml +++ b/.github/workflows/update-labels.yml @@ -24,7 +24,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 fetch-tags: true