File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 90
90
run : npm test -- --no-lint --coverage
91
91
92
92
- name : Upload coverage artifact
93
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
93
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
94
94
with :
95
95
name : coverage
96
96
path : coverage
@@ -137,7 +137,7 @@ jobs:
137
137
node-version : ' lts/*'
138
138
- run : npm ci
139
139
140
- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
140
+ - uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
141
141
with :
142
142
path : ~/.cache/dprint
143
143
key : ${{ runner.os }}-dprint-${{ hashFiles('package-lock.json', '.dprint.jsonc') }}
@@ -334,7 +334,7 @@ jobs:
334
334
335
335
- name : Upload baseline diff artifact
336
336
if : ${{ failure() && steps.check-baselines.conclusion == 'failure' }}
337
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
337
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
338
338
with :
339
339
name : fix_baselines.patch
340
340
path : fix_baselines.patch
Original file line number Diff line number Diff line change 46
46
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
49
+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
50
50
with :
51
51
config-file : ./.github/codeql/codeql-configuration.yml
52
52
# Override language selection by uncommenting this and choosing your languages
56
56
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
57
57
# If this step fails, then you should remove it and run the build manually (see below).
58
58
- name : Autobuild
59
- uses : github/codeql-action/autobuild@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
59
+ uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
60
60
61
61
# ℹ️ Command-line programs to run using the OS shell.
62
62
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
70
70
# make release
71
71
72
72
- name : Perform CodeQL Analysis
73
- uses : github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
73
+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
Original file line number Diff line number Diff line change 44
44
npm pack ./
45
45
mv typescript-*.tgz typescript.tgz
46
46
- name : Upload built tarfile
47
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
47
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
48
48
with :
49
49
name : tgz
50
50
path : typescript.tgz
Original file line number Diff line number Diff line change 34
34
persist-credentials : false
35
35
36
36
- name : ' Run analysis'
37
- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
37
+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
38
38
with :
39
39
results_file : results.sarif
40
40
results_format : sarif
@@ -47,14 +47,14 @@ jobs:
47
47
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
48
48
# format to the repository Actions tab.
49
49
- name : ' Upload artifact'
50
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
50
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
51
51
with :
52
52
name : SARIF file
53
53
path : results.sarif
54
54
retention-days : 5
55
55
56
56
# Upload the results to GitHub's code scanning dashboard.
57
57
- name : ' Upload to code-scanning'
58
- uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
58
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
59
59
with :
60
60
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments