From 2a11915a9d7868a1fdba31b1ba0ced28bde5f909 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:17:39 +0000 Subject: [PATCH 1/2] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0731565..c4aefd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,7 +169,7 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} - name: Upload artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: goreleaser path: .goreleaser-dist From b67dc56320a7eb688d14f8a8ec08450d5ec3fa11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <29139614+github-actions@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:17:59 +0000 Subject: [PATCH 2/2] chore: format code with prettier skip ci --- CHANGELOG.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 787f8ee..9303268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,23 +2,21 @@ ## 0.0.1 (2026-03-13) - ### Features -* add golangci config with a list of static and vuln checks ([980e426](https://github.com/meysam81/scry/commit/980e426bdd70e84ed61826e783b9c667c2d2ff81)) -* add pre-commit and renovate ([d0a6d2d](https://github.com/meysam81/scry/commit/d0a6d2d9a20dc98e814e7080591198d4e60a52b0)) -* complete audit with SEO power tools and CI/CD integrations ([d9ed4e0](https://github.com/meysam81/scry/commit/d9ed4e0117dd75275cb8fb72ff17600c00f61297)) -* initial commit ([7c036af](https://github.com/meysam81/scry/commit/7c036af5dadd41735506ecb6728e9d3241c193df)) -* initial setup ([80a83fa](https://github.com/meysam81/scry/commit/80a83fa21d0b33bea7c25efe3d12eca3a5258356)) -* move logger to its own module ([8c1efe9](https://github.com/meysam81/scry/commit/8c1efe961047fc7c2fe7cbdbe1ae85945cdfde4d)) - +- add golangci config with a list of static and vuln checks ([980e426](https://github.com/meysam81/scry/commit/980e426bdd70e84ed61826e783b9c667c2d2ff81)) +- add pre-commit and renovate ([d0a6d2d](https://github.com/meysam81/scry/commit/d0a6d2d9a20dc98e814e7080591198d4e60a52b0)) +- complete audit with SEO power tools and CI/CD integrations ([d9ed4e0](https://github.com/meysam81/scry/commit/d9ed4e0117dd75275cb8fb72ff17600c00f61297)) +- initial commit ([7c036af](https://github.com/meysam81/scry/commit/7c036af5dadd41735506ecb6728e9d3241c193df)) +- initial setup ([80a83fa](https://github.com/meysam81/scry/commit/80a83fa21d0b33bea7c25efe3d12eca3a5258356)) +- move logger to its own module ([8c1efe9](https://github.com/meysam81/scry/commit/8c1efe961047fc7c2fe7cbdbe1ae85945cdfde4d)) ### Bug Fixes -* apply more idiomatic arg parsing through urfave destination ([4dcd93f](https://github.com/meysam81/scry/commit/4dcd93fd87e5f232d6ef07eeafd81fd6d30788e1)) -* **CI:** add normal dockerfile ([2fcb706](https://github.com/meysam81/scry/commit/2fcb706456dd43b4642b855bac26a701d99b27aa)) -* **CI:** comment broken jobs ([f4c07c0](https://github.com/meysam81/scry/commit/f4c07c0c982c670944c2e367fff3b1c27886eb26)) -* **CI:** run on GH ubuntu ([c301aa3](https://github.com/meysam81/scry/commit/c301aa3a7ecd19e7064fc6d79225b8a5f586468a)) -* **CLI:** add the allowed output to the help ([63aa2c3](https://github.com/meysam81/scry/commit/63aa2c3e3b440c14c2a6798b24005f15955a2799)) -* **docs:** remove duplicate dashes ([a4fcdee](https://github.com/meysam81/scry/commit/a4fcdee8b4a42f04eebe94af75a1a73855f21bf7)) -* update README and add CEL & baseline to cli ([33ec233](https://github.com/meysam81/scry/commit/33ec23377b405149f0ae369ecca6e3ffd626e1e4)) +- apply more idiomatic arg parsing through urfave destination ([4dcd93f](https://github.com/meysam81/scry/commit/4dcd93fd87e5f232d6ef07eeafd81fd6d30788e1)) +- **CI:** add normal dockerfile ([2fcb706](https://github.com/meysam81/scry/commit/2fcb706456dd43b4642b855bac26a701d99b27aa)) +- **CI:** comment broken jobs ([f4c07c0](https://github.com/meysam81/scry/commit/f4c07c0c982c670944c2e367fff3b1c27886eb26)) +- **CI:** run on GH ubuntu ([c301aa3](https://github.com/meysam81/scry/commit/c301aa3a7ecd19e7064fc6d79225b8a5f586468a)) +- **CLI:** add the allowed output to the help ([63aa2c3](https://github.com/meysam81/scry/commit/63aa2c3e3b440c14c2a6798b24005f15955a2799)) +- **docs:** remove duplicate dashes ([a4fcdee](https://github.com/meysam81/scry/commit/a4fcdee8b4a42f04eebe94af75a1a73855f21bf7)) +- update README and add CEL & baseline to cli ([33ec233](https://github.com/meysam81/scry/commit/33ec23377b405149f0ae369ecca6e3ffd626e1e4))