Skip to content

[Snyk] Security upgrade @agoric/marshal from 0.2.7 to 0.5.0 #319

[Snyk] Security upgrade @agoric/marshal from 0.2.7 to 0.5.0

[Snyk] Security upgrade @agoric/marshal from 0.2.7 to 0.5.0 #319

Workflow file for this run

name: PR Checks
# run CI on all PRs (even the ones that target non-master
# branches)
on:
pull_request:
jobs:
# Check that commits conform to https://www.conventionalcommits.org/en/v1.0.0/
conventional-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: check Conventional Commits
uses: docker://outillage/commitsar