chore(deps): bump terraform-linters/setup-tflint from 5.0.0 to 6.2.0 #9
This file contains hidden or 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: OSV-Scanner | |
on: | |
pull_request: | |
branches: [main] | |
merge_group: | |
branches: [main] | |
permissions: {} | |
jobs: | |
scan-pr: | |
permissions: | |
actions: read # Required to upload SARIF file to CodeQL | |
security-events: write # Require writing security events to upload | |
contents: read # for checkout | |
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@e92b5d07338d4f0ba0981dffed17c48976ca4730" # v2.2.3 |