File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88
99jobs :
1010 continuous-integration :
11- uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2
11+ uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@775ce0902c528062cc94141dd7d13261083b752a # 0.22.0
1212 permissions :
1313 contents : read
1414 id-token : write
Original file line number Diff line number Diff line change 9999 return;
100100 }
101101 }
102- - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2
102+ - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@775ce0902c528062cc94141dd7d13261083b752a # 0.22.0
103103 if : ${{ steps.has-prettier-plugins.outputs.package-json-dir }}
104104 with :
105105 working-directory : ${{ steps.has-prettier-plugins.outputs.package-json-dir }}
@@ -129,11 +129,11 @@ jobs:
129129 with :
130130 persist-credentials : false
131131
132- - uses : github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
132+ - uses : github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
133133 with :
134134 languages : ${{ matrix.language }}
135135
136- - uses : github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
136+ - uses : github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
137137 with :
138138 category : " /language:${{matrix.language}}"
139139
Original file line number Diff line number Diff line change 4141 const artifactPath = path.join(process.env.RUNNER_TEMP, artifactName);
4242 core.setOutput('artifact-path', artifactPath);
4343
44- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
44+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
4545 with :
4646 path : ${{ steps.prepare-download.outputs.artifact-path }}
4747 pattern : ${{ steps.prepare-download.outputs.artifact-name }}-*
Original file line number Diff line number Diff line change 7575 using : " composite"
7676 steps :
7777 - name : Setup Node.js
78- uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2
78+ uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@775ce0902c528062cc94141dd7d13261083b752a # 0.22.0
7979 with :
8080 working-directory : ${{ github.action_path }}
8181
Original file line number Diff line number Diff line change 4848 core.setOutput("artifact-path", artifactPath);
4949 writeFileSync(artifactPath, process.env.MATRIX_VALUE ?? "");
5050
51- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
51+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
5252 with :
5353 name : ${{ steps.prepare-upload.outputs.artifact-unique-name }}
5454 path : ${{ steps.prepare-upload.outputs.artifact-path }}
55+ archive : false
You can’t perform that action at this time.
0 commit comments