Skip to content

Commit f0d1fb3

Browse files
authored
Bump and pin GitHub actions versions (#7879)
* chore: bump GitHub Actions to latest major versions - actions/checkout v6 → v7 (across all workflows) - azure/setup-helm v4 → v5 * chore: bump actions/checkout and actions/setup-node in terriamap workflows - actions/checkout v2 → v7 - actions/setup-node v1 → v6 * chore: pin GitHub Actions to exact commit SHAs All root workflow actions pinned to immutable SHAs with version comments. Skipped: 8398a7/action-slack (pending replacement with slackapi/slack-github-action). * chore: replace GabrielBB/xvfb-action with xvfb-run --auto-servernum Removes dependency on unmaintained third-party action. xvfb-run is pre-installed on ubuntu-latest runners and provides equivalent behaviour.
1 parent e555f10 commit f0d1fb3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
node-version: [22.x, 24.x, 26.x]
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1818
- name: Use Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@v1
19+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- run: rm -rf node_modules && yarn install --frozen-lockfile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2222

2323
- name: Set up QEMU
2424
uses: docker/setup-qemu-action@v1

0 commit comments

Comments
 (0)