diff --git a/.github/workflows/security-baseline.yml b/.github/workflows/security-baseline.yml index c483252..6fef1c7 100644 --- a/.github/workflows/security-baseline.yml +++ b/.github/workflows/security-baseline.yml @@ -19,7 +19,7 @@ jobs: container: image: semgrep/semgrep steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run Semgrep run: semgrep scan --config auto --error @@ -27,7 +27,7 @@ jobs: name: Gitleaks runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Run Gitleaks @@ -39,7 +39,7 @@ jobs: name: Trivy filesystem runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run Trivy uses: aquasecurity/trivy-action@v0.36.0 with: