File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,13 @@ jobs:
5454 steps :
5555 # Checks-out the repository under $GITHUB_WORKSPACE
5656 - name : Clone Repo
57- uses : actions/checkout@v5
57+ uses : actions/checkout@v6
5858
5959 # Set up NodeJS on the build host with caching support to optimize execution
6060 - name : Setup Node.JS Runtime
6161 uses : actions/setup-node@v6
6262 with :
63- node-version : 22
63+ node-version : 24
6464 cache : npm
6565 cache-dependency-path : package-lock.json
6666
8484
8585 # Upload compiled zip file so that other execution sessions can use it
8686 - name : Upload Artifact for Deployment Job
87- uses : actions/upload-artifact@v4
87+ uses : actions/upload-artifact@v6
8888 with :
8989 compression-level : 9
9090 if-no-files-found : error
@@ -118,7 +118,7 @@ jobs:
118118 - name : Set up Node.JS Runtime
119119 uses : actions/setup-node@v6
120120 with :
121- node-version : 22
121+ node-version : 24
122122 registry-url : https://registry.npmjs.org
123123 scope : shi-corp
124124
@@ -128,7 +128,7 @@ jobs:
128128
129129 # Download the compiled server binary
130130 - name : Download Artifact From Build Job
131- uses : actions/download-artifact@v5
131+ uses : actions/download-artifact@v7
132132 with :
133133 name : Development-Utilities
134134
Original file line number Diff line number Diff line change @@ -71,13 +71,13 @@ jobs:
7171 fi
7272
7373 # Downloads the repo at the specified depth calculated previously
74- - uses : actions/checkout@v5
74+ - uses : actions/checkout@v6
7575 with :
7676 ref : ${{env.branch}}
7777 fetch-depth : ${{env.depth}}
7878
7979 # Run TruffleHog Scan against the downloaded repo
8080 - name : Scan for Secrets
81- uses : trufflesecurity/trufflehog@ad6fc8fb446b8fafbf7ea8193d2d6bfd42f45690
81+ uses : trufflesecurity/trufflehog@7635b24fd512a2e817dd3e9dd661caaf035a079d
8282 with :
8383 extra_args : --results=verified,unknown
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
3131 # Set of execution steps to perform
3232 steps :
3333 # Checks-out your repository under $GITHUB_WORKSPACE
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535
3636 # Set up NodeJS on the build host
3737 - name : Setup Node.JS Environment
3838 uses : actions/setup-node@v6
3939 with :
40- node-version : 22
40+ node-version : 24
4141 cache : npm
4242 cache-dependency-path : package-lock.json
4343
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
3131 # Set of steps to run to lint the project
3232 steps :
3333 # Checks-out your repository under $GITHUB_WORKSPACE
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535
3636 # Set up NodeJS on the build host
3737 - name : Setup Node.js environment
3838 uses : actions/setup-node@v6
3939 with :
40- node-version : 22
40+ node-version : 24
4141 cache : npm
4242 cache-dependency-path : package-lock.json
4343
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
3232 steps :
3333 # Checks-out your repository under $GITHUB_WORKSPACE
3434 - name : Download Source Code
35- uses : actions/checkout@v5
35+ uses : actions/checkout@v6
3636
3737 # Set up NodeJS on the build host
3838 - name : Set up the Node.JS Runtime
3939 uses : actions/setup-node@v6
4040 with :
41- node-version : 22
41+ node-version : 24
4242 cache : npm
4343 cache-dependency-path : package-lock.json
4444
You can’t perform that action at this time.
0 commit comments