Skip to content

🚨 [security] [ruby] Update webrick 1.8.1 → 1.8.2 (patch) #1472

🚨 [security] [ruby] Update webrick 1.8.1 → 1.8.2 (patch)

🚨 [security] [ruby] Update webrick 1.8.1 → 1.8.2 (patch) #1472

Workflow file for this run

# GitHub Actions Virtual Environments
# https://github.com/actions/virtual-environments/
name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
main:
name: Build Site
runs-on: ubuntu-latest
steps:
- name: ruby versions
run: |
ruby --version
gem --version
- name: git checkout
uses: actions/checkout@v4
# https://github.com/ruby/setup-ruby
- name: ruby setup
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5
bundler-cache: true
- name: jekyll build
run: |
echo "$JEKYLL_ENV"
bundle exec jekyll build --verbose --trace