File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - uses : " authzed/actions/setup-go@main"
3535 - name : " Generate docs"
3636 run : " go run mage.go gen:docs"
37- - uses : " chainguard-dev/actions/nodiff@71714a76c3df10b544595a2294c16649dc3472e5 " # main
37+ - uses : " chainguard-dev/actions/nodiff@8bb24c24be6871bee44f19be55ea11e3b2aea3dd " # main
3838 with :
3939 path : " "
4040 fixup-command : " mage gen:docs"
5252 - name : " Unit tests with coverage"
5353 run : " go run mage.go test:runWithCoverage"
5454 - name : " Upload coverage to Codecov"
55- uses : " codecov/codecov-action@v5.5.2 "
55+ uses : " codecov/codecov-action@v6.0.0 "
5656 with :
5757 files : " ./coverage.txt"
5858 verbose : true
8888 # There's a whole bunch of vars in the environment that aren't needed for running this test, so we clear them out.
8989 # NOTE: if you need to do this in the future, I recommend bashing into the container and running `env | sort | less`
9090 # NOTE: wasmbrowsertest can have flaky websocket timeouts, so we retry up to 3 times
91- uses : " nick-fields/retry@v3 "
91+ uses : " nick-fields/retry@v4 "
9292 with :
9393 max_attempts : 3
9494 timeout_minutes : 5
Original file line number Diff line number Diff line change 5858 branch : " docs-zed-update"
5959 branch-suffix : " random"
6060 - name : " Approve Pull Request in target"
61- uses : " juliangruber/approve-pull-request-action@b71c44ff142895ba07fad34389f1938a4e8ee7b0 " # v2.0.6
61+ uses : " juliangruber/approve-pull-request-action@68fcc9a5a73b5641cadf757cf99d73720dcb05d0 " # v2.1.0
6262 if : " steps.check-changes.outputs.docs_changed == 'true'"
6363 with :
6464 repo : " authzed/docs"
7171 GH_TOKEN : " ${{ secrets.AUTHZEDAPPROVER_REPO_SCOPED_TOKEN }}"
7272 - name : " Notify in Slack if failure"
7373 if : " ${{ failure() }}"
74- uses : " slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a " # v2.1 .1
74+ uses : " slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 " # v3.0 .1
7575 with :
7676 webhook : " ${{ secrets.SLACK_BUILDS_WEBHOOK_URL }}"
7777 webhook-type : " incoming-webhook"
Original file line number Diff line number Diff line change 1515 with :
1616 fetch-depth : 0
1717 - uses : " authzed/actions/setup-go@main"
18- - uses : " nowsprinting/check-version-format-action@v4 "
18+ - uses : " nowsprinting/check-version-format-action@v5 "
1919 id : " version"
2020 with :
2121 prefix : " v"
3737 CHOCOLATEY_API_KEY : " ${{ secrets.CHOCOLATEY_API_KEY }}"
3838 - name : " Notify in Slack if failure"
3939 if : " ${{ failure() }}"
40- uses : " slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a " # v2.1 .1
40+ uses : " slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 " # v3.0 .1
4141 with :
4242 webhook : " ${{ secrets.SLACK_BUILDS_WEBHOOK_URL }}"
4343 webhook-type : " incoming-webhook"
Original file line number Diff line number Diff line change 3232 GEMFURY_PUSH_TOKEN : " ${{ secrets.GEMFURY_PUSH_TOKEN }}"
3333 - name : " Notify in Slack if failure"
3434 if : " ${{ failure() }}"
35- uses : " slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a " # v2.1 .1
35+ uses : " slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 " # v3.0 .1
3636 with :
3737 webhook : " ${{ secrets.SLACK_BUILDS_WEBHOOK_URL }}"
3838 webhook-type : " incoming-webhook"
7272 GORELEASER_KEY : " ${{ secrets.GORELEASER_KEY }}"
7373 - name : " Notify in Slack if failure"
7474 if : " ${{ failure() }}"
75- uses : " slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a " # v2.1 .1
75+ uses : " slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 " # v3.0 .1
7676 with :
7777 webhook : " ${{ secrets.SLACK_BUILDS_WEBHOOK_URL }}"
7878 webhook-type : " incoming-webhook"
You can’t perform that action at this time.
0 commit comments