Skip to content

Commit

Permalink
Merge pull request #8 from bk2204/security-updates
Browse files Browse the repository at this point in the history
Apply several security updates
  • Loading branch information
bk2204 authored Oct 23, 2023
2 parents c03f967 + 443389c commit 3eda503
Show file tree
Hide file tree
Showing 11 changed files with 285 additions and 147 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ name: ci
on: [push, pull_request]

jobs:
build-stretch:
name: Linux (Debian stretch)
build-bookworm:
name: Linux (Debian bookworm)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-ruby@v1
- run: make ci-stretch
build-buster:
name: Linux (Debian buster)
- run: make ci-bookworm
build-oldest:
name: Linux (Debian bookworm)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-ruby@v1
- run: make ci-buster
- run: make ci-oldest
build-stable:
name: Linux (Rust stable)
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 3eda503

Please sign in to comment.