Skip to content

chore(deps): bump super-linter/super-linter from 6.6.0 to 6.7.0 (#447) #6

chore(deps): bump super-linter/super-linter from 6.6.0 to 6.7.0 (#447)

chore(deps): bump super-linter/super-linter from 6.6.0 to 6.7.0 (#447) #6

Workflow file for this run

---
name: Release
on: # yamllint disable-line rule:truthy
push:
branches:
- main
- master
# Don't grant any access by default
permissions: {}
jobs:
release:
name: Release
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-main-release
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
config-file: .github/release-please/release-please-config.json
manifest-file: .github/release-please/.release-please-manifest.json
token: ${{ secrets.GITHUB_TOKEN }}
...