Skip to content

[MOO-2268] Upgrade Node and GitHub Actions to Node v24 #546

[MOO-2268] Upgrade Node and GitHub Actions to Node v24

[MOO-2268] Upgrade Node and GitHub Actions to Node v24 #546

Workflow file for this run

name: Ensure SHA pinned actions
on:
push:
branches: [main]
paths:
- ".github/workflows/*.yml"
pull_request:
branches: [main]
paths:
- ".github/workflows/*.yml"
jobs:
harden_security:
name: Check SHA in GH Actions
runs-on: ubuntu-latest
steps:
- name: "Checking-out code"
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
submodules: false
- name: "Ensure SHA pinned actions"
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@471d5ace1f08e3c4df1c4c2f7e6341aa75da434a # v5.0.3