File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3030
3131 - name : Set Node.js 16.x
32- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
32+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
3333 with :
3434 node-version : 16.x
3535
7676 id : diff
7777
7878 # If index.js was different than expected, upload the expected version as an artifact
79- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
79+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
8080 if : ${{ failure() && steps.diff.conclusion == 'failure' }}
8181 with :
8282 name : dist
Original file line number Diff line number Diff line change 4545
4646 # Initializes the CodeQL tools for scanning.
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
48+ uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
4949 with :
5050 languages : ${{ matrix.language }}
5151 source-root : src
5757 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5858 # If this step fails, then you should remove it and run the build manually (see below)
5959 - name : Autobuild
60- uses : github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
60+ uses : github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
6161
6262 # ℹ️ Command-line programs to run using the OS shell.
6363 # 📚 https://git.io/JvXDl
7171 # make release
7272
7373 - name : Perform CodeQL Analysis
74- uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
74+ uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
Original file line number Diff line number Diff line change 3636 }
3737
3838 - name : Upload result file as artefact
39- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v2.3.1
39+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v2.3.1
4040 with :
4141 name : test
4242 path : test.json
You can’t perform that action at this time.
0 commit comments