diff --git a/.github/release-please/.release-please-manifest.json b/.github/release-please/.release-please-manifest.json index e102ad9c..c575a162 100644 --- a/.github/release-please/.release-please-manifest.json +++ b/.github/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.2.1" + ".": "7.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b05603d..f7c8d329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.3.0](https://github.com/super-linter/super-linter/compare/v7.2.1...v7.3.0) (2024-12-20) + + +### 🚀 Features + +* add nbqa linter for jupyter notebooks ([#6240](https://github.com/super-linter/super-linter/issues/6240)) ([469f30e](https://github.com/super-linter/super-linter/commit/469f30eb53776d99cde52e60c0e21694a87124d4)) + ## [7.2.1](https://github.com/super-linter/super-linter/compare/v7.2.0...v7.2.1) (2024-12-12) diff --git a/README.md b/README.md index 9da55e75..0d15adc6 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ To run super-linter as a GitHub Action, you do the following: fetch-depth: 0 - name: Super-linter - uses: super-linter/super-linter@v7.2.1 # x-release-please-version + uses: super-linter/super-linter@v7.3.0 # x-release-please-version env: # To report GitHub Actions status checks GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -542,7 +542,7 @@ jobs: with: fetch-depth: 0 - name: Super-Linter - uses: super-linter/super-linter@v7.2.1 # x-release-please-version + uses: super-linter/super-linter@v7.3.0 # x-release-please-version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Set your fix mode variables to true diff --git a/action.yml b/action.yml index 08320a7f..7d9e1e72 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ author: "Super-linter contributors" description: "Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code." runs: using: "docker" - image: "docker://ghcr.io/super-linter/super-linter:v7.2.1" # x-release-please-version + image: "docker://ghcr.io/super-linter/super-linter:v7.3.0" # x-release-please-version branding: icon: "check-square" color: "white" diff --git a/slim/action.yml b/slim/action.yml index 61c24f82..398e8da1 100644 --- a/slim/action.yml +++ b/slim/action.yml @@ -4,7 +4,7 @@ author: "Super-linter contributors" description: "Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code." runs: using: "docker" - image: "docker://ghcr.io/super-linter/super-linter:slim-v7.2.1" # x-release-please-version + image: "docker://ghcr.io/super-linter/super-linter:slim-v7.3.0" # x-release-please-version branding: icon: "check-square" color: "white" diff --git a/version.txt b/version.txt index b26a34e4..15020207 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -7.2.1 +7.3.0