Skip to content

Commit

Permalink
switch check out ref to merged commit
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-willm committed Feb 20, 2025
1 parent f2560ef commit 041149c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/copy_csp_blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Check Out Code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
ref: ${{ github.event.pull_request.head.sha }}

- name: Copy CSP blocks into vars
id: cspvars
Expand Down
1 change: 0 additions & 1 deletion server/configs/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,3 @@ csp.report=\
## File-based Tomcat HTTP access logs are enabled by default and use our recommended pattern. Override as needed.
#server.tomcat.accesslog.enabled=false
#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

0 comments on commit 041149c

Please sign in to comment.