-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Comparing changes
Open a pull request
base repository: actions/checkout
base: b4ffde6
head repository: actions/checkout
compare: 692973e
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 473055b - Browse repository at this point
Copy the full SHA 473055bView commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df0bcdd - Browse repository at this point
Copy the full SHA df0bcddView commit details -
Explicitly disable sparse checkout unless asked for (#1598)
When a worktree is reused by actions/checkout and the first time sparse checkout was enabled, we need to ensure that the second time it is only a sparse checkout if explicitly asked for. Otherwise, we need to disable the sparse checkout so that a full checkout is the outcome of this Action. ## Details * If no `sparse-checkout` parameter is specified, disable it This should allow users to reuse existing folders when running `actions/checkout` where a previous run asked for a sparse checkout but the current run does not ask for a sparse checkout. This fixes #1475 There are use cases in particular with non-ephemeral (self-hosted) runners where an existing worktree (that has been initialized as a sparse checkout) is reused in subsequent CI runs (where `actions/checkout` is run _without_ any `sparse-checkout` parameter). In these scenarios, we need to make sure that the sparse checkout is disabled before checking out the files. ### Also includes: * npm run build * ci: verify that an existing sparse checkout can be made unsparse * Added a clarifying comment about test branches. * `test-proxy` now uses newly-minted `test-ubuntu-git` container image from ghcr.io --------- Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Co-authored-by: John Wesley Walker III <81404201+jww3@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aadec89 - Browse repository at this point
Copy the full SHA aadec89View commit details
Commits on Feb 22, 2024
-
Give
test-ubuntu-git
its ownREADME
(#1620)* Give `test-ubuntu-git` its own `README` * Refined title and description in `test-ubuntu-git.Dockerfile` * nit accepted: Remove double space --------- Co-authored-by: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2650dbd - Browse repository at this point
Copy the full SHA 2650dbdView commit details -
Warn on attempts to publish
test-ubuntu-git
from non-main branch. (#……1623) * Warn on attempts to publish test-ubuntu-git from non-main branch. * Rename build step to clarify that Push is optional.
Configuration menu - View commit details
-
Copy full SHA for b32f140 - Browse repository at this point
Copy the full SHA b32f140View commit details
Commits on Mar 5, 2024
-
Bump tough-cookie from 4.0.0 to 4.1.3 (#1406)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](salesforce/tough-cookie@v4.0.0...v4.1.3) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 556e4c3 - Browse repository at this point
Copy the full SHA 556e4c3View commit details -
Bump @babel/traverse from 7.20.5 to 7.24.0 (#1642)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.5 to 7.24.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8eb1f6a - Browse repository at this point
Copy the full SHA 8eb1f6aView commit details
Commits on Mar 12, 2024
-
Prep for release of v4.1.2 (#1649)
* Add v4.1.2 and v4.1.1 to CHANGELOG.md * Bump version in package.json to 4.1.2 * Ran `npm i` to regenerate package-lock.json
Configuration menu - View commit details
-
Copy full SHA for 9bb5618 - Browse repository at this point
Copy the full SHA 9bb5618View commit details -
4
Configuration menu - View commit details
-
Copy full SHA for 8410ad0 - Browse repository at this point
Copy the full SHA 8410ad0View commit details
Commits on Mar 14, 2024
-
Check git version before attempting to disable
sparse-checkout
(#1656)* Check git version before attempting to disable `sparse-checkout` * Bump `MinimumGitSparseCheckoutVersion` to 2.28 due to #1386 * Initial prep for release 4.1.3
Configuration menu - View commit details
-
Copy full SHA for cd7d8d6 - Browse repository at this point
Copy the full SHA cd7d8d6View commit details
Commits on Apr 18, 2024
-
Add SSH user parameter (#1685)
* Add a configurable SSH user * Update docs with param * Indentation of readme * formatting woes * Update src/url-helper.ts Co-authored-by: Josh Gross <joshmgross@github.com> * Update action.yml Co-authored-by: Josh Gross <joshmgross@github.com> * Update genfiles --------- Co-authored-by: Josh Gross <joshmgross@github.com>
7Configuration menu - View commit details
-
Copy full SHA for 1d96c77 - Browse repository at this point
Copy the full SHA 1d96c77View commit details
Commits on Apr 23, 2024
-
Bump word-wrap from 1.2.3 to 1.2.5 (#1643)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for 9b4c13b - Browse repository at this point
Copy the full SHA 9b4c13bView commit details -
* Add dependabot config * Group minor and patch updates for NPM and GH Actions
Configuration menu - View commit details
-
Copy full SHA for 9839dc1 - Browse repository at this point
Copy the full SHA 9839dc1View commit details -
Bump the minor-actions-dependencies group with 2 updates (#1693)
Bumps the minor-actions-dependencies group with 2 updates: [docker/login-action](https://github.com/docker/login-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/login-action` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.0.0...v3.1.0) Updates `docker/build-push-action` from 5.1.0 to 5.3.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.1.0...v5.3.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-actions-dependencies - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 37b0821 - Browse repository at this point
Copy the full SHA 37b0821View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43045ae - Browse repository at this point
Copy the full SHA 43045aeView commit details
Commits on Apr 24, 2024
-
* Update package.json and package-lock.json to reflect v4.1.4 * Update CHANGELOG
Configuration menu - View commit details
-
Copy full SHA for 0ad4b8f - Browse repository at this point
Copy the full SHA 0ad4b8fView commit details -
Update NPM dependencies (#1703)
* Update dependencies manually * Format files * Update licenses
Configuration menu - View commit details
-
Copy full SHA for 9c1e94e - Browse repository at this point
Copy the full SHA 9c1e94eView commit details -
Bump github/codeql-action from 2 to 3 (#1694)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fd084cd - Browse repository at this point
Copy the full SHA fd084cdView commit details -
Bump actions/setup-node from 1 to 4 (#1696)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v1...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3f603f6 - Browse repository at this point
Copy the full SHA 3f603f6View commit details -
Bump actions/upload-artifact from 2 to 4 (#1695)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8459bc0 - Browse repository at this point
Copy the full SHA 8459bc0View commit details
Commits on Apr 30, 2024
-
README: Suggest
user.email
to be `41898282+github-actions[bot]@user……s.noreply.github.com` (#1707) * README: Set `user.email` to GitHub Actions Bot * Update workflow to use proper bot GitHub Bot email * Prefix `user.email` with `41898282+` To match squash merge user, else showing as two different users, see: SocketDev/socket-sdk-js@b0948d0 * Update README.md --------- Co-authored-by: Pelle Wessman <pelle@kodfabrik.se>
Configuration menu - View commit details
-
Copy full SHA for 44c2b7a - Browse repository at this point
Copy the full SHA 44c2b7aView commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 24ed1a3 - Browse repository at this point
Copy the full SHA 24ed1a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5ac7e5 - Browse repository at this point
Copy the full SHA a5ac7e5View commit details
Commits on May 20, 2024
-
Bump the minor-npm-dependencies group across 1 directory with 4 updat…
…es (#1739) Bumps the minor-npm-dependencies group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `@types/node` from 20.12.7 to 20.12.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 7.7.1 to 7.9.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.7.1 to 7.9.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/parser) Updates `eslint-plugin-jest` from 28.2.0 to 28.5.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v28.2.0...v28.5.0) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-npm-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-npm-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-npm-dependencies - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b1ec302 - Browse repository at this point
Copy the full SHA b1ec302View commit details -
Bump actions/checkout from 3 to 4 (#1697)
* Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Apply suggestions from code review * . --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cory Miller <13227161+cory-miller@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b80ff79 - Browse repository at this point
Copy the full SHA b80ff79View commit details
Commits on Jun 12, 2024
-
Co-authored-by: Chris Gavin <chris@chrisgavin.me>
Configuration menu - View commit details
-
Copy full SHA for b17fe1e - Browse repository at this point
Copy the full SHA b17fe1eView commit details -
Pin actions/checkout's own workflows to a known, good, stable version. (
#1776) * Pin actions/checkout's own workflows to a known, good, stable version. * fixed failing unit test * fix unit test
Configuration menu - View commit details
-
Copy full SHA for 6ccd57f - Browse repository at this point
Copy the full SHA 6ccd57fView commit details -
* Prepare 4.1.7 release * Include #1776 in 4.1.7 release
1Configuration menu - View commit details
-
Copy full SHA for 692973e - Browse repository at this point
Copy the full SHA 692973eView commit details
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.