Skip to content

Commit 409c051

Browse files
committed
Merge branch 'main' into issue-249-relative-paths
2 parents fe3a3c4 + 2f4fec3 commit 409c051

File tree

6 files changed

+70
-61
lines changed

6 files changed

+70
-61
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && git push origin main
5555
5656
- name: Setup Node.js
57-
uses: actions/[email protected].1
57+
uses: actions/[email protected].2
5858
with:
5959
node-version: 20
6060

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ref: ${{ github.event.release.tag_name }}
2020

2121
- name: Setup Node
22-
uses: actions/[email protected].1
22+
uses: actions/[email protected].2
2323
with:
2424
node-version: 20
2525

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Setup Node.js
24-
uses: actions/[email protected].1
24+
uses: actions/[email protected].2
2525
with:
2626
node-version: 20
2727
- run: npm ci

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111

1212
**📦 Dependency updates:**
1313

14+
- Bump @actions/artifact from 2.0.1 to 2.1.4 [\#263](https://github.com/pmd/pmd-github-action/pull/263) (@dependabot[bot])
15+
- Bump nock from 13.5.0 to 13.5.4 [\#262](https://github.com/pmd/pmd-github-action/pull/262) (@dependabot[bot])
16+
- Bump eslint from 8.56.0 to 8.57.0 [\#259](https://github.com/pmd/pmd-github-action/pull/259) (@dependabot[bot])
17+
- Bump actions/setup-node from 4.0.1 to 4.0.2 [\#256](https://github.com/pmd/pmd-github-action/pull/256) (@dependabot[bot])
18+
- Bump semver from 7.5.4 to 7.6.0 [\#255](https://github.com/pmd/pmd-github-action/pull/255) (@dependabot[bot])
1419
- Bump nock from 13.4.0 to 13.5.0 [\#248](https://github.com/pmd/pmd-github-action/pull/248) (@dependabot[bot])
1520
- Bump @actions/artifact from 2.0.0 to 2.0.1 [\#247](https://github.com/pmd/pmd-github-action/pull/247) (@dependabot[bot])
1621
- Bump actions/setup-node from 4.0.0 to 4.0.1 [\#245](https://github.com/pmd/pmd-github-action/pull/245) (@dependabot[bot])
@@ -60,6 +65,10 @@
6065
- Bump convert-action from 0.2.0 to 0.2.2 [\#194](https://github.com/pmd/pmd-github-action/pull/194) (@dependabot[bot])
6166
- Bump eslint from 8.41.0 to 8.42.0 [\#192](https://github.com/pmd/pmd-github-action/pull/192) (@dependabot[bot])
6267

68+
**✔️ Closed issues:**
69+
70+
- Getting Warning in Node version only for PMD [\#253](https://github.com/pmd/pmd-github-action/issues/253)
71+
6372
## [v1.4.1](https://github.com/pmd/pmd-github-action/tree/v1.4.1) (2023-05-26)
6473

6574
[Full Changelog](https://github.com/pmd/pmd-github-action/compare/v1.4.0...v1.4.1)

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
},
2525
"homepage": "https://github.com/pmd/pmd-github-action#readme",
2626
"dependencies": {
27-
"@actions/artifact": "^2.0.1",
27+
"@actions/artifact": "^2.1.4",
2828
"@actions/core": "^1.10.1",
2929
"@actions/exec": "^1.1.1",
3030
"@actions/github": "^5.1.1",
3131
"@actions/tool-cache": "^2.0.1",
3232
"@octokit/rest": "^20.0.2",
33-
"semver": "^7.5.4"
33+
"semver": "^7.6.0"
3434
},
3535
"devDependencies": {
3636
"@actions/io": "^1.1.3",
3737
"@vercel/ncc": "^0.38.1",
38-
"eslint": "^8.56.0",
38+
"eslint": "^8.57.0",
3939
"jest": "^29.7.0",
40-
"nock": "^13.5.0",
40+
"nock": "^13.5.4",
4141
"fetch-mock-jest": "^1.5.1"
4242
}
4343
}

0 commit comments

Comments
 (0)