Skip to content

Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.23 #117

Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.23

Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.23 #117

Workflow file for this run

name: Run Gosec
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...