mirror of
https://github.com/OpenVPN/openvpn.git
synced 2025-05-08 13:18:19 +08:00
Pin dependencies
This commit is contained in:
parent
3d25fbe189
commit
224ddc3ec5
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -92,7 +92,7 @@ jobs:
|
||||
name: "mingw unittest ${{ matrix.test }} - ${{ matrix.arch }} - OSSL"
|
||||
steps:
|
||||
- name: Retrieve mingw unittest
|
||||
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
with:
|
||||
name: openvpn-mingw-${{ matrix.arch }}-tests
|
||||
path: unittests
|
||||
|
2
.github/workflows/coverity-scan.yml
vendored
2
.github/workflows/coverity-scan.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
- name: Checkout OpenVPN
|
||||
if: steps.check_submit.outputs.cache-hit != 'true'
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
|
||||
- name: Download Coverity Build Tool
|
||||
if: steps.check_submit.outputs.cache-hit != 'true'
|
||||
|
Loading…
x
Reference in New Issue
Block a user