This is an automated email from the ASF dual-hosted git repository. swebb2066 pushed a commit to branch upgrade_checkout_action in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit 2fa0ebd3532ea42e59675ef42e28e47d58ced43b Author: Stephen Webb <[email protected]> AuthorDate: Tue Jun 16 13:50:04 2026 +1000 Upgrade CI checkout action --- .github/workflows/abi-compatibility.yml | 2 +- .github/workflows/log4cxx-cpp11.yml | 2 +- .github/workflows/log4cxx-macos.yml | 2 +- .github/workflows/log4cxx-msys2.yml | 2 +- .github/workflows/log4cxx-ubuntu.yml | 2 +- .github/workflows/log4cxx-windows-static.yml | 4 ++-- .github/workflows/log4cxx-windows.yml | 4 ++-- .github/workflows/package_code.yml | 2 +- .github/workflows/sonarcloud.yml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/abi-compatibility.yml b/.github/workflows/abi-compatibility.yml index 262823ef..fd5d1c06 100644 --- a/.github/workflows/abi-compatibility.yml +++ b/.github/workflows/abi-compatibility.yml @@ -32,7 +32,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false # do not persist auth token in the local git config path: main diff --git a/.github/workflows/log4cxx-cpp11.yml b/.github/workflows/log4cxx-cpp11.yml index 401cf4db..e2f3412b 100644 --- a/.github/workflows/log4cxx-cpp11.yml +++ b/.github/workflows/log4cxx-cpp11.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 38 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false # do not persist auth token in the local git config path: main diff --git a/.github/workflows/log4cxx-macos.yml b/.github/workflows/log4cxx-macos.yml index 02918093..21366f0c 100644 --- a/.github/workflows/log4cxx-macos.yml +++ b/.github/workflows/log4cxx-macos.yml @@ -64,7 +64,7 @@ jobs: exitevents: OFF steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false # do not persist auth token in the local git config path: main diff --git a/.github/workflows/log4cxx-msys2.yml b/.github/workflows/log4cxx-msys2.yml index 77043821..a75ed766 100644 --- a/.github/workflows/log4cxx-msys2.yml +++ b/.github/workflows/log4cxx-msys2.yml @@ -61,7 +61,7 @@ jobs: sed zip - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false # do not persist auth token in the local git config path: log4cxx diff --git a/.github/workflows/log4cxx-ubuntu.yml b/.github/workflows/log4cxx-ubuntu.yml index 71899d10..11367e19 100644 --- a/.github/workflows/log4cxx-ubuntu.yml +++ b/.github/workflows/log4cxx-ubuntu.yml @@ -80,7 +80,7 @@ jobs: next_abi: OFF steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false # do not persist auth token in the local git config path: main diff --git a/.github/workflows/log4cxx-windows-static.yml b/.github/workflows/log4cxx-windows-static.yml index 45bf7236..c47437ec 100644 --- a/.github/workflows/log4cxx-windows-static.yml +++ b/.github/workflows/log4cxx-windows-static.yml @@ -34,7 +34,7 @@ jobs: vcpkg_ref: 2026.05.25 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false # do not persist auth token in the local git config path: main @@ -48,7 +48,7 @@ jobs: - name: 'Checkout VCPKG' if: steps.restore-vcpkg-cache.outputs.cache-hit != 'true' - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: microsoft/vcpkg path: vcpkg diff --git a/.github/workflows/log4cxx-windows.yml b/.github/workflows/log4cxx-windows.yml index 1c368915..71b1dc6e 100644 --- a/.github/workflows/log4cxx-windows.yml +++ b/.github/workflows/log4cxx-windows.yml @@ -44,7 +44,7 @@ jobs: vcpkg_ref: 2026.05.25 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false # do not persist auth token in the local git config path: main @@ -58,7 +58,7 @@ jobs: - name: 'Checkout VCPKG' if: steps.restore-vcpkg-cache.outputs.cache-hit != 'true' - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: microsoft/vcpkg path: vcpkg diff --git a/.github/workflows/package_code.yml b/.github/workflows/package_code.yml index 5b173018..c90930f7 100644 --- a/.github/workflows/package_code.yml +++ b/.github/workflows/package_code.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false # do not persist auth token in the local git config path: clean-checkout diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 3611972d..1fbe2aa4 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -29,7 +29,7 @@ jobs: SONAR_SERVER_URL: "https://sonarcloud.io" BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false # do not persist auth token in the local git config fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
