File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 steps :
1414 - name : Generate GitHub App token
1515 id : app-token
16- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
16+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
1717 with :
1818 app-id : ${{ secrets.CQ_APP_ID }}
1919 private-key : ${{ secrets.CQ_APP_PRIVATE_KEY }}
2020 permission-contents : write
2121 permission-pull-requests : write
22- - uses : googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
22+ - uses : googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4
2323 id : release
2424 with :
2525 token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change 4040 - name : Generate coverage report
4141 if : always() && matrix.os == 'ubuntu-latest'
4242 run : go tool cover -html coverage.out -o coverage.html
43- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
43+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
4444 if : always() && matrix.os == 'ubuntu-latest'
4545 with :
4646 name : Code coverage
You can’t perform that action at this time.
0 commit comments