diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47fdc0e2e9..af9d9c83dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: steps: - name: Checkout repository from github - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Check Filelist (for packaging) run: | @@ -375,7 +375,7 @@ jobs: steps: - name: Checkout repository from github - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install packages if: matrix.features == 'huge' @@ -565,7 +565,7 @@ jobs: release: false - name: Checkout repository from github - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Create a list of download URLs shell: cmd diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d84920b22e..cd0de7d88f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout repository from github - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index fb2832172e..04859a9758 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository from github if: env.TOKEN - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Download Coverity if: env.TOKEN