File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ jobs:
3939
4040 - name : Generate token
4141 id : app-token
42- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
42+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
4343 with :
4444 app-id : ${{ secrets.APP_ID }}
4545 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
4646
4747 - name : Create Pull Request
4848 if : steps.check.outputs.has_changes == 'true'
4949 id : cpr
50- uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
50+ uses : peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
5151 with :
5252 token : ${{ steps.app-token.outputs.token }}
5353 commit-message : " chore: sync API types from infrastructure"
Original file line number Diff line number Diff line change 2525 - name : Generate token
2626 id : app-token
2727 if : ${{ steps.meta.outputs.update-type == null || steps.meta.outputs.update-type == 'version-update:semver-patch' || (!startsWith(steps.meta.outputs.previous-version, '0.') && steps.meta.outputs.update-type == 'version-update:semver-minor') }}
28- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
28+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2929 with :
3030 app-id : ${{ secrets.APP_ID }}
3131 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 2929 go tool gotestsum -- -race -v -count=1 ./... \
3030 -coverpkg="./cmd/...,./internal/...,${pkgs}" -coverprofile=coverage.out
3131
32- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
32+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3333 with :
3434 name : code-coverage-report
3535 path : coverage.out
Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020 - id : app-token
21- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
21+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2222 with :
2323 app-id : ${{ secrets.APP_ID }}
2424 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 3030 mv tmp.$$.json package.json
3131 npm pack
3232
33- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
33+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3434 with :
3535 name : installer
3636 path : supabase-1.28.0.tgz
Original file line number Diff line number Diff line change 1313 image_tag : supabase/pg_prove:${{ steps.version.outputs.pg_prove }}
1414 steps :
1515 - uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
16- - uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
16+ - uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
1717 with :
1818 load : true
1919 context : https://github.com/horrendo/pg_prove.git
5151 username : ${{ secrets.DOCKER_USERNAME }}
5252 password : ${{ secrets.DOCKER_PASSWORD }}
5353 - id : build
54- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
54+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
5555 with :
5656 push : true
5757 context : https://github.com/horrendo/pg_prove.git
Original file line number Diff line number Diff line change 1313 image_tag : supabase/migra:${{ steps.version.outputs.migra }}
1414 steps :
1515 - uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
16- - uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
16+ - uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
1717 with :
1818 load : true
1919 context : https://github.com/djrobstep/migra.git
5151 username : ${{ secrets.DOCKER_USERNAME }}
5252 password : ${{ secrets.DOCKER_PASSWORD }}
5353 - id : build
54- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
54+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
5555 with :
5656 push : true
5757 context : https://github.com/djrobstep/migra.git
Original file line number Diff line number Diff line change 7575 # use GitHub app to create a release token that can publish to homebrew-tap and scoop
7676 - name : Generate token
7777 id : app-token
78- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
78+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
7979 with :
8080 app-id : ${{ secrets.APP_ID }}
8181 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 4848 go-version-file : go.mod
4949 cache : true
5050 - id : app-token
51- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
51+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
5252 with :
5353 app-id : ${{ secrets.APP_ID }}
5454 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
7272 go-version-file : go.mod
7373 cache : true
7474 - id : app-token
75- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
75+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
7676 with :
7777 app-id : ${{ secrets.APP_ID }}
7878 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
9696 go-version-file : go.mod
9797 cache : true
9898 - id : app-token
99- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
99+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
100100 with :
101101 app-id : ${{ secrets.APP_ID }}
102102 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
@@ -121,7 +121,7 @@ jobs:
121121 go-version-file : go.mod
122122 cache : true
123123 - id : app-token
124- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
124+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
125125 with :
126126 app-id : ${{ secrets.APP_ID }}
127127 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments