Skip to content

Commit 3c48c63

Browse files
authored
ci(cd): update node version
1 parent d2a3d45 commit 3c48c63

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,23 @@ jobs:
1313
runs-on: ubuntu-latest
1414
permissions:
1515
contents: write
16-
id-token: write
1716

1817
steps:
1918
- name: Checkout for release preparation
2019
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2120
with:
2221
ref: main
23-
persist-credentials: true
22+
persist-credentials: false
2423

2524
- name: Use Node.js current version
2625
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
2726
with:
28-
node-version: current
27+
node-version: lts/Krypton
2928

3029
- name: Install package dependencies
3130
run: npm ci
3231

3332
- name: Run Semantic Release to version and publish the action
3433
run: npx semantic-release
3534
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Scheduling Workbox System
3+
Copyright (c) 2026 Scheduling Workbox System
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## Reporting a Vulnerability
44

5-
You can report a vulnerability by contacting us via email at contact@sws2apps.com. We will try to do our best to respond you and handle the matter as soon as possible.
5+
You can report a vulnerability by creating a new [Security Advisory](https://github.com/sws2apps/render-deployment/security/advisories). We will try to do our best to respond you and handle the matter as soon as possible.

0 commit comments

Comments
 (0)