File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 build :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2323
2424 - name : Set up Go
25- uses : actions/setup-go@v4
25+ uses : actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639 # v4
2626 with :
2727 go-version : ' 1.24.4'
2828 cache-dependency-path : peerdb-catalog/pgSetup/go.sum
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2222
2323 - name : Check docs
2424 run : |
Original file line number Diff line number Diff line change 1818 chartName : [peerdb, peerdb-catalog]
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v3
21+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2222 - name : Call release-charts.yml
2323 run : |
2424 gh workflow run release-charts.yml \
Original file line number Diff line number Diff line change @@ -26,20 +26,20 @@ jobs:
2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v3
29+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
3030 with :
3131 path : ' src'
3232 fetch-depth : 0
3333 submodules : true
3434 - name : Checkout
35- uses : actions/checkout@v2
35+ uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
3636 with :
3737 path : ' dest'
3838 ref : ' gh-pages'
3939 fetch-depth : 0
4040
4141 - name : Install Helm
42- uses : azure/setup-helm@v3
42+ uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
4343
4444 - name : Package Helm Charts
4545 shell : bash
Original file line number Diff line number Diff line change 2020 pull-requests : write
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : release-drafter/release-drafter@v6
23+ - uses : release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6
2424 env :
2525 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3737 run : |
3838 echo "STABLE_PEERDB_VERSION=stable-${{ env.PEERDB_VERSION }}" >> $GITHUB_ENV
3939 - name : Checkout repository
40- uses : actions/checkout@v3
40+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
4141 with :
4242 token : ' ${{ secrets.DEVOPS_BOT_GITHUB_TOKEN }}'
4343 - name : Update PeerDB version
5151 git diff --exit-code || echo "changes=true" >> $GITHUB_OUTPUT
5252 - name : Get next version
5353 if : ${{ steps.update-peerdb-version.outputs.changes == 'true' }}
54- 54+ uses : reecetech/version-increment@a29aa752dc3b8118a2dc2ed93faf0e95a73a9c7e # 2024.10.1
5555 id : version
5656 with :
5757 scheme : semver
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ schema:
9696 init :
9797 image :
9898 repository : golang
99- tag : alpine
99+ tag : alpine@sha256:b6ed3fd0452c0e9bcdef5597f29cc1418f61672e9d3a2f55bf02e7222c014abd
100100 schemaCreate :
101101 repository : alpine
102102 tag : latest
@@ -110,7 +110,7 @@ schema:
110110 test :
111111 image :
112112 repository : postgres
113- tag : latest
113+ tag : latest@sha256:073e7c8b84e2197f94c8083634640ab37105effe1bc853ca4d5fbece3219b0e8
114114 resources :
115115 requests :
116116 cpu : 0.5
@@ -128,7 +128,7 @@ temporal:
128128 image :
129129 repository : temporalio/admin-tools
130130 # -- This should be set from the helm values for temporal dependency from the main chart
131- tag : 1.24.2.1-tctl-1.18.1-cli-0.13.2
131+ tag : 1.24.2.1-tctl-1.18.1-cli-0.13.2@sha256:365697b58d963d9dacdfd7b6135c64d6981c3d4f064da1afe2edb030aa49af6f
132132 pullPolicy : IfNotPresent
133133
134134
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ authentication:
343343 annotations : {}
344344 image :
345345 repository : nginx
346- tag : latest
346+ tag : latest@sha256:8adbdcb969e2676478ee2c7ad333956f0c8e0e4c5a7463f4611d7a2e7a7ff5dc
347347 pullPolicy : Always
348348 resources :
349349 requests :
You can’t perform that action at this time.
0 commit comments