From 9f9b1cd162db2febc63925994b87b66405a3005f Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Mon, 18 May 2026 03:50:51 -0400 Subject: [PATCH] chore: Update Github action package versions with SHA commit --- .github/workflows/ci.yml | 6 +++--- .github/workflows/npm-publish.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00c70949..294c4445 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Nodejs - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: '.nvmrc' @@ -30,7 +30,7 @@ jobs: - name: Send failure notification if: ${{ failure() }} - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@4226df7daafa6fc901a43789c49bf7ab309066e7 # v3.11.0 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 465 diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index b217dca9..62aebd35 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,11 +14,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: '.nvmrc'