File tree 9 files changed +13
-13
lines changed
9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 32
32
with :
33
33
egress-policy : audit
34
34
35
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
35
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
36
36
- name : Set up Python ${{ env.PYTHON_VERSION }}
37
37
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
38
38
with :
Original file line number Diff line number Diff line change 37
37
with :
38
38
egress-policy : audit
39
39
40
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
41
41
- name : Set up Python ${{ env.PYTHON_VERSION }}
42
42
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
43
43
with :
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ jobs:
46
46
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
47
47
48
48
- name : Checkout repository
49
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
49
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
53
- uses : github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
53
+ uses : github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
54
54
with :
55
55
languages : ${{ matrix.language }}
56
56
# If you wish to specify custom queries, you can do so here or in a config file.
80
80
npx node-gyp rebuild -C test
81
81
82
82
- name : Perform CodeQL Analysis
83
- uses : github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
83
+ uses : github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
84
84
with :
85
85
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 39
39
with :
40
40
egress-policy : audit
41
41
42
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
42
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
43
43
with :
44
44
persist-credentials : false
45
45
- name : Set up Python ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 22
22
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
23
23
24
24
- name : ' Checkout Repository'
25
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
25
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
26
26
- name : ' Dependency Review'
27
27
uses : actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
Original file line number Diff line number Diff line change 20
20
with :
21
21
egress-policy : audit
22
22
23
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
24
24
with :
25
25
fetch-depth : 0
26
26
- run : git branch -a
Original file line number Diff line number Diff line change 34
34
with :
35
35
egress-policy : audit
36
36
37
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
37
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
38
38
- name : Set up Python ${{ env.PYTHON_VERSION }}
39
39
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
40
40
with :
Original file line number Diff line number Diff line change 36
36
with :
37
37
egress-policy : audit
38
38
39
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
40
40
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
41
41
with :
42
42
node-version : lts/*
Original file line number Diff line number Diff line change 36
36
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
37
37
38
38
- name : " Checkout code"
39
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
40
40
with :
41
41
persist-credentials : false
42
42
@@ -63,14 +63,14 @@ jobs:
63
63
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
64
64
# format to the repository Actions tab.
65
65
- name : " Upload artifact"
66
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
66
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
67
67
with :
68
68
name : SARIF file
69
69
path : results.sarif
70
70
retention-days : 5
71
71
72
72
# Upload the results to GitHub's code scanning dashboard.
73
73
- name : " Upload to code-scanning"
74
- uses : github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
74
+ uses : github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
75
75
with :
76
76
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments