Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: actions/checkout, github/codeql-action and softprops/action-gh-release.
Updates actions/checkout from 4.1.6 to 4.1.7
Release notes
Sourced from actions/checkout's releases.
v4.1.7
What's Changed
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776New Contributors
@orhantoymade their first contribution in actions/checkout#1774Full Changelog: https://github.com/actions/checkout/compare/v4.1.6...v4.1.7
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-millerin actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabotin actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabotin actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabotin actions/checkout#1695- README: Suggest
user.emailto be41898282+github-actions[bot]@users.noreply.github.comby@cory-millerin actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfigwhen disablingsparse-checkoutby@jww3in actions/checkout#1692- Add dependabot config by
@cory-millerin actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabotin actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabotin actions/checkout#1643v4.1.3
- Check git version before attempting to disable
sparse-checkoutby@jww3in actions/checkout#1656- Add SSH user parameter by
@cory-millerin actions/checkout#1685- Update
actions/checkoutversion inupdate-main-version.ymlby@jww3in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkoutoption is not present@dschoin actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@peterbein actions/checkout#1511- Link to release page from what's new section by
@cory-millerin actions/checkout#1514v4.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
... (truncated)
Commits
692973ePrepare 4.1.7 release (#1775)6ccd57fPin actions/checkout's own workflows to a known, good, stable version. (#1776)b17fe1eHandle hidden refs (#1774)b80ff79Bump actions/checkout from 3 to 4 (#1697)b1ec302Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1739)- See full diff in compare view
Updates github/codeql-action from 3.25.7 to 3.25.11
Changelog
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
v2andv3of the CodeQL Action is the node version they support, withv3running on node 20 while we continue to releasev2to support running on node 16. For example3.22.11was the firstv3release 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.25.11 - 28 Jun 2024
- Avoid failing the workflow run if there is an error while uploading debug artifacts. #2349
- Update default CodeQL bundle version to 2.17.6. #2352
3.25.10 - 13 Jun 2024
- Update default CodeQL bundle version to 2.17.5. #2327
3.25.9 - 12 Jun 2024
- Avoid failing database creation if the database folder already exists and contains some unexpected files. Requires CodeQL 2.18.0 or higher. #2330
- The init Action will attempt to clean up the database cluster directory before creating a new database and at the end of the job. This will help to avoid issues where the database cluster directory is left in an inconsistent state. #2332
3.25.8 - 04 Jun 2024
- Update default CodeQL bundle version to 2.17.4. #2321
3.25.7 - 31 May 2024
- We are rolling out a feature in May/June 2024 that will reduce the Actions cache usage of the Action by keeping only the newest TRAP cache for each language. #2306
3.25.6 - 20 May 2024
- Update default CodeQL bundle version to 2.17.3. #2295
3.25.5 - 13 May 2024
- Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the https://github.com/github/codeql-action/blob/main/README.md. #2273
- Avoid printing out a warning for a missing
on.pushtrigger when the CodeQL Action is triggered via aworkflow_callevent. #2274- The
tools: latestinput to theinitAction has been renamed totools: linked. This option specifies that the Action should use the tools shipped at the same time as the Action. The old name will continue to work for backwards compatibility, but we recommend that new workflows use the new name. #22813.25.4 - 08 May 2024
- Update default CodeQL bundle version to 2.17.2. #2270
3.25.3 - 25 Apr 2024
- Update default CodeQL bundle version to 2.17.1. #2247
- Workflows running on
macos-latestusing CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such asmacos-12. ARM machines with SIP disabled, including the newestmacos-latestimage, are unsupported for CLI versions before 2.15.1. #2261
... (truncated)
Commits
b611370Merge pull request #2357 from github/update-v3.25.11-de945755c3e6431fUpdate changelog for v3.25.11de94575Merge pull request #2352 from github/update-bundle/codeql-bundle-v2.17.6a32d305Add changelog note9ccc995Update default bundle to codeql-bundle-v2.17.69b7c22cMerge pull request #2351 from github/dependabot/npm_and_yarn/npm-6791eaa26c9cf3243Rebuild1895b29Update checked-in dependencies9dcfde9Bump the npm group with 2 updates8723b5bMerge pull request #2350 from github/angelapwen/add-exclude-pr-check-param- Additional commits viewable in compare view
Updates softprops/action-gh-release from 2.0.5 to 2.0.6
Release notes
Sourced from softprops/action-gh-release's releases.
v2.0.6
maintenance release with updated dependencies
Changelog
Sourced from softprops/action-gh-release's changelog.
2.0.6
- maintenance release with updated dependencies
2.0.5
- Factor in file names with spaces when upserting files #446 via
@MystiPanda- Improvements to error handling #449 via
@till2.0.4
2.0.3
- Declare
make_latestas an input field inaction.yml#4192.0.2
2.0.1
- Add support for make_latest property #304 via
@samueljseay- Fail run if files setting contains invalid patterns #384 via
@rpdelaney- Add support for proxy env variables (don't use node-fetch) #386 via
@timor-raiman- Suppress confusing warning when input_files is empty #389 via
@Drowze2.0.0
2.0.0!? this release corrects a disjunction between git tag versions used in the marketplace and versions list this file. Previous versions should have really been 1.*. Going forward this should be better aligned.- Upgrade action.yml declaration to node20 to address deprecations
0.1.15
- Upgrade to action.yml declaration to node16 to address deprecations
- Upgrade dependencies
- Add
assetoutput as a JSON array containing information about the uploaded assets0.1.14
- provides an new workflow input option
generate_release_noteswhich when set to true will automatically generate release notes for you based on GitHub activity #179. Please see the GitHub docs for this feature for more information0.1.13
- fix issue with multiple runs concatenating release bodies #145
0.1.12
- fix bug leading to empty strings subsituted for inputs users don't provide breaking api calls #144
... (truncated)
Commits
a74c6b7update changelogb909f76update dist/index.jse49d08fchore(deps): bump glob from 8.0.3 to 10.4.2f12ad25chore(deps): bump@octokit/plugin-throttlingfrom 4.3.2 to 9.3.07039a82chore: release 2.0.6f9c2b6cchore: update deps and run build73738a6chore(deps): bump node dep and@types/nodea500a35Bump ts-jest from 29.0.3 to 29.1.4 (#459)- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions