Skip to content

Commit bf16c23

Browse files
authored
actions: use pull_request_target instead of pull_request (#519)
1 parent 54b8101 commit bf16c23

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI Workflow
22

33
on:
4+
pull_request_target:
5+
branches:
6+
- main
47
pull_request:
58
branches:
69
- main

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# [1.4.15](https://github.com/kenherring/ablunit-test-runner/releases/tag/1.4.15) - 2026-03-21 (pre-release)
1+
# [1.4.17](https://github.com/kenherring/ablunit-test-runner/releases/tag/1.4.17) - 2026-03-23 (pre-release)
22

3+
* actions: use `pull_request_target` instead of `pull_request` (#519)
4+
* Bump github/codeql-action from 3 to 4 (#518)
35
* actions: skip version bump when git push fails due to forked pull request (#516)
46
* Revert "actions: checkout without secret token (#515)" (#517)
57
* actions: checkout without secret token (#515)
@@ -30,7 +32,7 @@
3032
* Bump esbuild from 0.27.0 to 0.27.1 (#457)
3133
* Bump jws from 3.2.2 to 3.2.3 in the npm_and_yarn group across 1 directory (#455)
3234

33-
**Full Changelog**: [1.4.4...1.4.15](https://github.com/kenherring/ablunit-test-runner/compare/1.4.13...1.4.15)
35+
**Full Changelog**: [1.4.4...1.4.17](https://github.com/kenherring/ablunit-test-runner/compare/1.4.15...1.4.17)
3436

3537
# [1.4.4](https://github.com/kenherring/ablunit-test-runner/releases/tag/1.4.4) - 2025-11-26 (pre-release)
3638

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ablunit-test-runner",
33
"displayName": "ABLUnit Test Runner",
44
"description": "OpenEdge ABLUnit test runner for VSCode",
5-
"version": "1.4.15",
5+
"version": "1.4.17",
66
"engineStrict": true,
77
"galleryBanner": {
88
"color": "#007ACC",

0 commit comments

Comments
 (0)