Skip to content

build(deps): bump github/codeql-action from 4.37.8 to 4.37.9 #355

build(deps): bump github/codeql-action from 4.37.8 to 4.37.9

build(deps): bump github/codeql-action from 4.37.8 to 4.37.9 #355

Workflow file for this run

name: "Tests"
on:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- run: npm ci
- run: npm run lint
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v7
- run: npm ci && npm run build
- uses: ./
with:
organization: ${{ secrets.CLOUDFLARE_ACCESS_ORGANIZATION }}
auth_client_id: ${{ secrets.CLOUDFLARE_ACCESS_CLIENT_ID }}
auth_client_secret: ${{ secrets.CLOUDFLARE_ACCESS_CLIENT_SECRET }}
unique_client_id: 1a9472c0-ada8-42d1-888b-c5b0750a42f0
configure_docker_dns: true
- run: curl -I https://www.google.com