We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d25fbe commit 224ddc3Copy full SHA for 224ddc3
.github/workflows/build.yaml
@@ -92,7 +92,7 @@ jobs:
92
name: "mingw unittest ${{ matrix.test }} - ${{ matrix.arch }} - OSSL"
93
steps:
94
- name: Retrieve mingw unittest
95
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
+ uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
96
with:
97
name: openvpn-mingw-${{ matrix.arch }}-tests
98
path: unittests
.github/workflows/coverity-scan.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Checkout OpenVPN
27
if: steps.check_submit.outputs.cache-hit != 'true'
28
- uses: actions/checkout@v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29
30
- name: Download Coverity Build Tool
31
0 commit comments