chore(main): release 7.3.0
Some checks are pending
Build and Test / Set build metadata (push) Waiting to run
Build and Test / Build and Test (push) Blocked by required conditions
Build and Test / Test the Super-linter GitHub Action (push) Blocked by required conditions
Build and Test / Build test suite matrix (push) Waiting to run
Build and Test / Run test cases (push) Blocked by required conditions
Build and Test / Check if all the tests passed (push) Blocked by required conditions
Build and Test / preview-release-notes (push) Waiting to run
Lint commit / commitlint (push) Waiting to run

This commit is contained in:
github-actions[bot] 2025-01-13 11:11:36 +00:00 committed by GitHub
parent b5a246e96b
commit b714357fd6
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194
6 changed files with 23 additions and 6 deletions

View file

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

View file

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

View file

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

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

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

View file

@ -1 +1 @@
7.2.1 7.3.0