Pin GitHub Actions workflows to a specific version (#288)

This commit is contained in:
Erik Schierboom
2023-11-21 07:58:00 +01:00
committed by GitHub
parent ab54ac43a8
commit 7f0d7939d0

View File

@@ -27,7 +27,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Use Node.js LTS (16.x)
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with: