Skip to content

Commit a420ddf

Browse files
chore(deps): pin dependencies
1 parent a421e94 commit a420ddf

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/build.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Show changes on standard output
2828
run: git diff
2929
working-directory: openvpn
30-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
30+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
3131
with:
3232
name: uncrustify-changes.patch
3333
path: 'openvpn/uncrustify-changes.patch'
@@ -64,15 +64,15 @@ jobs:
6464
buildPreset: mingw-${{ matrix.arch }}
6565
buildPresetAdditionalArgs: "['--config Debug']"
6666

67-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
67+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
6868
with:
6969
name: openvpn-mingw-${{ matrix.arch }}
7070
path: |
7171
${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/Debug/*.exe
7272
${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/Debug/*.dll
7373
!${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/Debug/test_*.exe
7474
75-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
75+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7676
with:
7777
name: openvpn-mingw-${{ matrix.arch }}-tests
7878
path: |
@@ -91,7 +91,7 @@ jobs:
9191
name: "mingw unittest ${{ matrix.test }} - ${{ matrix.arch }} - OSSL"
9292
steps:
9393
- name: Retrieve mingw unittest
94-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
94+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
9595
with:
9696
name: openvpn-mingw-${{ matrix.arch }}-tests
9797
path: unittests
@@ -226,7 +226,7 @@ jobs:
226226
runs-on: windows-latest
227227
steps:
228228
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
229-
- uses: lukka/get-cmake@5f6e04f5267c8133f1273bf2103583fc72c46b17 # v3.31.5
229+
- uses: lukka/get-cmake@56d043d188c3612951d8755da8f4b709ec951ad6 # v3.31.6
230230

231231
- name: Install rst2html
232232
run: python -m pip install --upgrade pip docutils
@@ -253,7 +253,7 @@ jobs:
253253
testPreset: win-${{ matrix.arch }}-release
254254
testPresetAdditionalArgs: "['--output-on-failure']"
255255

256-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
256+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
257257
with:
258258
name: openvpn-msvc-${{ matrix.arch }}
259259
path: |

.github/workflows/coverity-scan.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Check submission cache
1515
id: check_submit
16-
uses: actions/cache/restore@v4
16+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
1717
with:
1818
path: |
1919
cov-int
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Checkout OpenVPN
2727
if: steps.check_submit.outputs.cache-hit != 'true'
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2929

3030
- name: Download Coverity Build Tool
3131
if: steps.check_submit.outputs.cache-hit != 'true'
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Cache submission
6767
if: steps.check_submit.outputs.cache-hit != 'true'
68-
uses: actions/cache/save@v4
68+
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
6969
with:
7070
path: |
7171
cov-int

0 commit comments

Comments
 (0)