File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 # reviewable even when code-scanning API access is limited.
8282 - name : Upload CodeQL SARIF results
8383 if : always()
84- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
84+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
8585 with :
8686 name : codeql-sarif-${{ matrix.language }}
8787 path : results/*.sarif
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
107107
108108 - name : Log in to Container Registry
109- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
109+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
110110 with :
111111 registry : ${{ env.REGISTRY }}
112112 username : ${{ github.actor }}
@@ -441,7 +441,7 @@ jobs:
441441
442442 - name : Configure AWS Credentials
443443 if : steps.phase3d_inputs.outputs.ready == 'true'
444- uses : aws-actions/configure-aws-credentials@51635dbf418c2cdd8b3e1497529334d8db7e4063
444+ uses : aws-actions/configure-aws-credentials@930440c6817aa426f625c392392d41129b016a7a
445445 with :
446446 role-to-assume : ${{ secrets.AWS_DEPLOY_ROLE_ARN }}
447447 aws-region : ${{ secrets.AWS_REGION }}
@@ -493,7 +493,7 @@ jobs:
493493
494494 - name : Configure AWS Credentials
495495 if : steps.cdn_inputs.outputs.ready == 'true'
496- uses : aws-actions/configure-aws-credentials@51635dbf418c2cdd8b3e1497529334d8db7e4063
496+ uses : aws-actions/configure-aws-credentials@930440c6817aa426f625c392392d41129b016a7a
497497 with :
498498 role-to-assume : ${{ secrets.AWS_DEPLOY_ROLE_ARN }}
499499 aws-region : ${{ secrets.AWS_REGION }}
Original file line number Diff line number Diff line change 3030 uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
3131
3232 - name : Log in to GitHub Container Registry
33- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
33+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
3434 with :
3535 registry : ghcr.io
3636 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 2424 fetch-depth : 0
2525
2626 - name : Lint Code Base
27- uses : super-linter/super-linter@61abc07d755095a68f4987d1c2c3d1d64408f1f9
27+ uses : super-linter/super-linter@9e863354e3ff62e0727d37183162c4a88873df41
2828 env :
2929 VALIDATE_ALL_CODEBASE : false
3030 DEFAULT_BRANCH : main
Original file line number Diff line number Diff line change 4040 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4141
4242 - name : Configure AWS Credentials
43- uses : aws-actions/configure-aws-credentials@51635dbf418c2cdd8b3e1497529334d8db7e4063
43+ uses : aws-actions/configure-aws-credentials@930440c6817aa426f625c392392d41129b016a7a
4444 with :
4545 role-to-assume : ${{ secrets.AWS_DEPLOY_ROLE_ARN }}
4646 aws-region : ${{ secrets.AWS_REGION }}
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
14+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1515
1616 - name : Set up Go
17- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
17+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
1818 with :
1919 go-version-file : go.mod
2020
2121 - name : Set up Python
22- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
22+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2323 with :
2424 python-version : " 3.12"
2525
You can’t perform that action at this time.
0 commit comments