File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3232 echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
3333
3434 - name : Checkout
35- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.5.2
35+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.5.2
3636 with :
3737 path : ${{ env.APP_NAME }}
3838
@@ -126,7 +126,7 @@ jobs:
126126 unzip latest-$NCVERSION.zip
127127
128128 - name : Checkout server master fallback
129- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.5.2
129+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.5.2
130130 if : ${{ steps.server-checkout.outcome != 'success' }}
131131 with :
132132 submodules : true
Original file line number Diff line number Diff line change 3131 reaction-type : " +1"
3232
3333 - name : Checkout the latest code
34- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.5.2
34+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.5.2
3535 with :
3636 fetch-depth : 0
3737 token : ${{ secrets.COMMAND_BOT_PAT }}
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
17+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1818 - name : Set up Node
1919 uses : actions/setup-node@v3
2020 with :
3636 runs-on : ubuntu-latest
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
39+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
4040 - name : Setup xmllint
4141 run : |
4242 sudo apt update
5656 NC_API_TAG : ' dev-master'
5757 steps :
5858 - name : Checkout
59- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
59+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
6060 - name : Determine PHP version
6161 env :
6262 VERSION_MINMAX : ${{ matrix.version }}
Original file line number Diff line number Diff line change 2020 SERVER_BRANCH : master
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
23+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2424 - name : Determine PHP version
2525 env :
2626 VERSION_MINMAX : ${{ matrix.version }}
You can’t perform that action at this time.
0 commit comments