chore(main): release 7.3.0

This commit is contained in:
github-actions[bot] 2024-12-20 20:39:07 +00:00 committed by GitHub
parent 469f30eb53
commit dd3f10fa1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 13 additions and 6 deletions

View file

@ -1,3 +1,3 @@
{
".": "7.2.1"
".": "7.3.0"
}

View file

@ -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)

View file

@ -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

View file

@ -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"

View file

@ -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"

View file

@ -1 +1 @@
7.2.1
7.3.0