Sourced from tj-actions/branch-names's releases.
v8
Changes in v8.0.1
What's Changed
- Upgraded to v8 by
@tj-actions-bot
in tj-actions/branch-names#275- chore(deps): update github/codeql-action action to v3 by
@renovate
in tj-actions/branch-names#276- chore(deps): update tj-actions/verify-changed-files action to v17 by
@renovate
in tj-actions/branch-names#277- Updated README.md by
@tj-actions-bot
in tj-actions/branch-names#278- Bump peter-evans/create-pull-request from 5 to 6 by
@dependabot
in tj-actions/branch-names#279- chore(deps): update tj-actions/verify-changed-files action to v18 by
@renovate
in tj-actions/branch-names#281- chore: update test.yml by
@jackton1
in tj-actions/branch-names#282Full Changelog: https://github.com/tj-actions/branch-names/compare/v8...v8.0.1
Changes in v8.0.0
Major version to prevent errors with dependabot upgrades.
What's Changed
- Upgraded to v7.0.7 by
@tj-actions-bot
in tj-actions/branch-names#273- chore: Create SECURITY.md by
@jackton1
in tj-actions/branch-names#274Full Changelog: https://github.com/tj-actions/branch-names/compare/v7...v8.0.0
v7.0.7
What's Changed
- Upgraded to v7.0.6 by
@tj-actions-bot
in tj-actions/branch-names#264- Updated README.md by
@tj-actions-bot
in tj-actions/branch-names#265- Updated README.md by
@tj-actions-bot
in tj-actions/branch-names#266- chore: remove deprecated set-ouput calls by
@jackton1
in tj-actions/branch-names#268- Updated README.md by
@tj-actions-bot
in tj-actions/branch-names#269- Updated README.md by
@tj-actions-bot
in tj-actions/branch-names#270- security: prevent arbitrary code injection via untrusted inputs by
@jackton1
in tj-actions/branch-names#271- security: remove vulnerable events from test by
@jackton1
in tj-actions/branch-names#272Full Changelog: https://github.com/tj-actions/branch-names/compare/v7...v7.0.7
v7.0.6
What's Changed
- Upgraded to v7.0.5 by
@tj-actions-bot
in tj-actions/branch-names#257- chore(deps): update actions/checkout action to v4 by
@renovate
in tj-actions/branch-names#259- chore(deps): update actions/checkout digest to 8ade135 by
@renovate
in tj-actions/branch-names#260- chore(deps): update actions/checkout action to v4.1.0 by
@renovate
in tj-actions/branch-names#261- chore(deps): update actions/checkout action to v4.1.1 by
@renovate
in tj-actions/branch-names#262- Bump actions/checkout from 4.1.0 to 4.1.1 by
@dependabot
in tj-actions/branch-names#263
... (truncated)
Sourced from tj-actions/branch-names's changelog.
🔄 Update
- Updated README.md (331c645) - (jackton1)
- Update README.md (1dd881b) - (Tonye Jack)
- Update README.md (df61b49) - (Tonye Jack)
📝 Other
- PR #282: update test.yml (6871f53) - (repo-ranger[bot])
- PR #281: update tj-actions/verify-changed-files action to v18 (b08a65c) - (repo-ranger[bot])
- PR #279: peter-evans/create-pull-request from 5 to 6 (daaa308) - (repo-ranger[bot])
- PR #278: README.md (e6d7f60) - (repo-ranger[bot])
- PR #277: update tj-actions/verify-changed-files action to v17 (6a42993) - (repo-ranger[bot])
- PR #276: update github/codeql-action action to v3 (3480893) - (repo-ranger[bot])
- PR #275: to v8 (ce11ce0) - (repo-ranger[bot])
⚙️ Miscellaneous Tasks
- Update test.yml (fd631fd) - (Tonye Jack)
- deps: Update tj-actions/verify-changed-files action to v18 (7a67835) - (renovate[bot])
- deps: Update tj-actions/verify-changed-files action to v17 (2fc8b99) - (renovate[bot])
- deps: Update github/codeql-action action to v3 (133b286) - (renovate[bot])
⬆️ Upgrades
- Upgraded from v7.0.7 -> v8 (cf62a9f) - (jackton1)
8.0.0 - (2023-12-05)
➖ Remove
- Deleted .github/workflows/auto-approve.yml (d412a8b) - (Tonye Jack)
📝 Other
⚙️ Miscellaneous Tasks
⬆️ Upgrades
- Upgraded from v7.0.6 -> v7.0.7 (f78faab) - (jackton1)
7.0.7 - (2023-12-03)
... (truncated)
6871f53
Merge pull request #282
from tj-actions/chore/update-test.ymlfd631fd
chore: update test.ymlb08a65c
Merge pull request #281
from tj-actions/renovate/tj-actions-verify-changed-fi...7a67835
chore(deps): update tj-actions/verify-changed-files action to v18daaa308
Merge pull request #279
from tj-actions/dependabot/github_actions/peter-evans...d7e1c12
Bump peter-evans/create-pull-request from 5 to 6e6d7f60
Merge pull request #278
from tj-actions/chore/update-readme331c645
Updated README.md1dd881b
Update README.md6a42993
Merge pull request #277
from tj-actions/renovate/tj-actions-verify-changed-fi...Sourced from softprops/action-gh-release's releases.
v2.0.0
- update actions.yml declaration to node20 to address warnings
Sourced from softprops/action-gh-release's changelog.
0.1.12
- fix bug leading to empty strings subsituted for inputs users don't provide breaking api calls #144
d99959e
prep release0e39c67
make pattern error opt in (#417)20e085c
kick off 2.0.1 release9f5c4d3
update changelog0bea76b
Add support for make_latest property (#304)762fe13
typo in changelogc0f2569
remove unused script5743e06
update changelogfe71fd3
Don't swallow errors (#384)9150ab1
rebuild and update changelogSourced from actions/checkout's releases.
v4.0.0
What's Changed
- Update default runtime to node20 by
@takost
in actions/checkout#1436- Support fetching without the --progress option by
@simonbaird
in actions/checkout#1067- Release 4.0.0 by
@takost
in actions/checkout#1447New Contributors
@takost
made their first contribution in actions/checkout#1436@simonbaird
made their first contribution in actions/checkout#1067Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0
v3.6.0
What's Changed
- Mark test scripts with Bash'isms to be run via Bash by
@dscho
in actions/checkout#1377- Add option to fetch tags even if fetch-depth > 0 by
@RobertWieczoreck
in actions/checkout#579- Release 3.6.0 by
@luketomlinson
in actions/checkout#1437New Contributors
@RobertWieczoreck
made their first contribution in actions/checkout#579@luketomlinson
made their first contribution in actions/checkout#1437Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0
v3.5.3
What's Changed
- Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by
@megamanics
in actions/checkout#1196- Fix typos found by codespell by
@DimitriPapadopoulos
in actions/checkout#1287- Add support for sparse checkouts by
@dscho
and@dfdez
in actions/checkout#1369- Release v3.5.3 by
@TingluoHuang
in actions/checkout#1376New Contributors
@megamanics
made their first contribution in actions/checkout#1196@DimitriPapadopoulos
made their first contribution in actions/checkout#1287@dfdez
made their first contribution in actions/checkout#1369Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3
v3.5.2
What's Changed
- Fix: Use correct API url / endpoint in GHES by
@fhammerl
in actions/checkout#1289 based on #1286 by@1newsr
Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2
v3.5.1
What's Changed
- Improve checkout performance on Windows runners by upgrading
@actions/github
dependency by@BrettDong
in actions/checkout#1246New Contributors
@BrettDong
made their first contribution in actions/checkout#1246
... (truncated)
Sourced from actions/checkout's changelog.
Changelog
v4.1.0
v4.0.0
v3.6.0
- Fix: Mark test scripts with Bash'isms to be run via Bash
- Add option to fetch tags even if fetch-depth > 0
v3.5.3
- Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in
- Fix typos found by codespell
- Add support for sparse checkouts
v3.5.2
v3.5.1
v3.5.0
v3.4.0
v3.3.0
- Implement branch list using callbacks from exec function
- Add in explicit reference to private checkout options
- [Fix comment typos (that got added in #770)](actions/checkout#1057)
v3.2.0
- Add GitHub Action to perform release
- Fix status badge
- Replace datadog/squid with ubuntu/squid Docker image
- Wrap pipeline commands for submoduleForeach in quotes
- Update
@actions/io
to 1.1.2- Upgrading version to 3.2.0
v3.1.0
v3.0.2
... (truncated)
b4ffde6
Link to release page from what's new section (#1514)8530928
Correct link to GitHub Docs (#1511)7cdaf2f
Update CODEOWNERS to Launch team (#1510)8ade135
Prepare 4.1.0 release (#1496)c533a0a
Add support for partial checkout filters (#1396)72f2cec
Update README.md for V4 (#1452)3df4ab1
Release 4.0.0 (#1447)8b5e8b7
Support fetching without the --progress option (#1067)97a652b
Update default runtime to node20 (#1436)Sourced from tj-actions/changed-files's releases.
v44
Changes in v44.0.0
🔥🔥 BREAKING CHANGE 🔥🔥
Overview
We've made a significant update to how pull requests (PRs) from forked repositories are processed. This improvement not only streamlines the handling of such PRs but also fixes a previously identified issue.
Before the Change
Previously, when you created a pull request from a forked repository, any files changed in the target branch after the PR creation would erroneously appear as part of the PR's changed files. This made it difficult to distinguish between the actual changes introduced by the PR and subsequent changes made directly to the target branch.
What Has Changed
With this update, a pull request from a fork will now only include the files that were explicitly changed in the fork. This ensures that the list of changed files in a PR accurately reflects the contributions from the fork, without being muddled by unrelated changes to the target branch.
What's Changed
- Upgraded to v43.0.1 by
@tj-actions-bot
in tj-actions/changed-files#2004- chore(deps): lock file maintenance by
@renovate
in tj-actions/changed-files#2005- chore(deps): update typescript-eslint monorepo to v7.4.0 by
@renovate
in tj-actions/changed-files#2006- fix: bug with prs from forks returning incorrect set of changed files by
@jackton1
in tj-actions/changed-files#2007- fix: check for setting remote urls for forks by
@jackton1
in tj-actions/changed-files#2009- fix: update to add the fork remote by
@jackton1
in tj-actions/changed-files#2010- fix: update previous sha for forks by
@jackton1
in tj-actions/changed-files#2011- fix: ensure the fork remote doesn't exists before creating it by
@jackton1
in tj-actions/changed-files#2012- chore: update description of other_deleted_files output by
@tonyejack1
in tj-actions/changed-files#2008- Updated README.md by
@tj-actions-bot
in tj-actions/changed-files#2013- remove: unused code by
@jackton1
in tj-actions/changed-files#2014- chore: update description of outputs removing asterisks by
@tonyejack1
in tj-actions/changed-files#2015- Updated README.md by
@tj-actions-bot
in tj-actions/changed-files#2016New Contributors
@tonyejack1
made their first contribution in tj-actions/changed-files#2008Full Changelog: https://github.com/tj-actions/changed-files/compare/v43.0.1...v44.0.0
v44.0.0
🔥🔥 BREAKING CHANGE 🔥🔥
Overview
We've made a significant update to how pull requests (PRs) from forked repositories are processed. This improvement not only streamlines the handling of such PRs but also fixes a previously identified issue.
Before the Change
Previously, when you created a pull request from a forked repository, any files changed in the target branch after the PR creation would erroneously appear as part of the PR's changed files. This made it difficult to distinguish between the actual changes introduced by the PR and subsequent changes made directly to the target branch.
What Has Changed
With this update, a pull request from a fork will now only include the files that were explicitly changed in the fork. This ensures that the list of changed files in a PR accurately reflects the contributions from the fork, without being muddled by unrelated changes to the target branch.
... (truncated)
Sourced from tj-actions/changed-files's changelog.
Changelog
44.0.0 - (2024-03-27)
🐛 Bug Fixes
- Ensure the fork remote doesn't exists before creating it (#2012) (4bbd49b) - (Tonye Jack)
- Update previos sha for forks (#2011) (f0e7702) - (Tonye Jack)
- Update to add the fork remote (#2010) (6354e6c) - (Tonye Jack)
- Check for setting remote urls for forks (#2009) (1176164) - (Tonye Jack)
- Bug with prs from forks returning incorrect set of changed files (#2007) (4ff7936) - (Tonye Jack)
➖ Remove
🔄 Update
- Updated README.md (#2016)
Co-authored-by: jackton1 17484350+jackton1@users.noreply.github.com (2d756ea) - (tj-actions[bot])
Co-authored-by: jackton1 17484350+jackton1@users.noreply.github.com (2ca8dc4) - (tj-actions[bot])
- Update README.md (4621617) - (tonyejack1)
- Update README.md (c6557ed) - (Tonye Jack)
- Update README.md (0713a11) - (Tonye Jack)
⚙️ Miscellaneous Tasks
- Update description of outputs removing asterisks (#2015) (ce497c3) - (tonyejack1)
- Update description of other_deleted_files output (#2008) (ee096d6) - (tonyejack1)
- deps: Update typescript-eslint monorepo to v7.4.0 (0647424) - (renovate[bot])
- deps: Lock file maintenance (efe5e6c) - (renovate[bot])
⬆️ Upgrades
- Upgraded to v43.0.1 (#2004)
Co-authored-by: jackton1 17484350+jackton1@users.noreply.github.com (01e9662) - (tj-actions[bot])
43.0.1 - (2024-03-20)
🐛 Bug Fixes
- Remove warning with detecting the local git repository when using Github's REST API (#2002) (077b23f) - (Tonye Jack)
📦 Bumps
... (truncated)
2d756ea
Updated README.md (#2016)ce497c3
chore: update description of outputs removing asterisks (#2015)2d21bbb
Update README.md90941b3
remove: unused code (#2014)2ca8dc4
Updated README.md (#2013)ee096d6
chore: update description of other_deleted_files output (#2008)4621617
Update README.md4bbd49b
fix: ensure the fork remote doesn't exists before creating it (#2012)c6557ed
Update README.mdf0e7702
fix: update previos sha for forks (#2011)Sourced from mattnotmitt/doxygen-action's releases.
Doxygen v1.9.8
- Based on Alpine 3.19
Doxygen v1.9.6
- Based on Alpine 3.18
cbe72c8
Initial 1.9.8 versione0c8cd4
Update versions in readme452281f
update edge version in readme