| commit | 3b4d58517246da2e3ca9bcbb1af469adea64a57a | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Mar 25 07:50:36 2024 +0000 |
| committer | GitHub <noreply@github.com> | Mon Mar 25 07:50:36 2024 +0000 |
| tree | 3e889efd051db134654241b4e0de3ec856adc66a | |
| parent | dda7731e91c130e64980d987a02f5c75356400cc [diff] |
build(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [lukka/get-cmake](https://github.com/lukka/get-cmake) and [github/codeql-action](https://github.com/github/codeql-action). Updates `lukka/get-cmake` from 3.28.4 to 3.29.0 - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/70abef71925015c1c8e90a1a6af4185162412d91...9438b96ac95a2a8b02548f63800926db324f7c03) Updates `github/codeql-action` from 3.24.8 to 3.24.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/05963f47d870e2cb19a537396c1f668a348c7d8f...1b1aada464948af03b950897e5eb522f92603cc2) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 05e6a0e..40f2480 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml
@@ -12,7 +12,7 @@ os: [ macos-12, macos-13 ] steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - - uses: lukka/get-cmake@70abef71925015c1c8e90a1a6af4185162412d91 # v3.28.4 + - uses: lukka/get-cmake@9438b96ac95a2a8b02548f63800926db324f7c03 # v3.29.0 - name: Download dependencies run: python3 utils/git-sync-deps # NOTE: The MacOS SDK ships universal binaries. CI should reflect this.
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 6ca5dfd..7d624c6 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml
@@ -48,6 +48,6 @@ # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8 + uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 with: sarif_file: results.sarif