Bump zgosalvez/github-actions-analyze-dart from 1.5.3 to 3.0.4 #116
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: Pull Request (Opened) | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
security_hardening: | |
name: Check security hardening | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone the repository | |
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f | |
- name: Ensure SHA pinned actions | |
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@8877889a5717dad0b139f1d2925689aa68f88a43 | |
assign_author: | |
name: Assign Author to the Pull Request | |
needs: security_hardening | |
runs-on: ubuntu-latest | |
steps: | |
- name: Assign Author to the Pull Request | |
uses: technote-space/assign-author@6252488282b99652aef47451a353eb88aea24666 | |
pr-labeler: | |
name: Label the PR based on the branch | |
needs: security_hardening | |
runs-on: ubuntu-latest | |
steps: | |
- name: Label the Pull Request | |
uses: TimonVS/pr-labeler-action@bd0b592a410983316a454e3d48444608f028ec8e | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |