We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4d43ee + e6f731f commit 9295f7cCopy full SHA for 9295f7c
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
run: msbuild build.build -t:All -p:Version=$env:BUILD_VERSION -p:WIX_PATH=$env:wix -p:NUnitConsoleRunnerPath=$env:GITHUB_WORKSPACE\packages\nunit.consolerunner\3.15.0\
51
52
- name: Upload a Build Artifact
53
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
54
with:
55
name: 'Test Result'
56
path: Build\_build\TestResult.html
Snittlistan.Web/Web.config
@@ -83,6 +83,7 @@
83
<add requestHeader="User-Agent"/>
84
</scanHeaders>
85
<denyStrings>
86
+ <add string="python-requests"/>
87
<add string="intrepid"/>
88
<add string="ZmEu"/>
89
<add string="Python-urllib"/>
0 commit comments