File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ${{ matrix.os }}
24
24
25
25
steps :
26
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
26
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27
27
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
28
28
with :
29
29
node-version : " 18.x"
41
41
# Verify it compiles
42
42
- run : pnpm build-site
43
43
44
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
44
+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
45
45
if : github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest'
46
46
with :
47
47
name : site
71
71
72
72
- name : Upload diff artifact
73
73
if : ${{ failure() && steps.check-diff.conclusion == 'failure' }}
74
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
74
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
75
75
with :
76
76
name : missing.patch
77
77
path : missing.patch
80
80
name : changesets
81
81
runs-on : ubuntu-latest
82
82
steps :
83
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
83
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
84
84
with :
85
85
fetch-depth : 0
86
86
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ jobs:
40
40
41
41
steps :
42
42
- name : Checkout repository
43
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
43
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
47
- uses : github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
47
+ uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
48
48
with :
49
49
config-file : ./.github/codeql/codeql-configuration.yml
50
50
# Override language selection by uncommenting this and choosing your languages
54
54
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55
55
# If this step fails, then you should remove it and run the build manually (see below).
56
56
- name : Autobuild
57
- uses : github/codeql-action/autobuild@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
57
+ uses : github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
58
58
59
59
# ℹ️ Command-line programs to run using the OS shell.
60
60
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
68
68
# make release
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
71
+ uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
132
132
- name : Download site build from PR
133
133
if : ${{ steps.get-info.outputs.result != 'null' }}
134
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
134
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
135
135
with :
136
136
name : site
137
137
path : site
Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
28
28
steps :
29
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
29
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30
30
with :
31
31
# Fetch the full history, to build attribution.json
32
32
fetch-depth : 0
Original file line number Diff line number Diff line change 11
11
contents : write
12
12
13
13
steps :
14
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
15
- run : |
16
16
if [[ $(git log --format="%H" --since "50 days" | head -c1 | wc -c) == 0 ]]; then
17
17
git config user.email "typescriptbot@microsoft.com"
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
18
18
steps :
19
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
19
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20
20
with :
21
21
fetch-depth : 0
22
22
filter : blob:none
Original file line number Diff line number Diff line change 14
14
build :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
17
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
18
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
19
19
with :
20
20
node-version : " 18.x"
You can’t perform that action at this time.
0 commit comments