File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
26
26
runs-on : ubuntu-latest
27
27
28
28
steps :
29
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
29
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
30
30
31
31
- name : Set Node.js 16.x
32
32
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
33
33
with :
34
34
node-version : 16.x
35
35
36
- - uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
36
+ - uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
37
37
with :
38
38
path : ~/.npm
39
39
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
41
41
42
42
steps :
43
43
- name : Checkout repository
44
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
44
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
48
- uses : github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
48
+ uses : github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
49
49
with :
50
50
languages : ${{ matrix.language }}
51
51
source-root : src
57
57
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
58
58
# If this step fails, then you should remove it and run the build manually (see below)
59
59
- name : Autobuild
60
- uses : github/codeql-action/autobuild@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
60
+ uses : github/codeql-action/autobuild@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
61
61
62
62
# ℹ️ Command-line programs to run using the OS shell.
63
63
# 📚 https://git.io/JvXDl
71
71
# make release
72
72
73
73
- name : Perform CodeQL Analysis
74
- uses : github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
74
+ uses : github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
Original file line number Diff line number Diff line change 14
14
test-local-action :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
18
18
19
19
- uses : ./
20
20
name : json to file
Original file line number Diff line number Diff line change 9
9
semver :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
12
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
13
13
with :
14
14
fetch-depth : 0 # needed to get all tags
15
15
16
- - uses : jessehouwing/actions-semver-checker@1a13fd188ebef96fb179faedfabcc8de5cb6189d # v1
16
+ - uses : jessehouwing/actions-semver-checker@3cb8b94e8a9f14b89c86702e5c8c7c3d95559c5e # v1
Original file line number Diff line number Diff line change 13
13
build : # make sure build/ci works properly
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
17
17
18
- - uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
18
+ - uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
19
19
with :
20
20
path : ~/.npm
21
21
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
28
28
test : # make sure the action works on a clean machine without building
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
31
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
32
32
- uses : ./
33
33
id : store-json
34
34
with :
You can’t perform that action at this time.
0 commit comments