Bump the npm_and_yarn group across 6 directories with 13 updates #5
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
# NO-OP placeholder that always passes for other paths | |
# This is here so that we're able to set the status check as required | |
name: Microsite Void | |
on: | |
pull_request: | |
paths-ignore: | |
- '.github/workflows/verify_microsite.yml' | |
- 'microsite/**' | |
- 'beps/**' | |
- 'mkdocs.yml' | |
- 'docs/**' | |
permissions: | |
contents: read | |
jobs: | |
noop: | |
runs-on: ubuntu-latest | |
name: Microsite | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1 | |
with: | |
egress-policy: audit | |
- run: echo NOOP |