Skip to content

Commit bde0ccf

Browse files
authored
Merge pull request #527 from navapbc/mqwebster/lambda-updates
Add some new allowed domains
2 parents 039ac85 + 8ec948f commit bde0ccf

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
show-progress: "false"
7272
persist-credentials: "false"
7373
ref: ${{ inputs.ref }}
74-
- uses: actions/setup-go@v6.2.0
74+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
7575
with:
7676
token: ${{ secrets.GITHUB_TOKEN }}
7777
go-version-file: go.mod
@@ -124,7 +124,7 @@ jobs:
124124
with:
125125
name: ${{ needs.prepare.outputs.sources-key }}
126126
path: .
127-
- uses: actions/setup-go@v6.2.0
127+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
128128
with:
129129
token: ${{ secrets.GITHUB_TOKEN }}
130130
go-version-file: go.mod
@@ -244,7 +244,7 @@ jobs:
244244
with:
245245
name: ${{ needs.prepare.outputs.sources-key }}
246246
path: .
247-
- uses: actions/setup-go@v6.2.0
247+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
248248
with:
249249
token: ${{ secrets.GITHUB_TOKEN }}
250250
go-version-file: go.mod

.github/workflows/qa.yml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
./bin
4141
./cover.out
4242
./cover.html
43-
- uses: actions/setup-go@v6.2.0
43+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
4444
with:
4545
token: ${{ secrets.GITHUB_TOKEN }}
4646
go-version-file: go.mod
@@ -84,7 +84,7 @@ jobs:
8484
./bin
8585
./cover.out
8686
./cover.html
87-
- uses: actions/setup-go@v6.2.0
87+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
8888
with:
8989
token: ${{ secrets.GITHUB_TOKEN }}
9090
go-version-file: go.mod
@@ -106,15 +106,21 @@ jobs:
106106
disable-sudo: true
107107
egress-policy: block
108108
allowed-endpoints: >
109+
actions-results-receiver-production.githubapp.com:443
110+
api.github.com:443
109111
github.com:443
112+
objects.githubusercontent.com:443
110113
proxy.golang.org:443
111114
sum.golang.org:443
115+
raw.githubusercontent.com:443
116+
storage.googleapis.com:443
117+
release-assets.githubusercontent.com:443
112118
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
113119
with:
114120
ref: ${{ inputs.ref }}
115121
show-progress: "false"
116122
persist-credentials: "false"
117-
- uses: actions/setup-go@v6.2.0
123+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
118124
with:
119125
token: ${{ secrets.GITHUB_TOKEN }}
120126
go-version-file: go.mod
@@ -132,16 +138,21 @@ jobs:
132138
disable-sudo: true
133139
egress-policy: block
134140
allowed-endpoints: >
141+
actions-results-receiver-production.githubapp.com:443
142+
api.github.com:443
135143
github.com:443
144+
objects.githubusercontent.com:443
136145
proxy.golang.org:443
137146
sum.golang.org:443
147+
raw.githubusercontent.com:443
138148
storage.googleapis.com:443
149+
release-assets.githubusercontent.com:443
139150
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
140151
with:
141152
ref: ${{ inputs.ref }}
142153
show-progress: "false"
143154
persist-credentials: "false"
144-
- uses: actions/setup-go@v6.2.0
155+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
145156
with:
146157
token: ${{ secrets.GITHUB_TOKEN }}
147158
go-version-file: go.mod
@@ -181,7 +192,7 @@ jobs:
181192
./bin
182193
./cover.out
183194
./cover.html
184-
- uses: actions/setup-go@v6.2.0
195+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
185196
with:
186197
token: ${{ secrets.GITHUB_TOKEN }}
187198
go-version-file: go.mod

.github/workflows/terraform-plan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112
objects.githubusercontent.com:443
113113
registry.terraform.io:443
114114
releases.hashicorp.com:443
115+
hosted-compute-watchdog-prod-eus-01.githubapp.com:443
116+
release-assets.githubusercontent.com:443
115117
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
116118
with:
117119
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)