Skip to content

Refactor Dependabot auto-merge workflow to use updated actions and st… #355

Refactor Dependabot auto-merge workflow to use updated actions and st…

Refactor Dependabot auto-merge workflow to use updated actions and st… #355

Workflow file for this run

on:
push:
branches:
- master
- main
pull_request:
name: Security
jobs:
Gosec:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v6
- name: Run Gosec
uses: securego/gosec@master
with:
args: ./...