Skip to content

Commit e530329

Browse files
committed
Updated CI/CD
1 parent 6d32682 commit e530329

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release_package.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ on:
1414
jobs:
1515
release:
1616
runs-on: ubuntu-latest
17+
permissions:
18+
contents: read
1719
steps:
1820
# Checkout project repository
1921
- name: Checkout
20-
uses: actions/checkout@v3
22+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
with:
24+
persist-credentials: false
2125

2226
# Setup Node.js environment
2327
- name: Setup Node.js

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## Unreleased
88
### Added
99
- Added 'CITATION.cff'
10+
- Updated CI/CD
1011

1112
## 3.1.0 - 2026-02-10
1213
### Added

0 commit comments

Comments
 (0)