mirror of
https://github.com/super-linter/super-linter.git
synced 2025-01-15 02:41:30 -05:00
chore(main): release 7.3.0
This commit is contained in:
parent
b5a246e96b
commit
b714357fd6
6 changed files with 23 additions and 6 deletions
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
".": "7.2.1"
|
".": "7.3.0"
|
||||||
}
|
}
|
||||||
|
|
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,5 +1,22 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [7.3.0](https://github.com/super-linter/super-linter/compare/v7.2.1...v7.3.0) (2025-01-13)
|
||||||
|
|
||||||
|
|
||||||
|
### 🚀 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))
|
||||||
|
|
||||||
|
|
||||||
|
### ⬆️ Dependency updates
|
||||||
|
|
||||||
|
* **npm:** bump next ([#6468](https://github.com/super-linter/super-linter/issues/6468)) ([b5a246e](https://github.com/super-linter/super-linter/commit/b5a246e96b912dcfe71eb19b4aa62e453a02ebea))
|
||||||
|
|
||||||
|
|
||||||
|
### 🧰 Maintenance
|
||||||
|
|
||||||
|
* update arm test api version ([#6485](https://github.com/super-linter/super-linter/issues/6485)) ([a6fdbf7](https://github.com/super-linter/super-linter/commit/a6fdbf7f2acde46ab7a592cfff89a7a6e6a0a41b))
|
||||||
|
|
||||||
## [7.2.1](https://github.com/super-linter/super-linter/compare/v7.2.0...v7.2.1) (2024-12-12)
|
## [7.2.1](https://github.com/super-linter/super-linter/compare/v7.2.0...v7.2.1) (2024-12-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -157,7 +157,7 @@ To run super-linter as a GitHub Action, you do the following:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Super-linter
|
- 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:
|
env:
|
||||||
# To report GitHub Actions status checks
|
# To report GitHub Actions status checks
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -542,7 +542,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Super-Linter
|
- 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:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Set your fix mode variables to true
|
# Set your fix mode variables to true
|
||||||
|
|
|
@ -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."
|
description: "Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code."
|
||||||
runs:
|
runs:
|
||||||
using: "docker"
|
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:
|
branding:
|
||||||
icon: "check-square"
|
icon: "check-square"
|
||||||
color: "white"
|
color: "white"
|
||||||
|
|
|
@ -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."
|
description: "Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code."
|
||||||
runs:
|
runs:
|
||||||
using: "docker"
|
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:
|
branding:
|
||||||
icon: "check-square"
|
icon: "check-square"
|
||||||
color: "white"
|
color: "white"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
7.2.1
|
7.3.0
|
||||||
|
|
Loading…
Reference in a new issue