diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 39ea7ba..8065934 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -55,7 +55,7 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 10b3543..17d2dfe 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -11,7 +11,7 @@ jobs: contents: write # Needed to push to your repo steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Fetch full history for proper syncing