File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v7
18+ uses : actions/checkout@v7.0.1
1919 with :
2020 fetch-depth : 0
2121
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v7
19+ uses : actions/checkout@v7.0.1
2020
2121 - name : Set up Miniconda
2222 uses : conda-incubator/setup-miniconda@v4
Original file line number Diff line number Diff line change 5555 container : ghcr.io/deepmodeling/abacus-${{ matrix.tag }}
5656 steps :
5757 - name : Checkout
58- uses : actions/checkout@v7
58+ uses : actions/checkout@v7.0.1
5959 with :
6060 submodules : recursive
6161
Original file line number Diff line number Diff line change 2020 container : ghcr.io/deepmodeling/abacus-${{ matrix.tag }}
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v7
23+ uses : actions/checkout@v7.0.1
2424 - name : Build
2525 run : |
2626 export I_MPI_CXX=icpx
Original file line number Diff line number Diff line change 1717 container : ghcr.io/deepmodeling/abacus-gnu
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v7
20+ uses : actions/checkout@v7.0.1
2121 with :
2222 submodules : recursive
2323
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v7
28+ uses : actions/checkout@v7.0.1
2929 with :
3030 submodules : recursive
3131
Original file line number Diff line number Diff line change 3434 if : github.repository_owner == 'deepmodeling'
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v7
37+ uses : actions/checkout@v7.0.1
3838
3939 - name : Install Doxygen
4040 run : sudo apt-get install doxygen graphviz -y
Original file line number Diff line number Diff line change 1717 container : ghcr.io/deepmodeling/abacus-gnu
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v7
20+ uses : actions/checkout@v7.0.1
2121 - name : Install external tools from toolchain
2222 run : |
2323 sudo apt update && sudo apt install -y xz-utils ninja-build pkg-config
Original file line number Diff line number Diff line change 5353 run : test "$GITHUB_REF_NAME" = "$DEFAULT_BRANCH"
5454
5555 - name : Checkout trusted control code
56- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
56+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5757 with :
5858 ref : ${{ github.event.repository.default_branch }}
5959 path : control
@@ -98,14 +98,14 @@ jobs:
9898 SOURCE_SHA : ${{ needs.admit.outputs.source_sha }}
9999 steps :
100100 - name : Checkout pinned control code
101- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
101+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
102102 with :
103103 ref : ${{ env.CONTROL_SHA }}
104104 path : control
105105 persist-credentials : false
106106
107107 - name : Checkout candidate source
108- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
108+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
109109 with :
110110 repository : ${{ env.SOURCE_REPOSITORY }}
111111 ref : ${{ env.SOURCE_SHA }}
@@ -235,7 +235,7 @@ jobs:
235235 pull-requests : write
236236 steps :
237237 - name : Checkout pinned reporter
238- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
238+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
239239 with :
240240 ref : ${{ needs.admit.outputs.control_sha }}
241241 path : control
Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Checkout repository
37- uses : actions/checkout@v7
37+ uses : actions/checkout@v7.0.1
3838
3939 - name : Set up Python 3.10
4040 uses : actions/setup-python@v7
You can’t perform that action at this time.
0 commit comments