File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - run : ls -al
2121 - name : Scan current project
2222 id : scan
23- uses : anchore/scan-action@v3
23+ uses : anchore/scan-action@v7
2424 with :
2525 fail-build : false
2626 path : " ."
Original file line number Diff line number Diff line change 1212 steps :
1313 - name : Generate a token
1414 id : generate-token
15- uses : actions/create-github-app-token@v1
15+ uses : actions/create-github-app-token@v2
1616 with :
1717 app-id : ${{ vars.CNOE_GH_WORKFLOW_TOKEN_APP_ID }}
1818 private-key : ${{ secrets.CNOE_GH_WORKFLOW_TOKEN_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ jobs:
3232 OUT_FILE=/tmp/idpbuilder make build
3333 - name : Generate a homebrew tap update token
3434 id : generate-token
35- uses : actions/create-github-app-token@v1
35+ uses : actions/create-github-app-token@v2
3636 with :
3737 app-id : ${{ vars.CNOE_HOMEBREW_APP_ID }}
3838 private-key : ${{ secrets.CNOE_HOMEBREW_PRIVATE_KEY }}
3939 repositories : |
4040 homebrew-tap
4141 - name : GoReleaser
42- uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0 .0
42+ uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4 .0
4343 id : run-goreleaser
4444 with :
4545 version : latest
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 steps :
1111 - name : Generate a token
1212 id : generate-token
13- uses : actions/create-github-app-token@v1
13+ uses : actions/create-github-app-token@v2
1414 with :
1515 app-id : ${{ vars.CNOE_GH_WORKFLOW_TOKEN_APP_ID }}
1616 private-key : ${{ secrets.CNOE_GH_WORKFLOW_TOKEN_PRIVATE_KEY }}
1717 - name : Slash Command Dispatch
18- uses : peter-evans/slash-command-dispatch@v4
18+ uses : peter-evans/slash-command-dispatch@v5
1919 with :
2020 token : ${{ steps.generate-token.outputs.token }}
2121 commands : |
You can’t perform that action at this time.
0 commit comments