Skip to content

Commit 041149c

Browse files
committed
switch check out ref to merged commit
1 parent f2560ef commit 041149c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/copy_csp_blocks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Check Out Code
2727
uses: actions/checkout@v4
2828
with:
29-
ref: ${{ github.event.pull_request.head.ref }}
29+
ref: ${{ github.event.pull_request.head.sha }}
3030

3131
- name: Copy CSP blocks into vars
3232
id: cspvars

server/configs/application.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,3 @@ csp.report=\
161161
## File-based Tomcat HTTP access logs are enabled by default and use our recommended pattern. Override as needed.
162162
#server.tomcat.accesslog.enabled=false
163163
#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

Comments
 (0)