Skip to content

chore(deps): update actions/checkout action to v4.1.4 #487

chore(deps): update actions/checkout action to v4.1.4

chore(deps): update actions/checkout action to v4.1.4 #487

Workflow file for this run

name: tfsec
on:
- pull_request
- push
jobs:
tfsec:
permissions:
actions: read
contents: read
security-events: write
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Run tfsec
uses: aquasecurity/tfsec-sarif-action@21ded20e8ca120cd9d3d6ab04ef746477542a608 # v0.1.4
with:
sarif_file: tfsec.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
with:
sarif_file: tfsec.sarif