Skip to content

Commit

Permalink
Merge pull request #6 from bk2204/security-updates
Browse files Browse the repository at this point in the history
Apply security updates for regex and remove atty
  • Loading branch information
bk2204 authored Oct 3, 2023
2 parents 82fb8ce + bd3fcd2 commit 1bab6f2
Show file tree
Hide file tree
Showing 15 changed files with 189 additions and 291 deletions.
51 changes: 2 additions & 49 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,53 +2,6 @@ name: ci
on: [push, pull_request]

jobs:
build-buster:
name: Linux (Debian buster amd64)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
- run: make ci-buster
- uses: actions/upload-artifact@v2
with:
name: buster-amd64-deb
path: target/assets/muter_*.deb
build-buster-armel:
name: Linux (Debian buster armel)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
- run: |
echo '{"experimental": true}' | sudo tee /etc/docker/daemon.json
sudo systemctl restart docker.service
docker version -f '{{.Server.Experimental}}'
- uses: docker/setup-qemu-action@v1
- run: make ci-buster
env:
PLATFORM: linux/arm/v5
- uses: actions/upload-artifact@v2
with:
name: buster-armel-deb
path: target/assets/muter_*.deb
build-buster-arm64:
name: Linux (Debian buster arm64)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
- run: |
echo '{"experimental": true}' | sudo tee /etc/docker/daemon.json
sudo systemctl restart docker.service
docker version -f '{{.Server.Experimental}}'
- uses: docker/setup-qemu-action@v1
- run: make ci-buster
env:
PLATFORM: linux/arm64
- uses: actions/upload-artifact@v2
with:
name: buster-arm64-deb
path: target/assets/muter_*.deb
build-bullseye:
name: Linux (Debian bullseye amd64)
runs-on: ubuntu-latest
Expand Down Expand Up @@ -123,7 +76,7 @@ jobs:
FEATURES: modern
build-freebsd:
name: FreeBSD
runs-on: macos-10.15
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -132,7 +85,7 @@ jobs:
- run: make ci-freebsd
build-netbsd:
name: NetBSD
runs-on: macos-10.15
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
Expand Down
Loading

0 comments on commit 1bab6f2

Please sign in to comment.