We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2560ef commit 041149cCopy full SHA for 041149c
.github/workflows/copy_csp_blocks.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Check Out Code
27
uses: actions/checkout@v4
28
with:
29
- ref: ${{ github.event.pull_request.head.ref }}
+ ref: ${{ github.event.pull_request.head.sha }}
30
31
- name: Copy CSP blocks into vars
32
id: cspvars
server/configs/application.properties
@@ -161,4 +161,3 @@ csp.report=\
161
## File-based Tomcat HTTP access logs are enabled by default and use our recommended pattern. Override as needed.
162
#server.tomcat.accesslog.enabled=false
163
#server.tomcat.accesslog.pattern=%h %l %u %t "%r" %s %b %D %S %I "%{Referer}i" "%{User-Agent}i" %{LABKEY.username}s %{X-Forwarded-For}i
164
-
0 commit comments