tjko / jpegoptim

jpegoptim - utility to optimize/compress JPEG files
http://www.iki.fi/tjko/projects.html
GNU General Public License v3.0
1.56k stars 116 forks source link

Bump lukka/get-cmake from 3.24.2 to 3.26.0 #140

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps lukka/get-cmake from 3.24.2 to 3.26.0.

Release notes

Sourced from lukka/get-cmake's releases.

CMake v3.26.0

The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges.

  • Changes:
    • get-cmake@latest is now using CMake version v3.26.0.

Enjoy!

CMake v3.25.2

The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges.

  • Changes:
    • get-cmake@latest is now using CMake version v3.25.2.

Enjoy!

Added semantic versioning ranges

The action downloads and caches CMake and Ninja on your workflows.

Changes:

  • versions can be specified using semantic versioning ranges, e.g., ~3.25.0 to use latest 3.25 release.
  • added latest and latestrc as special versions for the last stable or candidate release.
  • latest CMake is v3.25.1.
  • latest Ninja is v1.11.1.

Enjoy!

CMake v3.24.3 and user provided versions

The action downloads and caches CMake and Ninja on your workflows.

You can pin your workflow to specific versions you want to use, e.g.,:

uses: lukka/get-cmake@latest
with:
  cmakeVersion: 3.23.0
  ninjaVersion: 1.10.0

Or pin your workflow to a specific CMake version using an existing Git tag with this one-liner:

uses: lukka/get-cmake@v3.24.3

To keep your workflow updated to latest CMake and Ninja use this one-liner:

uses: lukka/get-cmake@latest

The version of Ninja is the last at the time of the CMake release, unless specified with the ninjaVersion input.

... (truncated)

Commits
  • 8281300 cmake v3.26
  • 1a178d4 add ˜3.0.0 test, and add diag msg
  • 9b13337 Bump jsonwebtoken and universal-github-app-jwt
  • 0db9bc6 fix docs: 3.25.1 -> 3.25.2
  • 6fe08c9 add to catalog version 3.0.x for Linux and macOS
  • 40c07e5 Bump json5 from 2.2.1 to 2.2.3
  • d9605b2 Create FUNDING.yml
  • de0f046 - use local cache version using semver syntax.
  • f406847 the test "action failure" was succeeding but not as intented to be.
  • bdf6ed6 update action.yml description
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-advanced-security[bot] commented 1 year ago

You have successfully added a new CodeQL configuration /language:cpp. As part of the setup process, we have scanned this repository and found 53 existing alerts. Please check the repository Security tab to see all alerts.