fix: Update @loader-utils to remove @babel-loader vulnerability (#23) #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci-release-workflow | |
on: | |
push: | |
branches: | |
- master | |
workflow_dispatch: | |
# Cancels any release workflows in progress | |
concurrency: | |
group: ${{ github.workflow }} | |
cancel-in-progress: true | |
jobs: | |
ci-release-job: | |
permissions: | |
contents: write | |
pull-requests: write | |
uses: looker-open-source/reusable-actions/.github/workflows/marketplace-viz-release.yml@main | |
# Inherits the Looker Automation Bot token to create release PRs and releases | |
secrets: inherit |