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 @@ -160,7 +160,7 @@ jobs:
160160 run : npm test -- --no-lint --coverage
161161
162162 - name : Upload coverage artifact
163- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
163+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
164164 with :
165165 name : coverage
166166 path : coverage
@@ -406,7 +406,7 @@ jobs:
406406
407407 - name : Upload baseline diff artifact
408408 if : ${{ failure() && steps.check-baselines.conclusion == 'failure' }}
409- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
409+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
410410 with :
411411 name : fix_baselines.patch
412412 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@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
49+ uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
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@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
59+ uses : github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
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@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
73+ uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
47+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.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@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
58+ uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
5959 with :
6060 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments