Salman Chishti
5abd234cbf
Merge branch 'main' into node24
2025-12-12 21:27:29 +00:00
github-actions[bot]
742b36d6b7
Release extension version 0.3.25 ( #248 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2025-12-08 13:51:17 -06:00
github-actions[bot]
952dc89b78
Release extension version 0.3.24 ( #247 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2025-12-08 10:06:11 -06:00
eric sciple
4cf3365c68
Suppress warnings for step output property access ( #236 )
...
Fixes https://github.com/github/vscode-github-actions/issues/305
Step outputs are dynamic - actions can generate outputs based on
their inputs, so validating output property names is not feasible.
This marks step output dictionaries as incomplete so that accessing
any output property won't produce a warning. Known outputs from
action.yml will still be suggested for autocomplete.
2025-12-08 09:20:02 -06:00
eric sciple
e20dbae803
Skip secrets/vars validation when context is incomplete ( #233 )
2025-12-08 09:18:18 -06:00
Alex Howard
69b383af3d
Skip variable validation for dynamic environments ( #178 )
2025-12-06 17:38:01 -06:00
eric sciple
4429c41275
Align supported Node.js engines field with dependency requirements ( #231 )
2025-12-05 15:28:10 -06:00
github-actions[bot]
7b9adb106e
Release extension version 0.3.23 ( #230 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2025-12-05 10:38:55 -06:00
github-actions[bot]
22c36bc946
Release extension version 0.3.22 ( #228 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2025-12-04 13:36:13 -06:00
github-actions[bot]
dfb411f71e
Release extension version 0.3.21 ( #226 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2025-12-04 11:48:14 -06:00
GitHub Actions
43feb1a1f4
Release extension version 0.3.20
2025-11-19 16:32:52 +00:00
GitHub Actions
d6b3b9d3e8
Release extension version 0.3.19
2025-09-30 10:37:47 +00:00
GitHub Actions
7504f49ab6
Release extension version 0.3.18
2025-09-10 13:58:01 +00:00
lawrencegripper
f316d205a9
chore: bump versions
2025-09-04 15:45:24 +00:00
Salman Muin Kayser Chishti
751cb5a940
Update action metadata to use node24 runtime
...
Changed the 'using' field in action metadata YAML from 'node16' to 'node24' in test utilities and tests to reflect the updated Node.js runtime environment.
2025-07-30 15:19:44 +01:00
GitHub Actions
b0fd29ab60
Release extension version 0.3.17
2025-05-07 21:04:23 +00:00
Anthony Zavala
e597a0c800
update env secret and vars parameters
2025-05-07 19:43:30 +00:00
Anthony Zavala
80c99e6e38
Bump @octokit/rest from 19.0.7 to 21.1.1 & lerna from 8.2.1 to 8.2.2
2025-05-07 18:11:36 +00:00
GitHub Actions
ffef418dbc
Release extension version 0.3.16
2025-05-07 13:36:26 +00:00
GitHub Actions
977d0ea9cd
Release extension version 0.3.15
2025-03-05 18:02:03 +00:00
GitHub Actions
7a41cd9e66
Release extension version 0.3.14
2025-01-29 21:32:29 +00:00
GitHub Actions
e6e3bb41e2
Release extension version 0.3.13
2024-09-10 18:10:03 +00:00
GitHub Actions
53e3f1755d
Release extension version 0.3.12
2024-08-02 20:07:29 +00:00
GitHub Actions
da50e32283
Release extension version 0.3.11
2024-07-18 16:08:27 +00:00
Beth Brennan
950407cc05
Merge pull request #81 from actions/elbrenn/vscode-uri
...
Change vscode-uri import syntax
2024-07-08 11:48:18 -04:00
Beth Brennan
50bd1ab3b1
Merge branch 'main' into update-context-descr
2024-07-05 18:39:50 -04:00
Beth Brennan
02075a6585
change vscode-uri import syntax
2024-07-05 13:17:23 -04:00
GitHub Actions
7c18d8fae8
Release extension version 0.3.10
2024-05-29 16:45:29 +00:00
GitHub Actions
67d9f06795
Release extension version 0.3.9
2024-03-05 23:34:14 +00:00
Yukai Chou
fe696132cf
Update tests
2023-09-08 18:02:55 +08:00
GitHub Actions
ded93b55e7
Release extension version 0.3.8
2023-09-06 15:44:25 +00:00
GitHub Actions
207cfa12c0
Release extension version 0.3.7
2023-08-04 19:54:21 +00:00
GitHub Actions
5de89b0f8e
Release extension version 0.3.6
2023-06-14 17:21:25 +00:00
Olfi01
b912482163
Apply suggestions from code review
...
Changed parameter naming to match general pattern
Co-authored-by: Christopher Schleiden <cschleiden@live.de >
2023-05-25 00:57:30 +02:00
flmeyer
41436c6570
Use correct RequestError class
2023-05-19 16:34:58 +02:00
flmeyer
468b68840b
Add try-catch to avoid failing requests
...
On GHES servers below version 3.8, the variables context is unavailable, resulting in 404 errors when calling the corresponding endpoint.
2023-05-12 22:42:09 +02:00
flmeyer
57a77551b0
Enable support for GitHub Enterprise Server
2023-05-08 17:00:05 +02:00
Felipe Suero
588c457cea
Merge branch 'main' into release/0.3.5
2023-05-05 13:41:13 -04:00
GitHub Actions
cb3ec583e0
Release extension version 0.3.5
2023-05-05 17:40:07 +00:00
Felipe Suero
63b170f2a6
Merge pull request #27 from actions/secrets-v2
...
Remove Secret Errors for dynamic environments
2023-05-03 14:20:33 -04:00
Felipe Suero
94451fa8f2
nits
2023-05-02 14:57:24 -04:00
Felipe Suero
eefd820cc5
prettify
2023-05-02 11:50:51 -04:00
Felipe Suero
58712f4d46
prettify
2023-05-02 11:43:07 -04:00
Felipe Suero
0bd67083ff
add comments
2023-05-02 11:23:48 -04:00
Felipe Suero
40c20d5504
handle the edge-cases
2023-05-02 11:22:00 -04:00
Felipe Suero
c4d478d459
commiting instead of stashing
2023-04-26 11:57:08 -04:00
Felipe Suero
9945ec321b
why does this not work?
2023-04-25 10:00:29 -04:00
GitHub Actions
07fa29649e
Release extension version 0.3.4
2023-04-21 18:09:23 +00:00
Crystal Tenn
2449e5cea1
make variable names more specific
2023-04-18 18:16:55 -04:00
Crystal Tenn
dba3cf5d96
remove unused reference to path
2023-04-18 18:13:52 -04:00