diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index 03f2746..efb137b 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -18,7 +18,7 @@ jobs: issues: write if: github.event_name == 'push' && github.ref == 'refs/heads/main' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 2 - name: Prevent direct push to main @@ -60,7 +60,7 @@ jobs: name: Contributing Rules Bot runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/security-scanners.yml b/.github/workflows/security-scanners.yml index a353387..1d5db9a 100644 --- a/.github/workflows/security-scanners.yml +++ b/.github/workflows/security-scanners.yml @@ -16,7 +16,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0