File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9090 run : npm test -- --no-lint --coverage
9191
9292 - name : Upload coverage artifact
93- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
93+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
9494 with :
9595 name : coverage
9696 path : coverage
@@ -334,7 +334,7 @@ jobs:
334334
335335 - name : Upload baseline diff artifact
336336 if : ${{ failure() && steps.check-baselines.conclusion == 'failure' }}
337- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
337+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
338338 with :
339339 name : fix_baselines.patch
340340 path : fix_baselines.patch
Original file line number Diff line number Diff line change 4646
4747 # Initializes the CodeQL tools for scanning.
4848 - name : Initialize CodeQL
49- uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
49+ uses : github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
5050 with :
5151 config-file : ./.github/codeql/codeql-configuration.yml
5252 # Override language selection by uncommenting this and choosing your languages
5656 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757 # If this step fails, then you should remove it and run the build manually (see below).
5858 - name : Autobuild
59- uses : github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
59+ uses : github/codeql-action/autobuild@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
6060
6161 # ℹ️ Command-line programs to run using the OS shell.
6262 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7070 # make release
7171
7272 - name : Perform CodeQL Analysis
73- uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
73+ uses : github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
Original file line number Diff line number Diff line change 4444 npm pack ./
4545 mv typescript-*.tgz typescript.tgz
4646 - name : Upload built tarfile
47- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
47+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
4848 with :
4949 name : tgz
5050 path : typescript.tgz
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ jobs:
4747 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4848 # format to the repository Actions tab.
4949 - name : ' Upload artifact'
50- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
50+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
5151 with :
5252 name : SARIF file
5353 path : results.sarif
5454 retention-days : 5
5555
5656 # Upload the results to GitHub's code scanning dashboard.
5757 - name : ' Upload to code-scanning'
58- uses : github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
58+ uses : github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
5959 with :
6060 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments