Skip to content

Create SECURITY.md #119

Create SECURITY.md

Create SECURITY.md #119

Workflow file for this run

name: Ubuntu CI
on:
pull_request:
paths:
- '**.c'
- '**.h'
- '**.i'
- '**.in'
- '**.sh'
- '**.py'
- '**.go'
- '**.java'
- '**.rb'
- .github/workflows/ubuntu.yml
push:
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- run: .github/build.sh ubuntu
- uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2.3.1
with:
name: openpace
path:
openpace*.tar.gz
build-ape:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- run: .github/build.sh ape
- uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2.3.1
with:
name: openpace-bin
path:
openpace-bin