diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 71f611a..bfe5759 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -52,7 +52,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@v5 + uses: actions/checkout@v6 - name: Setup MSBuild.exe uses: microsoft/setup-msbuild@v2.0.0 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 83d5649..2ae8314 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: # config: ${{ vars.PERMISSIONS_CONFIG }} - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -67,7 +67,7 @@ jobs: run: echo "$NEEDS_CONTEXT" - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0