Skip to content

Bump github.com/senzing/g2-sdk-go from 0.7.4 to 0.7.6 #130

Bump github.com/senzing/g2-sdk-go from 0.7.4 to 0.7.6

Bump github.com/senzing/g2-sdk-go from 0.7.4 to 0.7.6 #130

Workflow file for this run

# Based on
# - https://github.com/securego/gosec
name: gosec.yaml
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
gosec:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...