File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
41
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
17
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
18
18
# - name: Build the Docker image
19
19
# run: docker build . --file Dockerfile --tag algorithm-exercises-go:${{ github.sha }}
20
20
- name : Build the Docker image
Original file line number Diff line number Diff line change 28
28
actions : read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
29
29
steps :
30
30
- name : Checkout code
31
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
31
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
32
32
33
33
- name : Install ESLint
34
34
run : |
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout repository
22
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
22
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
23
23
24
24
- name : Set up Node.js ${{ matrix.node-version }}
25
25
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 25
25
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
26
26
27
27
steps :
28
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
28
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
29
29
30
30
- name : Use Node.js ${{ matrix.node-version }}
31
31
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments