File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 publish :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6
14- - uses : haya14busa/action-update-semver@v1
13+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
14+ - uses : haya14busa/action-update-semver@7d2c558640ea49e798d46539536190aff8c18715 # v1.5.1
1515 with :
1616 major_version_tag_only : true
1717 - name : Create a Release
18- uses : actions/create-release@v1
18+ uses : actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # v1.1.4
1919 env :
2020 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
2121 with :
Original file line number Diff line number Diff line change 88 test :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v6
11+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1212 - run : mkdir -p myoutput
1313 - name : Test KICS action
1414 uses : ./
You can’t perform that action at this time.
0 commit comments