mirror of
https://github.com/rlespinasse/slugify-value.git
synced 2026-05-17 18:25:47 +00:00
build(deps): bump github/super-linter from 5 to 7 in the dependencies group across 1 directory (#34)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Romain Lespinasse <romain.lespinasse@gmail.com>
This commit is contained in:
10
.github/workflows/slugify-value.yaml
vendored
10
.github/workflows/slugify-value.yaml
vendored
@@ -5,6 +5,9 @@ on:
|
||||
branches:
|
||||
- v1.x
|
||||
pull_request:
|
||||
|
||||
permissions: read-all
|
||||
|
||||
# Disable line length check due to the content of the tests
|
||||
# yamllint disable rule:line-length
|
||||
jobs:
|
||||
@@ -173,6 +176,11 @@ jobs:
|
||||
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
id-token: write
|
||||
packages: write
|
||||
concurrency:
|
||||
group: release-${{ github.ref }}
|
||||
needs:
|
||||
@@ -180,6 +188,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
# Release
|
||||
- name: Release this GitHub Action
|
||||
|
||||
Reference in New Issue
Block a user