mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
Merge pull request #1793 from PrivateBin/dependabot/github_actions/dawidd6/action-download-artifact-15
Bump dawidd6/action-download-artifact from 14 to 15
This commit is contained in:
2
.github/workflows/test-results.yml
vendored
2
.github/workflows/test-results.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download and Extract Artifacts
|
- name: Download and Extract Artifacts
|
||||||
uses: dawidd6/action-download-artifact@5c98f0b039f36ef966fdb7dfa9779262785ecb05
|
uses: dawidd6/action-download-artifact@fe9d59ce33ce92db8a6ac90b2c8be6b6d90417c8
|
||||||
with:
|
with:
|
||||||
run_id: ${{ github.event.workflow_run.id }}
|
run_id: ${{ github.event.workflow_run.id }}
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|||||||
@@ -43,6 +43,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"config" : {
|
"config" : {
|
||||||
|
"audit": {
|
||||||
|
"ignore": {
|
||||||
|
"CVE-2025-45769": "disputed on the basis that key lengths are expected to be set by an application, not by this library"
|
||||||
|
}
|
||||||
|
},
|
||||||
"autoloader-suffix" : "DontChange",
|
"autoloader-suffix" : "DontChange",
|
||||||
"optimize-autoloader": true,
|
"optimize-autoloader": true,
|
||||||
"preferred-install": "dist",
|
"preferred-install": "dist",
|
||||||
|
|||||||
Reference in New Issue
Block a user