Skip to content

ci(deps): bump oxsecurity/megalinter from 7.13.0 to 8.0.0 (#536) #413

ci(deps): bump oxsecurity/megalinter from 7.13.0 to 8.0.0 (#536)

ci(deps): bump oxsecurity/megalinter from 7.13.0 to 8.0.0 (#536) #413

---
name: Create Release
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
id: token
with:
app-id: ${{ vars.FOREST_RELEASER_APP_ID }}
private-key: ${{ secrets.FOREST_RELEASER_APP_PRIVATE_KEY }}
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
with:
token: ${{ steps.token.outputs.token }}