[PAG-2309] Add support for render modes on pluggable widgets #448
Workflow file for this run
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: Ensure SHA pinned actions | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
jobs: | |
harden_security: | |
name: Check SHA in GH Actions | |
runs-on: ubuntu-latest | |
steps: | |
- name: "Checking-out code" | |
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2 | |
with: | |
submodules: false | |
- name: "Ensure SHA pinned actions" | |
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@0b552a197e44b819629237e065d781f5ca691460 # v1.1.1 | |
with: | |
token: ${{ secrets.GH_PAT }} |