From 2efbef1155379ef636923b0088022f82b5bd487b Mon Sep 17 00:00:00 2001 From: Tom Longridge Date: Tue, 7 Jan 2025 14:30:14 +0000 Subject: [PATCH 1/2] build(scorecard): bump upload action --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 49f90310d0..151d6452cd 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -59,7 +59,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: SARIF file path: results.sarif From f1f186684c999edc41952130d67a6ecf39c6f3aa Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 8 Jan 2025 09:56:28 +0000 Subject: [PATCH 2/2] chore(codeql): run codeql GH action on ubuntu-22.04 --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 344d77b2f1..92ce2072e2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ env: jobs: analyze: name: Analyze - runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} + runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-22.04' }} permissions: actions: read contents: read