From cfe0a8e29c5f1e928fa12e3ffb2d71f4609948ce Mon Sep 17 00:00:00 2001 From: xavier2k6 <42386382+xavier2k6@users.noreply.github.com> Date: Tue, 9 Dec 2025 21:03:50 +0000 Subject: [PATCH] [GitHub Actions] Updated workflows with newer revisions (#48767) --- .github/workflows/check_issues.yml | 2 +- .github/workflows/check_tools_sha.yml | 2 +- .github/workflows/codeql.yml | 6 +++--- .github/workflows/untrustedPR.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check_issues.yml b/.github/workflows/check_issues.yml index 02485b127e..2a949448c5 100644 --- a/.github/workflows/check_issues.yml +++ b/.github/workflows/check_issues.yml @@ -11,7 +11,7 @@ jobs: permissions: issues: write steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | let issue_query = { diff --git a/.github/workflows/check_tools_sha.yml b/.github/workflows/check_tools_sha.yml index 123c52c2c2..9103ab5c40 100644 --- a/.github/workflows/check_tools_sha.yml +++ b/.github/workflows/check_tools_sha.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Bootstrap vcpkg run: ./bootstrap-vcpkg.sh diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3e9fc9505f..c45f027d21 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,9 +30,9 @@ jobs: build-mode: none steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -46,6 +46,6 @@ jobs: ./vcpkg install alac-decoder breakpad[tools] gettimeofday modp-base64 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/untrustedPR.yml b/.github/workflows/untrustedPR.yml index 2510a34d11..eeda097d6c 100644 --- a/.github/workflows/untrustedPR.yml +++ b/.github/workflows/untrustedPR.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # fetch-depth 50 tries to ensure we capture the whole history of the branch fetch-depth: 50 @@ -59,7 +59,7 @@ jobs: git reset HEAD~ --mixed - name: Generate Reply - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { promises: fs } = require('fs')