diff --git a/.github/workflows/BuildPlatform.yml b/.github/workflows/BuildPlatform.yml index c02ac35a5a..ebe7e9a554 100644 --- a/.github/workflows/BuildPlatform.yml +++ b/.github/workflows/BuildPlatform.yml @@ -65,7 +65,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - run: | git config --global --add safe.directory '*' diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c22fa8dd61..52cabdc11d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -74,7 +74,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Python uses: actions/setup-python@v5 diff --git a/.github/workflows/issue-assignment.yml b/.github/workflows/issue-assignment.yml index 1c06ea9d44..0790d7cfc1 100644 --- a/.github/workflows/issue-assignment.yml +++ b/.github/workflows/issue-assignment.yml @@ -21,7 +21,7 @@ jobs: issues: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Remove Labels env: diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index d80addfbce..72b8bc7326 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -30,7 +30,7 @@ jobs: issues: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Parse Issue Form uses: stefanbuck/github-issue-parser@v3 diff --git a/.github/workflows/request-reviews.yml b/.github/workflows/request-reviews.yml index d04901d578..29bd688d6d 100644 --- a/.github/workflows/request-reviews.yml +++ b/.github/workflows/request-reviews.yml @@ -44,7 +44,7 @@ jobs: # - BaseTools/Scripts: Contains the GetMaintainer.py script # - Maintainers.txt: Contains the list of maintainers for the repository - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 1 sparse-checkout: |