Skip to content

Update makefile.yml: action permissions (CodeQL #1) #8

Update makefile.yml: action permissions (CodeQL #1)

Update makefile.yml: action permissions (CodeQL #1) #8

Workflow file for this run

name: Compile net-tools
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: configure
run: yes "" | make config
- name: compile
run: make all