Skip to content

build(deps): Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22 #1507

build(deps): Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22

build(deps): Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22 #1507

Workflow file for this run

name: PR Build
on:
pull_request: {}
permissions: read-all
jobs:
analysis:
name: PR Build
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- name: "Checkout code"
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
- name: "Setup Go"
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: 'go.mod'
- name: "Lint"
uses: golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc # v5.1.0
with:
version: v1.57
args: --timeout 3m0s
- name: "Unit test"
run: make test