Skip to content

Upgrading modules to fix dependabot issues #77

Upgrading modules to fix dependabot issues

Upgrading modules to fix dependabot issues #77

Workflow file for this run

name: Golang-security-action
on:
push:
tags:
- v*
branches:
- master
- develop
- main
pull_request:
jobs:
golang-security-action:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: ynniss/golang-security-action@master
with:
CODE_PATH: "./"