Bump golang.org/x/text from 0.16.0 to 0.17.0 #234
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Security and License Scans | |
on: | |
pull_request_target: | |
branches: | |
- main | |
push: | |
branches: | |
- main | |
# Run every day at 5am UTC | |
schedule: | |
- cron: "0 5 * * *" | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
jobs: | |
security-license-scan: | |
uses: TBD54566975/open-source-programs/.github/workflows/security.yml@main | |
secrets: inherit |