Skip to content

Commit f4fbd4b

Browse files
authored
Revert "actions: checkout without secret token (#515)" (#517)
1 parent b8efb2b commit f4fbd4b

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
ref: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}
28+
token: ${{ secrets.MY_GITHUB_TOKEN || github.token }}
2829
- name: Run ShellCheck
2930
uses: ludeeus/action-shellcheck@2.0.0
3031
if: matrix.os == 'ubuntu-latest'

CHANGELOG.md

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

3+
* Revert "actions: checkout without secret token (#515)" (#517)
4+
* actions: checkout without secret token (#515)
35
* Improve github actions logging with grouping (#503)
46
* Bump actions/download-artifact from 5 to 8 (#506)
57
* Bump actions/upload-artifact from 4 to 7 (#505)
@@ -27,7 +29,7 @@
2729
* Bump esbuild from 0.27.0 to 0.27.1 (#457)
2830
* Bump jws from 3.2.2 to 3.2.3 in the npm_and_yarn group across 1 directory (#455)
2931

30-
**Full Changelog**: [1.4.4...1.4.11](https://github.com/kenherring/ablunit-test-runner/compare/1.4.9...1.4.11)
32+
**Full Changelog**: [1.4.4...1.4.13](https://github.com/kenherring/ablunit-test-runner/compare/1.4.11...1.4.13)
3133

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

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.11",
5+
"version": "1.4.13",
66
"engineStrict": true,
77
"galleryBanner": {
88
"color": "#007ACC",

0 commit comments

Comments
 (0)