File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
# Check out, and set up the node/ruby infra
12
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
12
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
13
13
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
14
14
with :
15
15
node-version : " 18.x"
64
64
65
65
- name : Upload diff artifact
66
66
if : ${{ failure() && steps.check-diff.conclusion == 'failure' }}
67
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
67
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
68
68
with :
69
69
name : missing.patch
70
70
path : missing.patch
74
74
75
75
steps :
76
76
# Check out, and set up the node infra
77
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
77
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
78
78
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
79
79
with :
80
80
node-version : " 18.x"
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
43
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
47
- uses : github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
47
+ uses : github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
57
+ uses : github/codeql-action/autobuild@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
71
+ uses : github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
29
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
14
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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 "[email protected] "
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
# Check out, and set up the node/ruby infra
14
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
14
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
15
15
with :
16
16
# Fetch the full history, to build attribution.json
17
17
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments