summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2023-05-14 09:35:01 -0700
committerGitHub <noreply@github.com>2023-05-14 16:35:01 +0000
commita7c16b29173789d422483612cbe2f6e7e39ba216 (patch)
treeeffb209049d59a74cdd9226bdf5ddb0ed907f094
parent2c0e3d87dac0c47f3034ffb2d97cf1ba934eb8f4 (diff)
downloadnode-new-a7c16b29173789d422483612cbe2f6e7e39ba216.tar.gz
meta: bump step-security/harden-runner from 2.3.1 to 2.4.0
PR-URL: https://github.com/nodejs/node/pull/47980 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
-rw-r--r--.github/workflows/scorecard.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml
index e1ccfe0242..3f00950b2a 100644
--- a/.github/workflows/scorecard.yml
+++ b/.github/workflows/scorecard.yml
@@ -33,7 +33,7 @@ jobs:
steps:
- name: Harden Runner
- uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.1
+ uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs