File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1414 outputs :
1515 found : ${{ steps.c.outputs.found }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : ./.github/actions/changes
1919 id : c
2020 with :
3232 go-version : ${{ steps.go-version.outputs.version }}
3333
3434 - name : Check out code
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636
3737 - name : Run tests
3838 run : cd relayer/gotron-sdk && go test ./...
Original file line number Diff line number Diff line change 2727 steps :
2828 - name : Setup GitHub Token
2929 id : setup-github-token
30- uses : smartcontractkit/.github/actions/setup-github-token@ef78fa97bf3c77de6563db1175422703e9e6674f # setup-github-token@0.2.1
30+ uses : smartcontractkit/.github/actions/setup-github-token@setup-github-token/v1
3131 with :
32- aws-role-arn : ${{ secrets.AWS_ROLE_ARN_GATI_READONLY }}
32+ aws-role-arn : ${{ secrets.AWS_OIDC_CHAINLINK_READ_ONLY_TOKEN_ISSUER_ROLE_ARN }}
3333 aws-lambda-url : ${{ secrets.AWS_LAMBDA_URL_GATI_READONLY }}
3434 aws-region : ${{ secrets.QA_AWS_REGION }}
3535
5656 fi
5757
5858 - name : Checkout chainlink repo
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v5
6060 with :
6161 repository : smartcontractkit/chainlink
6262 ref : ${{ env.CUSTOM_CORE_REF || env.DEFAULT_CORE_REF }}
8282 docker buildx build --secret id=GIT_AUTH_TOKEN --build-arg COMMIT_SHA=$(git rev-parse HEAD) -t local_chainlink -f core/chainlink.Dockerfile .
8383
8484 - name : Check out repo
85- uses : actions/checkout@v4
85+ uses : actions/checkout@v5
8686
8787 - name : Build chainlink-tron image
8888 run : |
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Check out code
15- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
15+ uses : actions/checkout@v5
1616
1717 - name : Install Nix
1818 uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
3434 runs-on : ubuntu-latest
3535 steps :
3636 - name : Check out code
37- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
37+ uses : actions/checkout@v5
3838
3939 - name : Install Nix
4040 uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
5454 runs-on : ubuntu-latest
5555 steps :
5656 - name : Check out code
57- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
57+ uses : actions/checkout@v5
5858
5959 - name : Install Nix
6060 uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
7373 nix develop -c go run github.com/jmank88/gomods@v0.1.6 -go generate ./...
7474 nix develop -c ./modgraph > go.md
7575 git add --all
76- git diff --stat --cached --exit-code
76+ git diff --stat --cached --exit-code
Original file line number Diff line number Diff line change 3737 secrets :
3838 AWS_ACCOUNT_ID : ${{ secrets.AWS_ACCOUNT_ID_STAGING }}
3939 AWS_ROLE_PUBLISH_ARN : ${{ secrets.AWS_ROLE_PUBLISH_ARN_STAGING }}
40- AWS_ROLE_GATI_ARN : ${{ secrets.AWS_ROLE_ARN_GATI_READONLY }}
40+ AWS_ROLE_GATI_ARN : ${{ secrets.AWS_OIDC_CHAINLINK_READ_ONLY_TOKEN_ISSUER_ROLE_ARN }}
4141 AWS_LAMBDA_GATI_URL : ${{ secrets.AWS_LAMBDA_URL_GATI_READONLY }}
You can’t perform that action at this time.
0 commit comments