Skip to content

chore(deps): update github/codeql-action action to v4.31.11 #21

chore(deps): update github/codeql-action action to v4.31.11

chore(deps): update github/codeql-action action to v4.31.11 #21

Workflow file for this run

name: CI-i386
'on':
push:
branches:
- master
pull_request:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions: {}
jobs:
# Ensure that the repository can be built for i386
Testi386:
name: 'Test i386'
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master # zizmor: ignore[unpinned-uses]
with:
oss-fuzz-project-name: 'curl'
dry-run: false
keep-unaffected-fuzz-targets: true
architecture: 'i386'