From 0da9b370044e5466ef4796c78c3865c01ca442d2 Mon Sep 17 00:00:00 2001 From: Angel Caamal Date: Fri, 18 Sep 2026 18:58:20 +0000 Subject: [PATCH 1/2] ci(slack): update workflow to Node.js 20 --- .github/workflows/functions-slack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/functions-slack.yaml b/.github/workflows/functions-slack.yaml index c9d51f8c3aa..b76af8e6761 100644 --- a/.github/workflows/functions-slack.yaml +++ b/.github/workflows/functions-slack.yaml @@ -57,7 +57,7 @@ jobs: kg_api_key:nodejs-docs-samples-tests/nodejs-docs-samples-kg-api-key - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 with: - node-version: 16 + node-version: 20 - name: Get npm cache directory id: npm-cache-dir shell: bash From 5813efb24129f72da4526ecf81ce637bdf592248 Mon Sep 17 00:00:00 2001 From: Angel Caamal Date: Fri, 18 Sep 2026 19:10:41 +0000 Subject: [PATCH 2/2] ci: pin zizmor action to correct release version --- .github/workflows/functions-slack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/functions-slack.yaml b/.github/workflows/functions-slack.yaml index b76af8e6761..3b3c4f2f644 100644 --- a/.github/workflows/functions-slack.yaml +++ b/.github/workflows/functions-slack.yaml @@ -50,7 +50,7 @@ jobs: create_credentials_file: 'true' access_token_lifetime: 600s - id: secrets - uses: 'google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce' # v2 + uses: 'google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce' # v2.2.2 with: secrets: |- slack_secret:nodejs-docs-samples-tests/nodejs-docs-samples-slack-secret @@ -62,7 +62,7 @@ jobs: id: npm-cache-dir shell: bash run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT} - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }}