File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 runs-on : ubuntu-latest
7272 steps :
7373 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
74+ with :
75+ persist-credentials : false
7476
7577 - name : Install system deps
7678 run : ' sudo apt update && sudo apt install -y libgpgme-dev libbtrfs-dev libdevmapper-dev'
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
23+ with :
24+ persist-credentials : false
25+
2326 - name : Set Env Tags
2427 run : echo RELEASE_TAG=$(echo $GITHUB_REF | cut -d '/' -f 3) >> $GITHUB_ENV
2528
Original file line number Diff line number Diff line change 1010 steps :
1111 - name : ' Checkout Repository'
1212 uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
13+ with :
14+ persist-credentials : false
15+
1316 - name : ' Dependency Review'
1417 uses : actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
14+ with :
15+ persist-credentials : false
1416
1517 - name : Install system deps
1618 run : ' sudo apt update && sudo apt install -y libgpgme-dev libbtrfs-dev libdevmapper-dev'
You can’t perform that action at this time.
0 commit comments