chore(deps): bump aquasecurity/trivy-action from 0.28.0 to 0.35.0 in /.github/workflows in the github_actions group across 1 directory #1
This file contains hidden or 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: First interaction | |
| on: [pull_request_target, issues] | |
| permissions: | |
| contents: read | |
| jobs: | |
| greeting: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: write | |
| steps: | |
| - uses: actions/first-interaction@v3 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| pr-message: "🎉 Welcome! Thanks for making your first pull request to Kubeflow Pipelines! Contributors like ⭐ you ⭐ are what make this project possible! Please make sure to read the [contributing guidelines](https://github.com/kubeflow/pipelines/blob/master/CONTRIBUTING.md)." |