Skip to content

chore(deps): bump github/codeql-action from 4.35.3 to 4.36.1 #17

chore(deps): bump github/codeql-action from 4.35.3 to 4.36.1

chore(deps): bump github/codeql-action from 4.35.3 to 4.36.1 #17

Workflow file for this run

name: GH Page PR Build
on:
pull_request:
branches:
- main
defaults:
run:
working-directory: ./site
permissions:
contents: none
packages: none
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Use Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@morganstanley'
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm run build