File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 contents : read
1313 steps :
1414 - name : Checkout action
15- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
15+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616 with :
1717 persist-credentials : false
1818 - name : Setup the Node runtime for this project
19- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
19+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
2020 with :
2121 cache : npm
2222 cache-dependency-path : package-lock.json
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 contents : write
1515 steps :
1616 - name : Checkout the current code
17- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818 with :
1919 fetch-depth : 0
2020 persist-credentials : true
2121 ref : ${{ github.event.release.tag_name }}
2222
2323 - name : Configure the runtime node
24- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
24+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
2525 with :
2626 cache : npm
2727 cache-dependency-path : package-lock.json
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 checks : write
1616 steps :
1717 - name : " build: checkout the latest changes"
18- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 with :
2020 persist-credentials : false
2121 ref : ${{ github.event.pull_request.head.sha }}
2222
2323 - name : " build: setup the node runtime"
24- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
24+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
2525 with :
2626 cache : npm
2727 cache-dependency-path : package-lock.json
You can’t perform that action at this time.
0 commit comments