opencilk-project
opencilk-project copied to clipboard
Bump the github-actions group with 9 updates
Bumps the github-actions group with 9 updates:
| Package | From | To |
|---|---|---|
| actions/checkout | 3.1.0 |
4.2.2 |
| actions/upload-artifact | 3 |
4 |
| actions/download-artifact | 3 |
4 |
| tj-actions/changed-files | 39 |
45 |
| actions/github-script | 3 |
7 |
| actions/labeler | 4 |
5 |
| actions/attest-build-provenance | 1.0.0 |
2.2.2 |
| ossf/scorecard-action | 2.3.1 |
2.4.1 |
| github/codeql-action | 2.2.4 |
3.28.10 |
Updates actions/checkout from 3.1.0 to 4.2.2
Release notes
Sourced from actions/checkout's releases.
v4.2.2
What's Changed
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946Full Changelog: https://github.com/actions/checkout/compare/v4.2.1...v4.2.2
v4.2.1
What's Changed
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924New Contributors
@Jcambassmade their first contribution in actions/checkout#1919Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1
v4.2.0
What's Changed
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180- Dependabot updates in actions/checkout#1777 & actions/checkout#1872
New Contributors
@yasonkmade their first contribution in actions/checkout#1869@lucacomemade their first contribution in actions/checkout#1180Full Changelog: https://github.com/actions/checkout/compare/v4.1.7...v4.2.0
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
v4.1.6
What's Changed
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732- Update for 4.1.6 release by
@cory-millerin actions/checkout#1733Full Changelog: https://github.com/actions/checkout/compare/v4.1.5...v4.1.6
v4.1.5
What's Changed
... (truncated)
Commits
11bd719Prepare 4.2.2 Release (#1953)e3d2460Expand unit test coverage (#1946)163217durl-helper.tsnow leverages well-known environment variables. (#1941)eef6144Prepare 4.2.1 release (#1925)6b42224Add workflow file for publishing releases to immutable action package (#1919)de5a000Check out other refs/* by commit if provided, fall back to ref (#1924)d632683Prepare 4.2.0 release (#1878)6d193bfBump braces from 3.0.2 to 3.0.3 (#1777)db0cee9Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)b684943Add Ref and Commit outputs (#1180)- Additional commits viewable in compare view
Updates actions/upload-artifact from 3 to 4
Release notes
Sourced from actions/upload-artifact's releases.
v4.0.0
What's Changed
The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.
For more information, please see:
- The changelog post.
- The README.
- The migration documentation.
- As well as the underlying npm package,
@actions/artifactdocumentation.New Contributors
@vmjosephmade their first contribution in actions/upload-artifact#464Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v4.0.0
v3.2.1
What's Changed
This fixes the
include-hidden-filesinput introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0
- Ensure hidden files input is used by
@joshmgrossin actions/upload-artifact#609Full Changelog: https://github.com/actions/upload-artifact/compare/v3.2.0...v3.2.1
v3.2.1-node20
What's Changed
This fixes the
include-hidden-filesinput introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0-node20
- Ensure hidden files input is used by
@joshmgrossin actions/upload-artifact#608Full Changelog: https://github.com/actions/upload-artifact/compare/v3.2.0-node20...v3.2.1-node20
v3.2.0
Notice: Breaking Changes :warning:
We will no longer include hidden files and folders by default in the
upload-artifactaction of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option,include-hidden-files, to continue to do so.See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.
What's Changed
- V3 backport: Exclude hidden files by default by
@SrRyanin actions/upload-artifact#604
... (truncated)
Commits
4cec3d8Merge pull request #673 from actions/yacaovsnc/artifact_2.2.2e9fad96license cache update for artifactb26fd06Update to use artifact 2.2.2 package65c4c4aMerge pull request #662 from actions/yacaovsnc/add_variable_for_concurrency_a...0207619move files back to satisfy licensed ci1ecca81licensed cache updates9742269Expose env vars to controll concurrency and timeout6f51ac0Merge pull request #656 from bdehamer/bdehamer/artifact-digestc40c16dadd new artifact-digest output735efb4bump@actions/artifactfrom 2.1.11 to 2.2.0- Additional commits viewable in compare view
Updates actions/download-artifact from 3 to 4
Release notes
Sourced from actions/download-artifact's releases.
v4.0.0
What's Changed
The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.
For more information, please see:
- The changelog post.
- The README.
- The migration documentation.
- As well as the underlying npm package,
@actions/artifactdocumentation.New Contributors
@bfladmade their first contribution in actions/download-artifact#194Full Changelog: https://github.com/actions/download-artifact/compare/v3...v4.0.0
v3.0.2
- Bump
@actions/artifactto v1.1.1 - actions/download-artifact#195- Fixed a bug in Node16 where if an HTTP download finished too quickly (<1ms, e.g. when it's mocked) we attempt to delete a temp file that has not been created yet actions/toolkit#1278
v3.0.1
Commits
cc20338Merge pull request #380 from actions/yacaovsnc/release_4_1_91fc0feeUpdate artifact package to 2.2.27fba951Merge pull request #372 from andyfeller/patch-1f9ceb77Update MIGRATION.md533298bMerge pull request #370 from froblesmartin/patch-1d06289edocs: small migration fixd0ce8fdMerge pull request #354 from actions/Jcambass-patch-11ce0d91Add workflow file for publishing releases to immutable action packagefa0a91bMerge pull request #341 from actions/robherley/bump-pkgsb54d088Update@actions/artifactversion, bump dependencies- Additional commits viewable in compare view
Updates tj-actions/changed-files from 39 to 45
Release notes
Sourced from tj-actions/changed-files's releases.
v45
Changes in v45.0.7
What's Changed
- Upgraded to v45.0.6 by
@tj-actions-botin tj-actions/changed-files#2389- chore(deps): lock file maintenance by
@renovatein tj-actions/changed-files#2390- chore(deps): update dependency eslint-plugin-github to v5.1.5 by
@renovatein tj-actions/changed-files#2392- chore(deps): update dependency typescript to v5.7.3 by
@renovatein tj-actions/changed-files#2393- fix(deps): update dependency
@octokit/restto v21.1.0 by@renovatein tj-actions/changed-files#2394- chore(deps): lock file maintenance by
@renovatein tj-actions/changed-files#2395- chore(deps): update dependency eslint-config-prettier to v10 by
@renovatein tj-actions/changed-files#2396- chore(deps): update dependency
@types/nodeto v22.10.6 by@renovatein tj-actions/changed-files#2397- chore(deps): update dependency eslint-plugin-prettier to v5.2.2 by
@renovatein tj-actions/changed-files#2399- chore(deps): update dependency eslint-plugin-jest to v28.11.0 by
@renovatein tj-actions/changed-files#2400- chore(deps): update dependency
@types/nodeto v22.10.7 by@renovatein tj-actions/changed-files#2403- chore(deps): update dependency eslint-plugin-prettier to v5.2.3 by
@renovatein tj-actions/changed-files#2405- chore(deps): lock file maintenance by
@renovatein tj-actions/changed-files#2406- chore(deps): update dependency
@types/nodeto v22.10.8 by@renovatein tj-actions/changed-files#2407- chore(deps): update dependency
@types/nodeto v22.10.9 by@renovatein tj-actions/changed-files#2408- chore(deps): update dependency
@types/nodeto v22.10.10 by@renovatein tj-actions/changed-files#2409- chore(deps): lock file maintenance by
@renovatein tj-actions/changed-files#2410- chore(deps): update actions/setup-node action to v4.2.0 by
@renovatein tj-actions/changed-files#2411- chore(deps): update dependency eslint-plugin-github to v5.1.6 by
@renovatein tj-actions/changed-files#2413- chore(deps): update dependency
@types/nodeto v22.12.0 by@renovatein tj-actions/changed-files#2414- chore(deps): update dependency
@types/lodashto v4.17.15 by@renovatein tj-actions/changed-files#2415- chore(deps): update dependency eslint-plugin-github to v5.1.7 by
@renovatein tj-actions/changed-files#2417- chore(deps): update dependency
@types/nodeto v22.13.0 by@renovatein tj-actions/changed-files#2419- chore(deps): lock file maintenance by
@renovatein tj-actions/changed-files#2420- chore(deps): update dependency
@types/nodeto v22.13.1 by@renovatein tj-actions/changed-files#2422- chore(deps): update dependency eslint-plugin-github to v5.1.8 by
@renovatein tj-actions/changed-files#2424Full Changelog: https://github.com/tj-actions/changed-files/compare/v45...v45.0.7
Changes in v45.0.6
What's Changed
- Upgraded to v45.0.5 by
@tj-actions-botin tj-actions/changed-files#2374- chore(deps): lock file maintenance by
@renovatein tj-actions/changed-files#2375- chore(deps): update dependency
@types/nodeto v22.10.2 by@renovatein tj-actions/changed-files#2376- chore(deps): lock file maintenance by
@renovatein tj-actions/changed-files#2377- chore(deps): update dependency eslint-plugin-jest to v28.10.0 by
@renovatein tj-actions/changed-files#2378- chore(deps): lock file maintenance by
@renovatein tj-actions/changed-files#2379- chore(deps): update peter-evans/create-pull-request action to v7.0.6 by
@renovatein tj-actions/changed-files#2380- chore(deps): lock file maintenance by
@renovatein tj-actions/changed-files#2382- fix(deps): update dependency yaml to v2.7.0 by
@renovatein tj-actions/changed-files#2383- chore(deps): update dependency
@types/nodeto v22.10.3 by@renovatein tj-actions/changed-files#2385- chore(deps): update dependency
@types/nodeto v22.10.4 by@renovatein tj-actions/changed-files#2386- chore(deps): update dependency
@types/nodeto v22.10.5 by@renovatein tj-actions/changed-files#2387- chore(deps): update dependency
@types/lodashto v4.17.14 by@renovatein tj-actions/changed-files#2388
... (truncated)
Changelog
Sourced from tj-actions/changed-files's changelog.
Changelog
45.0.7 - (2025-02-04)
🐛 Bug Fixes
⚙️ Miscellaneous Tasks
- deps: Update dependency eslint-plugin-github to v5.1.8 (#2424) (dcc7a0c) - (renovate[bot])
- deps: Update dependency
@types/nodeto v22.13.1 (#2422) (364748a) - (renovate[bot])- deps: Lock file maintenance (#2420) (301bed6) - (renovate[bot])
- deps: Update dependency
@types/nodeto v22.13.0 (#2419) (be1c470) - (renovate[bot])- deps: Update dependency eslint-plugin-github to v5.1.7 (#2417) (81785a6) - (renovate[bot])
- deps: Update dependency
@types/lodashto v4.17.15 (#2415) (065e671) - (renovate[bot])- deps: Update dependency
@types/nodeto v22.12.0 (#2414) (45cd7f3) - (renovate[bot])- deps: Update dependency eslint-plugin-github to v5.1.6 (#2413) (47f21ba) - (renovate[bot])
- deps: Update actions/setup-node action to v4.2.0 (#2411) (3b30412) - (renovate[bot])
- deps: Lock file maintenance (#2410) (eec6665) - (renovate[bot])
- deps: Update dependency
@types/nodeto v22.10.10 (#2409) (cefd9aa) - (renovate[bot])- deps: Update dependency
@types/nodeto v22.10.9 (#2408) (6296564) - (renovate[bot])- deps: Update dependency
@types/nodeto v22.10.8 (#2407) (203f0af) - (renovate[bot])- deps: Lock file maintenance (#2406) (8b82442) - (renovate[bot])
- deps: Update dependency eslint-plugin-prettier to v5.2.3 (#2405) (2b7a1ec) - (renovate[bot])
- deps: Update dependency
@types/nodeto v22.10.7 (#2403) (a2600ce) - (renovate[bot])- deps: Update dependency eslint-plugin-jest to v28.11.0 (#2400) (5dc51d3) - (renovate[bot])
- deps: Update dependency eslint-plugin-prettier to v5.2.2 (#2399) (18de9f3) - (renovate[bot])
- deps: Update dependency
@types/nodeto v22.10.6 (#2397) (467e548) - (renovate[bot])- deps: Update dependency eslint-config-prettier to v10 (#2396) (556e62a) - (renovate[bot])
- deps: Lock file maintenance (#2395) (4f1e6b0) - (renovate[bot])
- deps: Update dependency typescript to v5.7.3 (#2393) (82deec7) - (renovate[bot])
- deps: Update dependency eslint-plugin-github to v5.1.5 (#2392) (ef7202d) - (renovate[bot])
- deps: Lock file maintenance (#2390) (01c978c) - (renovate[bot])
⬆️ Upgrades
- Upgraded to v45.0.6 (#2389)
Co-authored-by: jackton1 [email protected] (ed8e9f6) - (tj-actions[bot])
45.0.6 - (2025-01-03)
🐛 Bug Fixes
⚙️ Miscellaneous Tasks
... (truncated)
Commits
dcc7a0cchore(deps): update dependency eslint-plugin-github to v5.1.8 (#2424)364748achore(deps): update dependency@types/nodeto v22.13.1 (#2422)301bed6chore(deps): lock file maintenance (#2420)be1c470chore(deps): update dependency@types/nodeto v22.13.0 (#2419)81785a6chore(deps): update dependency eslint-plugin-github to v5.1.7 (#2417)065e671chore(deps): update dependency@types/lodashto v4.17.15 (#2415)45cd7f3chore(deps): update dependency@types/nodeto v22.12.0 (#2414)47f21bachore(deps): update dependency eslint-plugin-github to v5.1.6 (#2413)3b30412chore(deps): update actions/setup-node action to v4.2.0 (#2411)eec6665chore(deps): lock file maintenance (#2410)- Additional commits viewable in compare view
Updates actions/github-script from 3 to 7
Release notes
Sourced from actions/github-script's releases.
v7.0.0
What's Changed
- Add base-url option by
@robandpdxin actions/github-script#429- Expose async-function argument type by
@viktorlottin actions/github-script#402, see for details https://github.com/actions/github-script#use-scripts-with-jsdoc-support- Update dependencies and use Node 20 by
@joshmgrossin actions/github-script#425New Contributors
@navarroaxelmade their first contribution in actions/github-script#285@robandpdxmade their first contribution in actions/github-script#429@viktorlottmade their first contribution in actions/github-script#402Full Changelog: https://github.com/actions/github-script/compare/v6.4.1...v7.0.0
v6.4.1
What's Changed
- Add
@octokit/plugin-request-log, to produce debug output for requests by@mjpietersin actions/github-script#358- fix input handling by
@mjpietersin actions/github-script#357- Remove unused dependencies by
@mjpietersin actions/github-script#356- Default debug to current runner debug state by
@mjpietersin actions/github-script#363New Contributors
@mjpietersmade their first contribution in actions/github-script#358Full Changelog: https://github.com/actions/github-script/compare/v6.4.0...v6.4.1
v6.4.0
What's Changed
- Bump json5 from 2.1.3 to 2.2.3 by
@dependabotin actions/github-script#319- Bump minimatch from 3.0.4 to 3.1.2 by
@dependabotin actions/github-script#320- Add node-fetch by
@danmichaeloin actions/github-script#321New Contributors
@jongwooomade their first contribution in actions/github-script#313@austinvazquezmade their first contribution in actions/github-script#306@danmichaelomade their first contribution in actions/github-script#321Full Changelog: https://github.com/actions/github-script/compare/v6.3.3...v6.4.0
v6.3.3
What's Changed
- Update
@actions/globto 0.3.0 by@nineinchnickin actions/github-script#279New Contributors
@nineinchnickmade their first contribution in actions/github-script#279Full Changelog: https://github.com/actions/github-script/compare/v6.3.2...v6.3.3
v6.3.2
What's Changed
- Update
@actions/coreto 1.10.0 by@rentziassin actions/github-script#295
... (truncated)
Commits
60a0d83Merge pull request #440 from actions/joshmgross/v7.0.1b7fb200Update version to 7.0.112e22edMerge pull request #439 from actions/joshmgross/avoid-setting-base-urld319f8fAvoid settingbaseUrlto undefined when input is not providede69ef54Merge pull request #425 from actions/joshmgross/node-20ee0914bUpdate licensesd6fc56fUse@types/nodefor Node 20384d6cfFix quotations in tests8472492Only validate GraphQLpreviews84903f5Removenode-fetchfrom type- Additional commits viewable in compare view
Updates actions/labeler from 4 to 5
Release notes
Sourced from actions/labeler's releases.
v5.0.0
What's Changed
This release contains the following breaking changes:
The ability to apply labels based on the names of base and/or head branches was added (#186 and #54). The match object for changed files was expanded with new combinations in order to make it more intuitive and flexible (#423 and #101). As a result, the configuration file structure was significantly redesigned and is not compatible with the structure of the previous version. Please read the action documentation to find out how to adapt your configuration files for use with the new action version.
The bug related to the
sync-labelsinput was fixed (#112). Now the input value is read correctly.By default,
dotinput is set totrue. Now, paths starting with a dot (e.g..github) are matched by default.Version 5 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.
For more information, please read the action documentation.
New Contributors
@joshdalesmade their first contribution in actions/labeler#203@dusan-trickovicmade their first contribution in actions/labeler#626@sungh0limmade their first contribution in actions/labeler#630@TrianguloYmade their first contribution in actions/labeler#629Full Changelog: https://github.com/actions/labeler/compare/v4...v5.0.0
v5.0.0-beta.1
What's Changed
In scope of this beta release, the structure of the configuration file (
.github/labeler.yml) was changed fromLabelName: - any: - changed-files: ['list', 'of', 'globs'] - base-branch: ['list', 'of', 'regexps'] - head-branch: ['list', 'of', 'regexps'] - all: - changed-files: ['list', 'of', 'globs'] - base-branch: ['list', 'of', 'regexps'] - head-branch: ['list', 'of', 'regexps']to
LabelName: - any: - changed-files: - AnyGlobToAnyFile: ['list', 'of', 'globs'] - AnyGlobToAllFiles: ['list', 'of', 'globs'] - AllGlobsToAnyFile: ['list', 'of', 'globs'] - AllGlobsToAllFiles: ['list', 'of', 'globs'] - base-branch: ['list', 'of', 'regexps'] - head-branch: ['list', 'of', 'regexps'] - all: - changed-files: - AnyGlobToAnyFile: ['list', 'of', 'globs'] - AnyGlobToAllFiles: ['list', 'of', 'globs'] - AllGlobsToAnyFile: ['list', 'of', 'globs'] </tr></table>
... (truncated)
Commits
8558fd7Merge pull request #709 from actions/v5.0.0-beta000ca75Merge pull request #700 from MaksimZhukov/apply-suggestions-and-update-docume...cb66c2fUpdate dist9181355Apply suggestions for the beta vesrion and update the documentationefe4c1cMerge pull request #699 from MaksimZhukov/update-node-runtime-and-dependenciesc0957adRun Prettier8dc8d18Update Node.js version in reusable workflowsd0d0bbeUpdate documentation1375c425.0.0ab7411eChange version of Node.js runtime to node20- Additional commits viewable in compare view
Updates actions/attest-build-provenance from 1.0.0 to 2.2.2
Release notes
Sourced from actions/attest-build-provenance's releases.
v2.2.2
What's Changed
- Bump predicate action from 1.1.4 to 1.1.5 by
@bdehamerin actions/attest-build-provenance#485
- Bump
@actions/attestfrom 1.5.0 to 1.6.0 by@bdehamerin actions/attest-build-provenance#484
- Update buildSLSAProvenancePredicate to populate
workflow.reffield from therefclaim in the OIDC token (actions/toolkit#1969)Full Changelog: https://github.com/actions/attest-build-provenance/compare/v2.2.1...v2.2.2
v2.2.1
What's Changed
- Bump undici from 5.28.4 to 5.28.5 by
@dependabotin actions/attest-build-provenance#457- Bump
@octokit/request-errorfrom 5.0.1 to 5.1.1 by@dependabotin actions/attest-build-provenance#469- Bump
@octokit/requestfrom 8.2.0 to 8.4.1 by@dependabotin actions/attest-build-provenance#478- Bump actions/attest from 2.2.0 to 2.2.1 by
@bdehamerin actions/attest-build-provenance#481
- Includes
@actions/attestv1.6.0Full Changelog: https://github.com/actions/attest-build-provenance/compare/v2.2.0...v2.2.1
v2.2.0
What's Changed
- Bump actions/attest from v2.1.0 to v2.2.0 by
@bdehamerin actions/attest-build-provenance#449
- Includes support for now
subject-checksumsinput parameterFull Changelog: https://github.com/actions/attest-build-provenance/compare/v2.1.0...v2.2.0
v2.1.0
What's Changed
- Update README w/ note about GH plans supporting attestations by
@bdehamerin actions/attest-build-provenance#414- Add
attestation-idandattestation-urloutputs by@bdehamerin actions/attest-build-provenance#415Full Changelog: https://github.com/actions/attest-build-provenance/compare/v2.0.1...v2.1.0
v2.0.1
What's Changed
- Bump actions/attest from 2.0.0 to 2.0.1 by
@bdehamerin actions/attest-build-provenance#406
- Deduplicate subjects before adding to in-toto statement
Full Changelog: https://github.com/actions/attest-build-provenance/compare/v2.0.0...v2.0.1
v2.0.0
The
attest-build-provenanceaction now supports attesting multiple subjects simultaneously. When identifying multiple subjects with thesubject-pathinput a single attestation is created with references to each of the supplied subjects, rather than generating separate attestations for each artifact. This reduces the number of attestations that you need to create and manage.What's Changed
- Bump cross-spawn from 7.0.3 to 7.0.6 by
@dependabotin actions/attest-build-provenance#319- Prepare v2.0.0 release by
@bdehamerin actions/attest-build-provenance#321
- Bump
actions/attestfrom 1.4.1 to 2.0.0 (w/ multi-subject attestation support)
... (truncated)
Commits
bd77c07bump predicate from 1.1.4 to 1.1.5 (#485)1176ef5bump@actions/attestfrom 1.5.0 to 1.6.0 (#484)f9eaf23Bump actions/attest from 2.2.0 to 2.2.1 (#481)f1321ecBump@octokit/requestfrom 8.2.0 to 8.4.1 (#478)d8181f5Bump the npm-development group with 6 updates (#476)1f22f30Bump@octokit/request-errorfrom 5.0.1 to 5.1.1 (#469)6e5e68cBump the npm-development group with 4 updates (#471)555f5b7Bump the npm-development group with 6 updates (#465)2d4fa84Bump the npm-development group with 2 updates (#461)ccf3390Bump undici from 5.28.4 to 5.28.5 (#457)- Additional commits viewable in Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >