Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Bump github.com/google/addlicense from 1.0.0 to 1.2.0 in /internal/tools #894

Bump github.com/google/addlicense from 1.0.0 to 1.2.0 in /internal/tools

Bump github.com/google/addlicense from 1.0.0 to 1.2.0 in /internal/tools #894

Workflow file for this run

name: Run Gosec
on:
workflow_dispatch:
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
# │ │ │ │ │
# │ │ │ │ │
# │ │ │ │ │
# * * * * *
- cron: '30 1 * * *'
pull_request:
branches: [ main ]
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: './...'