File tree 4 files changed +7
-7
lines changed 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 76
76
check-latest : true
77
77
- run : npm ci
78
78
79
- - uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
79
+ - uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
80
80
with :
81
81
path : ~/.cache/dprint
82
82
key : ${{ runner.os }}-dprint-${{ hashFiles('package-lock.json', '.dprint.jsonc') }}
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@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
49
+ uses : github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
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@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
59
+ uses : github/codeql-action/autobuild@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
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@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
73
+ uses : github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
Original file line number Diff line number Diff line change 41
41
npm pack ./
42
42
mv typescript-*.tgz typescript.tgz
43
43
- name : Upload built tarfile
44
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
44
+ uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
45
45
with :
46
46
name : tgz
47
47
path : typescript.tgz
Original file line number Diff line number Diff line change @@ -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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
50
+ uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
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@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
58
+ uses : github/codeql-action/upload-sarif@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
59
59
with :
60
60
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments