Sourced from taiki-e/install-action's releases.
2.45.13
- Update
cargo-udeps@latest
to 0.1.53.2.45.12
- Update
wasm-bindgen@latest
to 0.2.97.2.45.11
- Update
cargo-zigbuild@latest
to 0.19.5.2.45.10
- Update
wasm-bindgen@latest
to 0.2.96.2.45.9
Update
cargo-tarpaulin@latest
to 0.31.3.Update
cargo-binstall@latest
to 1.10.15.2.45.8
Update
cargo-deny@latest
to 0.16.3.Update
protoc@latest
to 3.29.0.2.45.7
Update
cargo-nextest@latest
to 0.9.85.Update
typos@latest
to 1.28.1.Update
mdbook@latest
to 0.4.43.2.45.6
Update
cargo-auditable@latest
to 0.6.6.Update
cargo-binstall@latest
to 1.10.14.2.45.5
- Update
release-plz@latest
to 0.3.110.2.45.4
- Update
syft@latest
to 1.17.0.2.45.3
- Update
just@latest
to 1.37.0.2.45.2
- Update
wasmtime@latest
to 27.0.0.2.45.1
- Update
git-cliff@latest
to 2.7.0.2.45.0
... (truncated)
Sourced from taiki-e/install-action's changelog.
Changelog
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
[Unreleased]
[2.45.13] - 2024-11-30
- Update
cargo-udeps@latest
to 0.1.53.[2.45.12] - 2024-11-30
- Update
wasm-bindgen@latest
to 0.2.97.[2.45.11] - 2024-11-30
- Update
cargo-zigbuild@latest
to 0.19.5.[2.45.10] - 2024-11-30
- Update
wasm-bindgen@latest
to 0.2.96.[2.45.9] - 2024-11-29
Update
cargo-tarpaulin@latest
to 0.31.3.Update
cargo-binstall@latest
to 1.10.15.[2.45.8] - 2024-11-28
Update
cargo-deny@latest
to 0.16.3.Update
protoc@latest
to 3.29.0.[2.45.7] - 2024-11-27
Update
cargo-nextest@latest
to 0.9.85.Update
typos@latest
to 1.28.1.Update
mdbook@latest
to 0.4.43.[2.45.6] - 2024-11-24
... (truncated)
a22e180
Release 2.45.137549ed4
Update cargo-udeps@latest
to 0.1.53251c392
Release 2.45.12a2130a3
Update wasm-bindgen@latest
to 0.2.97b97519f
Release 2.45.116370ad4
Update cargo-zigbuild@latest
to 0.19.5c0f0193
Release 2.45.10dee1038
Update wasm-bindgen@latest
to 0.2.962f8caf5
Release 2.45.9e40b8ce
Update cargo-tarpaulin@latest
to 0.31.3Sourced from CodSpeedHQ/action's releases.
v3.2.0
Release Notes
🚀 Features
- Implement gitlab ci provider by
@​fargito
in #47- Add repository provider to upload metadata by
@​fargito
- Use system distribution id instead of name by
@​fargito
🏗️ Refactor
- Move sender out of ghdata by
@​fargito
- Rename provider to ci provider by
@​fargito
- Use string for runId by
@​fargito
- Improve string interpolation by
@​fargito
⚙️ Internals
- Configure git-cliff for changelog generation by
@​art049
- Add rust settings by
@​fargito
Associated runner release: https://github.com/CodSpeedHQ/runner/releases/tag/v3.2.0 Full Changelog: https://github.com/CodSpeedHQ/action/compare/v3.1.0...v3.2.0
v3.1.0
What's Changed
This new release includes compatibility with our new
wall time
instruments, which allow measurement of real execution timings. This will be very useful for macro benchmarks running on properly isolated machines. You can now use our CodSpeed Macro runners without changing anything in your existing CI workflows.Find more info on our Walltime instrument here.
Full Changelog: https://github.com/CodSpeedHQ/action/compare/v3.0.1...v3.1.0
Sourced from actions/attest-build-provenance's releases.
v1.4.4
What's Changed
- Bump predicate action from 1.1.3 to 1.1.4 by
@​bdehamer
in actions/attest-build-provenance#310
- Bump
@​actions/core
from 1.10.1 to 1.11.1 by@​dependabot
in actions/attest-build-provenance#275- Bump
@​actions/attest
from 1.4.2 to 1.5.0 by@​bdehamer
in actions/attest-build-provenance#309
- Fix SLSA provenance bug related to
workflow_ref
OIDC token claims containing the "@" symbol in the tag name (actions/toolkit#1863)Full Changelog: https://github.com/actions/attest-build-provenance/compare/v1.4.3...v1.4.4
ef24412
bump predicate from 1.1.3 to 1.1.4 (#310)36fa7d0
bump @​actions/attest
from 1.4.2 to 1.5.0 (#309)390c0bb
Bump @​types/node
from 22.8.1 to 22.8.7 in the
npm-development group (#305)21da615
Bump the npm-development group with 3 updates (#299)0704961
Bump actions/publish-immutable-action in the actions-minor group (#298)d01b070
Bump the npm-development group with 3 updates (#278)b1d65e4
Add workflow file for publishing releases to immutable action package
(#277)3a27694
Bump @​actions/core
from 1.10.1 to 1.11.1 (#275)dff1ae6
prevent e2e workflows on forks (#272)e5892d0
Bump the npm-development group with 3 updates (#263)Sourced from docker/metadata-action's releases.
v5.6.1
- Fix GitHub API request fallback for commit date by
@​crazy-max
in docker/metadata-action#478- Revert to default commit SHA length of 7 by
@​crazy-max
in docker/metadata-action#480Full Changelog: https://github.com/docker/metadata-action/compare/v5.6.0...v5.6.1
v5.6.0
- Add
commit_date
global expression by@​trim21
in docker/metadata-action#471 docker/metadata-action#475- Increase short commit sha length to 12 for uniqueness by
@​crazy-max
in docker/metadata-action#467- Bump
@​actions/core
from 1.10.1 to 1.11.1 docker/metadata-action#460- Bump
@​docker/actions-toolkit
from 0.16.1 to 0.44.0 docker/metadata-action#391 docker/metadata-action#399 docker/metadata-action#413 docker/metadata-action#441- Bump braces from 3.0.2 to 3.0.3 docker/metadata-action#424
- Bump cross-spawn from 7.0.3 to 7.0.5 docker/metadata-action#474
- Bump csv-parse from 5.5.5 to 5.5.6 docker/metadata-action#412
- Bump moment-timezone from 0.5.44 to 0.5.46 docker/metadata-action#383 docker/metadata-action#470 docker/metadata-action#459
- Bump path-to-regexp from 6.2.2 to 6.3.0 docker/metadata-action#454
- Bump semver from 7.6.0 to 7.6.3 docker/metadata-action#400 docker/metadata-action#411 docker/metadata-action#440
- Bump undici from 5.26.3 to 5.28.4 docker/metadata-action#386 docker/metadata-action#402
Full Changelog: https://github.com/docker/metadata-action/compare/v5.5.1...v5.6.0
369eb59
Merge pull request #480
from crazy-max/back-to-sha-77d870ce
chore: update generated contente44a9cd
back to commit sha length of 78cb0002
Merge pull request #478
from crazy-max/commit-date-requeste01ddd3
chore: update generated content861d98a
commiter_date: fix github api request fallback359e915
Merge pull request #475
from crazy-max/commit-date-changes0c395eb
commit_date: code cleanup and readme updates1156622
Merge pull request #474
from docker/dependabot/npm_and_yarn/cross-spawn-7.0.595ea8d0
chore(deps): Bump cross-spawn from 7.0.3 to 7.0.5Sourced from docker/build-push-action's releases.
v6.10.0
- Add
call
input to set method for evaluating build by@​crazy-max
in docker/build-push-action#1265- Bump
@​actions/core
from 1.10.1 to 1.11.1 in docker/build-push-action#1238- Bump
@​docker/actions-toolkit
from 0.39.0 to 0.46.0 in docker/build-push-action#1268- Bump cross-spawn from 7.0.3 to 7.0.6 in docker/build-push-action#1261
Full Changelog: https://github.com/docker/build-push-action/compare/v6.9.0...v6.10.0
48aba3b
Merge pull request #1268
from docker/dependabot/npm_and_yarn/docker/actions-t...678328c
chore: update generated contentcdf0a37
chore(deps): Bump @​docker/actions-toolkit
from 0.39.0 to
0.46.0d719b79
Merge pull request #1238
from docker/dependabot/npm_and_yarn/actions/core-1.11.1c333dfd
chore: update generated content6b56a4c
chore(deps): Bump @​actions/core
from 1.10.1 to 1.11.192fb0d7
Merge pull request #1259
from docker/dependabot/github_actions/codecov/codeco...40532c5
ci: fix deprecated input for codecov-action70dd953
Merge pull request #1267
from crazy-max/fix-allow41b4e80
Merge pull request #1261
from docker/dependabot/npm_and_yarn/cross-spawn-7.0.6Sourced from lycheeverse/lychee-action's releases.
Version 2.1.0
What's Changed
- Add missing argument
failIfEmpty
by@​LitoMore
in lycheeverse/lychee-action#261- Fix bugs about the exit code by
@​YDX-2147483647
in lycheeverse/lychee-action#262- Bump lychee version to 0.17.0 by
@​mre
in lycheeverse/lychee-action#263New Contributors
@​LitoMore
made their first contribution in lycheeverse/lychee-action#261@​YDX-2147483647
made their first contribution in lycheeverse/lychee-action#262Full Changelog: https://github.com/lycheeverse/lychee-action/compare/v2...v2.1.0
Sourced from github/codeql-action's releases.
v3.27.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.5 - 19 Nov 2024
No user facing changes.
See the full CHANGELOG.md for more information.
v3.27.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.4 - 14 Nov 2024
No user facing changes.
See the full CHANGELOG.md for more information.
v3.27.3
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.3 - 12 Nov 2024
No user facing changes.
See the full CHANGELOG.md for more information.
v3.27.2
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.2 - 12 Nov 2024
- Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #2590
... (truncated)
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.[UNRELEASED]
No user facing changes.
3.27.5 - 19 Nov 2024
No user facing changes.
3.27.4 - 14 Nov 2024
No user facing changes.
3.27.3 - 12 Nov 2024
No user facing changes.
3.27.2 - 12 Nov 2024
- Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #2590
3.27.1 - 08 Nov 2024
- The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. #2573
- Update default CodeQL bundle version to 2.19.3. #2576
3.27.0 - 22 Oct 2024
- Bump the minimum CodeQL bundle version to 2.14.6. #2549
- Fix an issue where the
upload-sarif
Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by theupload-sarif
Action. #2557- Update default CodeQL bundle version to 2.19.2. #2552
3.26.13 - 14 Oct 2024
No user facing changes.
3.26.12 - 07 Oct 2024
Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.14.5 and earlier. These versions of CodeQL were discontinued on 24 September 2024 alongside GitHub Enterprise Server 3.10, and will be unsupported by CodeQL Action versions 3.27.0 and later and versions 2.27.0 and later. #2520
If you are using one of these versions, please update to CodeQL CLI version 2.14.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
Alternatively, if you want to continue using a version of the CodeQL CLI between 2.13.5 and 2.14.5, you can replace
github/codeql-action/*@v3
bygithub/codeql-action/*@v3.26.11
andgithub/codeql-action/*@v2
bygithub/codeql-action/*@v2.26.11
in your code scanning workflow to ensure you continue using this version of the CodeQL Action.3.26.11 - 03 Oct 2024
... (truncated)
f09c1c0
Merge pull request #2616
from github/update-v3.27.5-a6c8729a567b73ea
Update changelog for v3.27.5a6c8729
Merge pull request #2614
from github/marcogario/per-platform-proxy8f3b487
Start-proxy: Fetch OS specific binarycba5fb5
Merge pull request #2613
from github/dependabot/npm_and_yarn/npm_and_yarn-018...e782c3a
Merge pull request #2612
from github/angelapwen/report-linux-runner-releasedb67881
Update checked-in dependenciesecde4d2
Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn groupe3c67a0
Merge pull request #2610
from github/dependabot/npm_and_yarn/npm-d2ca52e617f9ada54
Telemetry: report OS release for GitHub-hosted Linux runnersSourced from crate-ci/typos's releases.
v1.28.1
[1.28.1] - 2024-11-26
Fixes
- Add back in
lock
file types accidentally removed in 1.28 (go.sum
,requirements.txt
)v1.28.0
[1.28.0] - 2024-11-25
Features
- Updated the dictionary with the November 2024 changes
- Add many new types and file extensions to the
--type-list
, including ada, alire, bat, candid, carp, cml, devicetree, dita, dockercompose, grpbuild, graphql, hare, lean, meson, prolog, raku, reasonml, rescript, solidity, svelte, usd, v, wgslv1.27.3
[1.27.3] - 2024-11-08
Fixes
- Don't correct
alloced
- Don't correct
registor
, a more domain specific variant ofregister
v1.27.2
[1.27.2] - 2024-11-06
Fixes
- Correct
fand
v1.27.1
[1.27.1] - 2024-11-06
Fixes
- Correct
alingment
asalignment
, rather thanalinement
Sourced from crate-ci/typos's changelog.
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[Unreleased] - ReleaseDate
[1.28.1] - 2024-11-26
Fixes
- Add back in
lock
file types accidentally removed in 1.28 (go.sum
,requirements.txt
)[1.28.0] - 2024-11-25
Features
- Updated the dictionary with the November 2024 changes
- Add many new types and file extensions to the
--type-list
, including ada, alire, bat, candid, carp, cml, devicetree, dita, dockercompose, grpbuild, graphql, hare, lean, meson, prolog, raku, reasonml, rescript, solidity, svelte, usd, v, wgsl[1.27.3] - 2024-11-08
Fixes
- Don't correct
alloced
- Don't correct
requestor
, a more domain specific variant ofrequester
[1.27.2] - 2024-11-06
Fixes
- Correct
fand
[1.27.1] - 2024-11-06
Fixes
- Correct
alingment
asalignment
, rather thanalinement
[1.27.0] - 2024-11-01
Features
- Updated the dictionary with the October 2024 changes
[1.26.8] - 2024-10-24
[1.26.7] - 2024-10-24
... (truncated)
bd36f89
chore: Release9b3917c
docs: Update changelog8a0dae6
Merge pull request #1159
from epage/go70f2360
fix: Re-add go.sum, requirements.txt to 'lock' file type78d6d22
chore: Releasee75389e
chore: Releasecd4f295
docs: Update changelogbdcd9c5
Merge pull request #1157
from epage/dict31e5b4f
feat(dict): November updatesea6fdd1
Merge pull request #1154
from dseight/master2d8c992
Bump to 0.16.3f87fcad
Bump to 0.16.2