From 6253fc24387181b60df3b0ec1d31879e51d0d27e Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Fri, 24 Jul 2026 14:23:04 +0200 Subject: [PATCH 1/2] Update GHA versions --- .github/workflows/ci_cd.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 73f50df..28f01a9 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install tooling run: | @@ -45,7 +45,7 @@ jobs: - name: Upload SwiftLint SARIF if: ${{ always() && !cancelled() && hashFiles('swiftlint.sarif') != '' }} - uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 + uses: github/codeql-action/upload-sarif@e58424170fb0262c8d7ed60a2e84b9bffe205c67 # codeql-bundle-v2.26.1 with: sarif_file: swiftlint.sarif category: swiftlint @@ -58,7 +58,7 @@ jobs: echo -n "$APP_STORE_CONNECT_PRIVATE_KEY" > ~/private_keys/AuthKey_${{ secrets.APP_STORE_CONNECT_KEY_ID }}.p8 - name: Swift Package Manager cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .build key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f10722..d67c162 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Get ORLib spec information id: orlib_spec From 1c0054e680d3e71feb0d86bebd8dbe8bc4ccba60 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Fri, 24 Jul 2026 14:28:23 +0200 Subject: [PATCH 2/2] Apply suggestion from @wborn --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 28f01a9..558cf90 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -45,7 +45,7 @@ jobs: - name: Upload SwiftLint SARIF if: ${{ always() && !cancelled() && hashFiles('swiftlint.sarif') != '' }} - uses: github/codeql-action/upload-sarif@e58424170fb0262c8d7ed60a2e84b9bffe205c67 # codeql-bundle-v2.26.1 + uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # 4.37.3 with: sarif_file: swiftlint.sarif category: swiftlint