Compare commits

...

14 Commits

Author SHA1 Message Date
Aiqiao Yan 6991442d16 add logging 2024-10-15 19:26:36 +00:00
Aiqiao Yan aa1d992d0e add logging 2024-10-15 19:15:01 +00:00
Aiqiao Yan 250d70de9c Update unit-tests.yml 2024-10-15 15:08:40 -04:00
Aiqiao Yan 4c113affef Update unit-tests.yml 2024-10-15 15:02:06 -04:00
Aiqiao Yan 19806ac731 Revert "bump @sigstore/sign from 2.3.2 to 3.0.0"
This reverts commit c6c5ef6b8e.
2024-10-15 18:47:19 +00:00
Aiqiao Yan eb8c672aad Revert "bump @actions/core from 1.10.1 to 1.11.1"
This reverts commit ac1332a8e2.
2024-10-15 18:47:10 +00:00
Aiqiao Yan c0f30ebbce Revert "prep release of @actions/attest v1.5.0"
This reverts commit 26c752f562.
2024-10-15 18:47:00 +00:00
Brian DeHamer 29d342f176 Merge pull request #1848 from actions/bdehamer/attest-prep-1-5
`@actions/attest`: prep release of @actions/attest v1.5.0
2024-10-14 12:49:33 -07:00
Brian DeHamer 72113fe791 Merge pull request #1847 from actions/bdehamer/attest-update-core
`@actions/attest`: bump @actions/core from 1.10.1 to 1.11.1
2024-10-14 12:49:15 -07:00
Brian DeHamer 7b4d9763cc Merge pull request #1846 from actions/bdehamer/sigstore-3-0-0
`@actions/attest`: bump @sigstore/sign from 2.3.2 to 3.0.0
2024-10-14 12:48:55 -07:00
Brian DeHamer 26c752f562 prep release of @actions/attest v1.5.0
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-10-14 12:33:10 -07:00
Brian DeHamer ac1332a8e2 bump @actions/core from 1.10.1 to 1.11.1
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-10-14 12:16:09 -07:00
Brian DeHamer c6c5ef6b8e bump @sigstore/sign from 2.3.2 to 3.0.0
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-10-14 12:06:26 -07:00
Rob Herley ee93b05ee9 Merge pull request #1845 from actions/robherley/update-release-notes
Update artifact release notes
2024-10-08 14:11:08 -04:00
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 20.18.x
- name: npm install
run: npm install
+6
View File
@@ -393,6 +393,12 @@ describe('@actions/exec', () => {
const args = ['-c', `node '${scriptPath}' 'file=${semaphorePath}' &`]
exitCode = await exec.exec(`"${toolName}"`, args, _testExecOptions)
/* eslint-disable-next-line no-console */
console.log(toolName)
/* eslint-disable-next-line no-console */
console.log(exitCode)
/* eslint-disable-next-line no-console */
console.log(debugList)
}
expect(exitCode).toBe(0)