From 9fb6821318fb213e2453cee9ae1246ecdf80e742 Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Fri, 6 Feb 2026 10:57:00 +0000 Subject: [PATCH 1/4] upgrade checkout v6 gh actions --- .github/workflows/mkdocs.yml | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index b587a0e43b..77a01ae50e 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.DEPLOYMENT_PERSONAL_ACCESS_TOKEN }} submodules: true diff --git a/mkdocs.yml b/mkdocs.yml index 5e80ba628a..8f60a66596 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -684,8 +684,8 @@ nav: - release-notes/index.md - Cloud: - 2026: + - release-notes/cloud/cloud-2026-01.md - release-notes/cloud/cloud-2026-01-adding-golangci-lint.md - - release-notes/cloud/cloud-2026-01.md - 2025: - release-notes/cloud/cloud-2025-12.md - release-notes/cloud/cloud-2025-11.md From fb3c9457d940950d9699b679049ef5d3b70b84f6 Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Fri, 6 Feb 2026 11:34:03 +0000 Subject: [PATCH 2/4] fix .gitmodules --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index aca7ae78ff..dc496113c0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,4 @@ [submodule "submodules/codacy-mkdocs-material"] path = submodules/codacy-mkdocs-material url = https://github.com/codacy/codacy-mkdocs-material + branch = master From 542c8f92816276a23700bfb48f0904704e3006ac Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Fri, 6 Feb 2026 11:35:44 +0000 Subject: [PATCH 3/4] test github token --- .github/workflows/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 77a01ae50e..4d83b16391 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout code uses: actions/checkout@v6 with: - token: ${{ secrets.DEPLOYMENT_PERSONAL_ACCESS_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} submodules: true # git-revision-date-localized-plugin and mkdocs-rss-plugin need full git history depth fetch-depth: 0 From c12b45c064809c773a893b408f4a93a707882388 Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Fri, 6 Feb 2026 11:39:30 +0000 Subject: [PATCH 4/4] move last release notes to the top of the index --- .gitmodules | 1 - docs/release-notes/index.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index dc496113c0..aca7ae78ff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,4 +5,3 @@ [submodule "submodules/codacy-mkdocs-material"] path = submodules/codacy-mkdocs-material url = https://github.com/codacy/codacy-mkdocs-material - branch = master diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 4d9eca43f1..abb84b86ad 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -18,8 +18,8 @@ For product updates that are in progress or planned [visit the Codacy public roa 2026 -- [Adding GolangCI-Lint as new supported tool January, 2026](cloud/cloud-2026-01-adding-golangci-lint.md) - [Cloud January 2026](cloud/cloud-2026-01.md) +- [Adding GolangCI-Lint as new supported tool January, 2026](cloud/cloud-2026-01-adding-golangci-lint.md) 2025