fix(headless, atomic): ensure components are enabled/disabled correctly when an invalid tab id is provided #17950
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: 'package-lock.json root validator' | |
on: | |
push: | |
branches: [master] | |
paths-ignore: | |
- '**/package-lock.json' | |
- '!package-lock.json' | |
pull_request: | |
branches: [master] | |
paths-ignore: | |
- '**/package-lock.json' | |
- '!package-lock.json' | |
permissions: | |
contents: read | |
jobs: | |
lockfile-outside-of-root: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4 | |
with: | |
egress-policy: audit | |
- run: exit 0 |