diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0731565..edd7510 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -261,10 +261,10 @@ jobs: GITHUB_TOKEN: ${{ github.token }} HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }} NO_DIGEST: ${{ vars.NO_DIGEST }} - - uses: actions/attest-build-provenance@v3 + - uses: actions/attest-build-provenance@v4 with: subject-checksums: ./.goreleaser-dist/checksums.txt - - uses: actions/attest-build-provenance@v3 + - uses: actions/attest-build-provenance@v4 if: env.NO_DIGEST != 'false' with: subject-checksums: ./.goreleaser-dist/digest.txt 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))