0
1
Fork 0

Commit Graph

  • ed85399349 Sync checkout version with tag version fhammerl/releasev3.6.0 Ferenc Hammerl 2023-04-12 14:19:11 +0000
  • 40a16ebeed
    Improve checkout performance on Windows runners by upgrading @actions/github dependency (#1246) Binrui Dong 2023-04-12 19:55:27 +0800
  • 0e3d9a88f6 Add error wrapping Ferenc Hammerl 2023-04-12 08:47:52 +0000
  • 6b842657bc
    Codeql-Action Analyse revert v1 to v2 SKi 2023-04-11 20:26:34 -0700
  • b77175a299
    Merge 89c6af272e into 8f4b7f8486 c 2023-04-11 23:18:08 -0400
  • 89c6af272e
    Create T c 2023-04-11 22:47:08 -0400
  • f6d3681212 Rebuild index.js Binrui Dong 2023-04-11 20:11:34 +0800
  • 8f0470a08c Check in current index.js after build Ferenc Hammerl 2023-04-11 11:43:57 +0000
  • 9355fc0a70 Remove unnecessary error check on downloadarchive Ferenc Hammerl 2023-04-11 11:43:19 +0000
  • d2dd12978c Manually recognize MIT license of http-client Ferenc Hammerl 2023-04-11 11:42:46 +0000
  • b8a48d8f8e
    Set `user.signingKey` to `ssh-key` Wojciech Pawlik 2023-04-09 20:59:01 +0200
  • 7ac4fa665a Update .licenses Binrui Dong 2023-03-31 23:22:51 +0800
  • a3c4ed97a0 Improve checkout performance on Windows runners by upgrading @actions/github dependency Binrui Dong 2023-03-26 18:57:27 +0800
  • 8efbe7788a Update .licenses Binrui Dong 2023-03-31 23:22:51 +0800
  • c198d47ecd Improve checkout performance on Windows runners by upgrading @actions/github dependency Binrui Dong 2023-03-26 18:57:27 +0800
  • 4d5cbefb36
    Merge pull request #1 from stanthetester/stanthetester-patch-1 stanthetester 2023-03-28 07:05:20 -0400
  • 6688316e30
    Delete test.yml stanthetester 2023-03-28 07:04:59 -0400
  • 4136faeef9
    Rename action.yml to test.yml stanthetester 2023-03-28 07:03:52 -0400
  • a8f4e23084
    Add to README how to checkout PR in issue_comment event ADTC 2023-03-27 01:42:09 +0800
  • ee0669bd1c
    Add new public key for known_hosts (#1237) (#1238) v2.7.0 v2 releases/v2 Tingluo Huang 2023-03-24 02:04:47 -0400
  • 84f25e1a36 fix build. Tingluo Huang 2023-03-24 05:58:05 +0000
  • efad078d97 Add new public key for known_hosts (#1237) Cameron Booth 2023-03-23 22:34:48 -0700
  • 8f4b7f8486
    Add new public key for known_hosts (#1237) v3.5.0 Cameron Booth 2023-03-23 22:34:48 -0700
  • c0a81a4638 Fix the build! Cameron Booth 2023-03-23 22:31:26 -0700
  • cd6a9fd493
    Update update-main-version.yml Tingluo Huang 2023-03-23 22:44:49 -0400
  • db97afc17a Add new public key for known_hosts Cameron Booth 2023-03-23 18:54:53 -0700
  • 788a378602
    Create LSIMPORT fr33zespace 2023-03-22 07:30:18 -0500
  • ac3bac6f76
    Create Dist ; bionic fr33zespace 2023-03-22 07:13:32 -0500
  • bb965fa266 Add 2 test cases for submodule status. This commit adds tests to verify the behavior of the gitDirectoryHelper.prepareExistingDirectory() function when the submodule status is either true or false. The test cleanWhenSubmoduleStatusIsFalse verifies that the function will clean the directory when the submodule status is false. The test sets up a mock implementation of git.submoduleStatus to always return false, writes a file to the repository, and then calls gitDirectoryHelper.prepareExistingDirectory(). The test verifies that the directory is cleaned and that git.tryClean() is called. The test doesNotCleanWhenSubmoduleStatusIsTrue verifies that the function will not clean the directory when the submodule status is true. The test sets up a mock implementation of git.submoduleStatus to always return true, writes a file to the repository, and then calls gitDirectoryHelper.prepareExistingDirectory(). The test verifies that the directory is not cleaned, that the file and .git folder are present, and that git.tryClean() is called. These tests ensure that the function behaves as expected based on the submodule status. sminnie 2023-03-19 01:08:37 +0000
  • 72204fa946 Initial commit mnoo4577 2023-03-19 05:57:05 +0000
  • 24cb908017
    Bump @actions/io to v1.1.3 (#1225) v3.4.0 Cory Miller 2023-03-15 15:45:08 -0400
  • 910dd9adb5 Compile JS Cory Miller 2023-03-15 19:37:58 +0000
  • 2e27a090cd Licensed updates Cory Miller 2023-03-15 19:36:22 +0000
  • 8289ed8720 Fill in PR for action/io upgrade Cory Miller 2023-03-15 19:35:30 +0000
  • 8e567abb9a updating package-lock users/vmjoseph/checkout-upgrade-1.1.3 Vallie Joseph 2023-03-15 19:34:47 +0000
  • ab745d0106 Backfill changelog and bump actions/io Cory Miller 2023-03-15 19:34:33 +0000
  • b2cc39f7b2 updating checkout version Vallie Joseph 2023-03-15 19:31:10 +0000
  • c8466ed957
    Merge branch 'main' into megamanics/main Bassem Dghaidi 2023-03-09 16:56:13 +0000
  • 27135e314d
    Upgrade dependencies (#1210) Bassem Dghaidi 2023-03-09 17:42:29 +0100
  • f3992e6a50
    Add new dist build Bassem Dghaidi 2023-03-09 16:33:41 +0000
  • 8c748db188
    Upgrade ncc & json5 Bassem Dghaidi 2023-03-09 16:16:48 +0000
  • 7b187184d1
    Upgrade codeql actions to v2 (#1209) Bassem Dghaidi 2023-03-09 16:59:09 +0100
  • a63047f855
    Upgrade codeql actions to v2 Bassem Dghaidi 2023-03-09 10:46:10 -0500
  • 6415596e8d
    Adding id: diff to step doing comparison and update of upload-artifact action to v3 (node 16)) alexquitiaquez 2023-03-09 02:45:43 -0500
  • 6f6aa33e7a Bump github owned package versions fhammerl/bump-gh-package-versions Ferenc Hammerl 2023-03-06 22:45:00 +0000
  • d12863bffd
    Add mock implementation for new function submoduleStatus SKi 2023-03-01 19:42:00 -0800
  • 39cfb844ff
    Fix format with npm run format output SKi 2023-03-01 19:31:47 -0800
  • 7f14f1d824
    Fix Self hosted runner issue wrt bad submodules - solution cleanup working space. SKi 2023-03-01 19:23:12 -0800
  • 359d89baf9
    npm run format output SKi 2023-03-01 19:42:00 -0800
  • 589f00b517
    npm run format output SKi 2023-03-01 19:31:47 -0800
  • cbd040a114
    cleanup directory if the submodule is faulty SKi 2023-03-01 19:23:12 -0800
  • 99900f2ef0
    Rebuild dist/index.js Milad Irannejad 2023-03-01 18:07:59 -0500
  • 287da9b78e
    Fix linting and formatting issues Milad Irannejad 2023-03-01 17:50:51 -0500
  • dc3f9aa6d6
    Change git config scope from global to system Milad Irannejad 2023-03-01 17:36:47 -0500
  • c7e6c86a0e
    Prefix `user.email` with `41898282+` Pelle Wessman 2023-02-27 17:19:02 +0100
  • b6b12c8a18
    Update workflow to use proper bot GitHub Bot email Pelle Wessman 2023-02-22 13:47:35 +0100
  • f4bb54d30f
    README: Set `user.email` to GitHub Actions Bot Pelle Wessman 2023-02-22 13:40:19 +0100
  • d8b6aae559
    Create deno.yml THEWWWTHING | Godfather 2023-02-14 14:57:05 +0100
  • 980a2a94a5
    docs: fix missing quotes around fetch-depth Matthew Heroux 2023-02-10 21:50:05 -0600
  • 9f8d2b7406 fix the reference to ssh-key in the docs Chris Taylor 2023-02-08 12:26:48 +0000
  • e7c5e8ece2 Initial commit Blueda321 2023-02-06 06:26:43 +0000
  • 4377258ef7
    Merge febbc382e7 into ac59398561 GreggJEduardoPH 2023-01-30 16:33:02 -0600
  • febbc382e7
    v3.3.0 Ultima versión GreggJEduardoPH 2023-01-30 16:32:27 -0600
  • e1b045a734
    Merge 44b7815b62 into ac59398561 David Allsopp 2023-01-24 14:50:09 +0530
  • 2d6dd86274
    Update test.yml Spencer Comfort 2023-01-21 20:27:14 -0500
  • 840dae9d1c
    Update to node 18.x Spencer Comfort 2023-01-21 20:26:15 -0500
  • 135603671d
    Update check-dist.yml Spencer Comfort 2023-01-21 20:23:00 -0500
  • a7a2847af9
    Merge a3faafdbc2 into ac59398561 GreggJEduardoPH 2023-01-21 03:38:45 +0000
  • a3faafdbc2
    package-lock.json GreggJEduardoPH 2023-01-20 21:38:40 -0600
  • 93ddeeda2c
    Merge e9fadf668a into 3204e0bf8c GreggJEduardoPH 2023-01-21 03:34:47 +0000
  • 9636b4631a
    Merge 786c77f19a into ac59398561 GreggJEduardoPH 2023-01-20 23:15:08 +0000
  • 786c77f19a
    v3.3.0 Ultima versión GreggJEduardoPH 2023-01-20 17:14:58 -0600
  • f837258de8
    Merge a6c97af33e into ac59398561 s__nakamoto 2023-01-20 00:21:30 +0330
  • a6c97af33e
    test.satoshi/bitcoin.com s__nakamoto 2023-01-20 00:21:09 +0330
  • 7e6e63a23e
    Merge c0b3da4b9a into ac59398561 Kongpcmail 2023-01-18 13:55:42 +0000
  • c0b3da4b9a
    Create devcontainer.json Kongpcmail 2023-01-18 21:54:03 +0800
  • 475907437c
    Merge 6bf54c5e8a into ac59398561 Scott Driggers 2023-01-16 11:29:55 +0100
  • ada32f8227
    Merge 8facb30750 into ac59398561 Erdem3536 2023-01-16 05:18:49 +0000
  • 8facb30750
    Create devcontainer.json Erdem3536 2023-01-16 08:17:57 +0300
  • acc10185b4
    Create Main Erdem3536 2023-01-15 11:49:15 +0300
  • 0645d31a52 built with node v16 breaks 3 tests relating to user agent checks tfuad 2023-01-09 17:34:24 +1100
  • 05389b796d
    Bump json5 from 1.0.1 to 1.0.2 dependabot[bot] 2023-01-08 16:51:41 +0000
  • 13c3928247
    ant.yml GreggJEduardoPH 2023-01-06 04:46:13 -0600
  • ec4aa48b14
    Merge f6d87cea48 into ac59398561 Christopher paul vincent the identity of intellectual rights of all who come to my environment and haw how laws imposed in this will lead to gold 2023-01-05 16:01:24 -0600
  • f6d87cea48
    Create devcontainer.json Christopher paul vincent the identity of intellectual rights of all who come to my environment and haw how laws imposed in this will lead to gold 2023-01-05 16:00:06 -0600
  • 10dd12914e
    Pautas contribucion GreggJEduardoPH 2023-01-05 03:58:26 -0600
  • 7c293f26a4
    action.yml GreggJEduardoPH 2023-01-05 03:47:33 -0600
  • 91c9fe75f2
    Bump json5 from 1.0.1 to 1.0.2 dependabot[bot] 2023-01-05 09:39:25 +0000
  • 560f5aca73
    Desarrollador GreggJEduardoPH 2023-01-05 03:32:05 -0600
  • bbf4992bd7
    Financiación GreggJEduardoPH 2023-01-05 03:31:09 -0600
  • e8d4ea2bcf
    Merge fd36c4a0cd into ac59398561 GreggJEduardoPH 2023-01-05 09:30:09 +0000
  • fd36c4a0cd
    Readme.md GreggJEduardoPH 2023-01-05 03:30:03 -0600
  • 75215f8857
    Merge e978c3f43b into ac59398561 Luca Niccoli 2023-01-04 16:39:15 +0000
  • e978c3f43b Take global core.sshCommand into consideration Luca Niccoli 2023-01-04 17:08:43 +0100
  • a985cf984b
    Merge f005947568 into ac59398561 sebbASF 2023-01-04 09:51:22 +0530
  • 9a0a926195
    Merge d668097b24 into ac59398561 Mikhael mickey Tovel 2023-01-02 13:05:58 +0530
  • b800b38ab2
    removed aliasing of 'this' to local variable Nishant Sikarwar 2023-01-02 06:53:21 +0000
  • 580ab911d1
    Merge 72546633e7 into ac59398561 Date Huang 2022-12-31 09:06:16 -0800
  • 31d73c4b7b
    Merge c4fe551825 into ac59398561 Frits Talbot 2022-12-31 10:59:09 +0000
  • c4fe551825 Merge remote-tracking branch 'actions/main' Frits Talbot 2022-12-31 11:55:15 +0100