Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/_actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
- pull_request
- workflow_dispatch

permissions:
contents: read

jobs:
actionlint:
name: Run actionlint
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
Loading