Skip to content

build(deps): bump github/codeql-action from 3.30.3 to 4.35.1 #116

build(deps): bump github/codeql-action from 3.30.3 to 4.35.1

build(deps): bump github/codeql-action from 3.30.3 to 4.35.1 #116

Workflow file for this run

name: ci
on:
push:
branches:
- '**'
permissions: {}
jobs:
test:
permissions:
contents: read # for actions/checkout to fetch code
runs-on: ubuntu-latest
if: github.event_name == 'push' && !contains(toJson(github.event.commits), '[ci skip]') && !contains(toJson(github.event.commits), '[skip ci]')
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
- run: make lint
- run: make test