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:
19
19
build :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
23
23
24
24
- name : Set up Go
25
- uses : actions/setup-go@v4
25
+ uses : actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639 # v4
26
26
with :
27
27
go-version : ' 1.24.4'
28
28
cache-dependency-path : peerdb-catalog/pgSetup/go.sum
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
22
22
23
23
- name : Check docs
24
24
run : |
Original file line number Diff line number Diff line change 18
18
chartName : [peerdb, peerdb-catalog]
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
22
22
- name : Call release-charts.yml
23
23
run : |
24
24
gh workflow run release-charts.yml \
Original file line number Diff line number Diff line change @@ -26,20 +26,20 @@ jobs:
26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
30
30
with :
31
31
path : ' src'
32
32
fetch-depth : 0
33
33
submodules : true
34
34
- name : Checkout
35
- uses : actions/checkout@v2
35
+ uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
36
36
with :
37
37
path : ' dest'
38
38
ref : ' gh-pages'
39
39
fetch-depth : 0
40
40
41
41
- name : Install Helm
42
- uses : azure/setup-helm@v3
42
+ uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
43
43
44
44
- name : Package Helm Charts
45
45
shell : bash
Original file line number Diff line number Diff line change 20
20
pull-requests : write
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : release-drafter/release-drafter@v6
23
+ - uses : release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6
24
24
env :
25
25
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 37
37
run : |
38
38
echo "STABLE_PEERDB_VERSION=stable-${{ env.PEERDB_VERSION }}" >> $GITHUB_ENV
39
39
- name : Checkout repository
40
- uses : actions/checkout@v3
40
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
41
41
with :
42
42
token : ' ${{ secrets.DEVOPS_BOT_GITHUB_TOKEN }}'
43
43
- name : Update PeerDB version
51
51
git diff --exit-code || echo "changes=true" >> $GITHUB_OUTPUT
52
52
- name : Get next version
53
53
if : ${{ steps.update-peerdb-version.outputs.changes == 'true' }}
54
- uses : reecetech/version-increment@2024.10.1
54
+ uses : reecetech/version-increment@a29aa752dc3b8118a2dc2ed93faf0e95a73a9c7e # 2024.10.1
55
55
id : version
56
56
with :
57
57
scheme : semver
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ schema:
96
96
init :
97
97
image :
98
98
repository : golang
99
- tag : alpine
99
+ tag : alpine@sha256:b6ed3fd0452c0e9bcdef5597f29cc1418f61672e9d3a2f55bf02e7222c014abd
100
100
schemaCreate :
101
101
repository : alpine
102
102
tag : latest
@@ -110,7 +110,7 @@ schema:
110
110
test :
111
111
image :
112
112
repository : postgres
113
- tag : latest
113
+ tag : latest@sha256:8a56bef4c60bef3d26193cb9d810fce93def8fd0c459f4a9b14240fbd7559a1d
114
114
resources :
115
115
requests :
116
116
cpu : 0.5
@@ -128,7 +128,7 @@ temporal:
128
128
image :
129
129
repository : temporalio/admin-tools
130
130
# -- 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
132
132
pullPolicy : IfNotPresent
133
133
134
134
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ authentication:
343
343
annotations : {}
344
344
image :
345
345
repository : nginx
346
- tag : latest
346
+ tag : latest@sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e
347
347
pullPolicy : Always
348
348
resources :
349
349
requests :
You can’t perform that action at this time.
0 commit comments