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 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
41+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - 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: docker build . --file Dockerfile --tag algorithm-exercises-go:${{ github.sha }}
2020 - name : Build the 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 2525 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2626
2727 steps :
28- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
28+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2929
3030 - name : Use Node.js ${{ matrix.node-version }}
3131 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments