From b004a0116ff26f4096e47ffd1fdf74aa25994a43 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Thu, 14 Mar 2024 10:29:22 +0000 Subject: [PATCH] Revert "[Dependencies]: Bump actions/checkout from 4.1.1 to 4.1.2" --- .../build-and-publish-pre-release.yml | 2 +- .../workflows/build-and-publish-release.yml | 2 +- .../create-prs-for-stale-branches.yml | 4 ++-- .github/workflows/pr-lint.yml | 20 +++++++++---------- .github/workflows/pull-request.yml | 2 +- .github/workflows/reformat-sql.yml | 2 +- .github/workflows/reformat-yaml.yml | 2 +- .github/workflows/update-labels.yml | 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build-and-publish-pre-release.yml b/.github/workflows/build-and-publish-pre-release.yml index 1713cc4f..5e2f5d21 100644 --- a/.github/workflows/build-and-publish-pre-release.yml +++ b/.github/workflows/build-and-publish-pre-release.yml @@ -40,7 +40,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 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 ffe1381e..440302a3 100644 --- a/.github/workflows/build-and-publish-release.yml +++ b/.github/workflows/build-and-publish-release.yml @@ -26,7 +26,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 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 bb65dd57..12558c66 100644 --- a/.github/workflows/create-prs-for-stale-branches.yml +++ b/.github/workflows/create-prs-for-stale-branches.yml @@ -35,7 +35,7 @@ jobs: run: sudo apt install -y jq - name: "Checkout Source" - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 fetch-tags: true @@ -71,7 +71,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 37c958be..0e7fc66f 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -41,7 +41,7 @@ jobs: # shell: bash # run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" # - name: "Checkout Source" -# uses: actions/checkout@v4.1.2 +# uses: actions/checkout@v4.1.1 # with: # fetch-depth: 0 # fetch-tags: true @@ -64,7 +64,7 @@ jobs: - name: "Checkout Source" if: (github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template')) - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 fetch-tags: true @@ -91,7 +91,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 fetch-tags: true @@ -199,7 +199,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 fetch-tags: true @@ -224,7 +224,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 fetch-tags: true @@ -241,7 +241,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 fetch-tags: true @@ -258,7 +258,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 fetch-tags: true @@ -285,7 +285,7 @@ jobs: - name: "Checkout Source" if: steps.visibility.outputs.is_public == 'true' - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 fetch-tags: true @@ -304,7 +304,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 fetch-tags: true @@ -323,7 +323,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c8061e7c..50d16960 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -51,7 +51,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout source" - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 with: fetch-depth: 1 fetch-tags: true diff --git a/.github/workflows/reformat-sql.yml b/.github/workflows/reformat-sql.yml index 18bf6413..fc9a1ad7 100644 --- a/.github/workflows/reformat-sql.yml +++ b/.github/workflows/reformat-sql.yml @@ -33,7 +33,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/reformat-yaml.yml b/.github/workflows/reformat-yaml.yml index e4dd268d..125f616e 100644 --- a/.github/workflows/reformat-yaml.yml +++ b/.github/workflows/reformat-yaml.yml @@ -34,7 +34,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/update-labels.yml b/.github/workflows/update-labels.yml index 8bc8a779..f5e180f7 100644 --- a/.github/workflows/update-labels.yml +++ b/.github/workflows/update-labels.yml @@ -22,7 +22,7 @@ jobs: shell: bash run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 fetch-tags: true