File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
43+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
17+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1818 - name : Build the Docker image
1919 run : make compose/rebuild
2020 - name : Run test in Docker image
Original file line number Diff line number Diff line change 2828 actions : read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
2929 steps :
3030 - name : Checkout code
31- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
31+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
3232
3333 - name : Install ESLint
3434 run : |
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
22+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2323
2424 - name : Set up Node.js ${{ matrix.node-version }}
2525 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
26+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2727
2828 - name : Set up Node.js ${{ matrix.node-version }}
2929 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments