Skip to content

build(deps): bump github/codeql-action from 3.26.6 to 3.26.10 #12

build(deps): bump github/codeql-action from 3.26.6 to 3.26.10

build(deps): bump github/codeql-action from 3.26.6 to 3.26.10 #12

Workflow file for this run

name: Make distcheck
on:
workflow_dispatch:
push:
branches: [ master ]
paths-ignore:
- README
- NEWS
pull_request:
branches: [ master ]
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
build:
name: Make distcheck
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install dependencies
run: sudo apt-get update -qq && sudo apt-get install -y libyaml-dev texinfo texlive
- name: Autogen
run: ./autogen.sh
- name: Configure
run: ./configure
- name: Make distcheck
run: make distcheck