From 7505c4cc4dad8e6013c76ca5fa9d877caeee2436 Mon Sep 17 00:00:00 2001 From: David Crossley Date: Wed, 6 May 2026 17:23:46 +1000 Subject: [PATCH 1/2] Improve permissions actionlint workflow --- .github/workflows/_actionlint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/_actionlint.yml b/.github/workflows/_actionlint.yml index 75f2ec3..0339990 100644 --- a/.github/workflows/_actionlint.yml +++ b/.github/workflows/_actionlint.yml @@ -4,6 +4,9 @@ on: - pull_request - workflow_dispatch +permissions: + contents: read + jobs: actionlint: name: Run actionlint From 18eccb58894e200f3ca3e01fb5d415e90b827208 Mon Sep 17 00:00:00 2001 From: David Crossley Date: Wed, 6 May 2026 17:27:11 +1000 Subject: [PATCH 2/2] Fix some changelog entries --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa49f9f..8d82f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## IN PROGRESS -* FOLIO-4382 Upgrade various Actions for UI and Go Workflows - in #151 +* FOLIO-4382 Upgrade various Actions for UI and Go Workflows * (Add more progress summary items here.) ## [1.15.2](https://github.com/folio-org/.github/tree/v1.15.2) (2026-05-06) @@ -41,8 +41,8 @@ [Full Changelog](https://github.com/folio-org/.github/compare/v1.14.1...v1.14.2) * FOLIO-4382 Upgrade actions/setup-node from v4 to v6 - in #126 -* Use _authToken NPM Bearer Token for NPM registry auth -* Use NPM_TOKEN_2 GA secret +* Use `_authToken` NPM Bearer Token for NPM registry auth +* Use `NPM_TOKEN_2` GA secret ## [1.14.1](https://github.com/folio-org/.github/tree/v1.14.1) (2026-03-20) [Full Changelog](https://github.com/folio-org/.github/compare/v1.14.0...v1.14.1)