Skip to content

chore: upgrade wasmvm to address recent security report #36

chore: upgrade wasmvm to address recent security report

chore: upgrade wasmvm to address recent security report #36

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, synchronize, reopened]
push:
tags:
- v*
branches:
- main
permissions:
contents: read
repository-projects: read
packages: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
golangci:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
with:
version: latest
args: --timeout 10m --tests=false