Skip to content

Commit 7b0d6a7

Browse files
committed
Checkout before we restore no need for name
1 parent b363e6d commit 7b0d6a7

File tree

11 files changed

+30
-16
lines changed

11 files changed

+30
-16
lines changed

.github/workflows/common.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Common Configuration
33
on:
44
workflow_call:
55
inputs:
6-
workflow_name:
7-
required: true
8-
type: string
96
wolfssl_ref:
107
required: true
118
type: string
@@ -18,9 +15,6 @@ jobs:
1815
name: Common Configuration
1916
runs-on: ubuntu-22.04
2017
steps:
21-
- name: Checkout wolfProvider
22-
uses: actions/checkout@v4
23-
2418
- name: Retrieving OpenSSL from cache
2519
uses: actions/cache/restore@v4
2620
id: openssl-cache

.github/workflows/curl.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
- curl_ref: 'master'
3939
force_fail: 'WOLFPROV_FORCE_FAIL=1'
4040
steps:
41+
- name: Checkout wolfProvider
42+
uses: actions/checkout@v4
43+
4144
- uses: ./.github/workflows/common.yml
4245
with:
43-
workflow_name: curl
4446
wolfssl_ref: ${{ matrix.wolfssl_ref }}
4547
openssl_ref: ${{ matrix.openssl_ref }}
4648

.github/workflows/grpc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ jobs:
4242
wolfssl_ref: [ 'master', 'v5.8.0-stable' ]
4343
openssl_ref: [ 'openssl-3.5.0' ]
4444
steps:
45+
- name: Checkout wolfProvider
46+
uses: actions/checkout@v4
47+
4548
- uses: ./.github/workflows/common.yml
4649
with:
47-
workflow_name: grpc
4850
wolfssl_ref: ${{ matrix.wolfssl_ref }}
4951
openssl_ref: ${{ matrix.openssl_ref }}
5052

.github/workflows/ipmitool.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ jobs:
3535
wolfssl_ref: [ 'master', 'v5.8.0-stable' ]
3636
openssl_ref: [ 'openssl-3.5.0' ]
3737
steps:
38+
- name: Checkout wolfProvider
39+
uses: actions/checkout@v4
40+
3841
- uses: ./.github/workflows/common.yml
3942
with:
40-
workflow_name: ipmitool
4143
wolfssl_ref: ${{ matrix.wolfssl_ref }}
4244
openssl_ref: ${{ matrix.openssl_ref }}
4345

.github/workflows/net-snmp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ jobs:
3636
openssl_ref: ['openssl-3.5.0']
3737
force_fail: ['WOLFPROV_FORCE_FAIL=1', '']
3838
steps:
39+
- name: Checkout wolfProvider
40+
uses: actions/checkout@v4
41+
3942
- uses: ./.github/workflows/common.yml
4043
with:
41-
workflow_name: net-snmp
4244
wolfssl_ref: ${{ matrix.wolfssl_ref }}
4345
openssl_ref: ${{ matrix.openssl_ref }}
4446

.github/workflows/nginx.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
- nginx_ref: 'master'
3939
force_fail: 'WOLFPROV_FORCE_FAIL=1'
4040
steps:
41+
- name: Checkout wolfProvider
42+
uses: actions/checkout@v4
43+
4144
- uses: ./.github/workflows/common.yml
4245
with:
43-
workflow_name: nginx
4446
wolfssl_ref: ${{ matrix.wolfssl_ref }}
4547
openssl_ref: ${{ matrix.openssl_ref }}
4648

.github/workflows/openldap.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ jobs:
3535
wolfssl_ref: [ 'master', 'v5.8.0-stable' ]
3636
openssl_ref: [ 'openssl-3.5.0' ]
3737
steps:
38+
- name: Checkout wolfProvider
39+
uses: actions/checkout@v4
40+
3841
- uses: ./.github/workflows/common.yml
3942
with:
40-
workflow_name: openldap
4143
wolfssl_ref: ${{ matrix.wolfssl_ref }}
4244
openssl_ref: ${{ matrix.openssl_ref }}
4345

.github/workflows/openssh.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
- openssh_ref: 'master'
3939
force_fail: 'WOLFPROV_FORCE_FAIL=1'
4040
steps:
41+
- name: Checkout wolfProvider
42+
uses: actions/checkout@v4
43+
4144
- uses: ./.github/workflows/common.yml
4245
with:
43-
workflow_name: openssh
4446
wolfssl_ref: ${{ matrix.wolfssl_ref }}
4547
openssl_ref: ${{ matrix.openssl_ref }}
4648

.github/workflows/openvpn.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
- openvpn_ref: 'master'
3939
force_fail: 'WOLFPROV_FORCE_FAIL=1'
4040
steps:
41+
- name: Checkout wolfProvider
42+
uses: actions/checkout@v4
43+
4144
- uses: ./.github/workflows/common.yml
4245
with:
43-
workflow_name: openvpn
4446
wolfssl_ref: ${{ matrix.wolfssl_ref }}
4547
openssl_ref: ${{ matrix.openssl_ref }}
4648

.github/workflows/socat.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
wolfssl_ref: [ 'master', 'v5.8.0-stable' ]
3434
openssl_ref: [ 'openssl-3.5.0' ]
3535
steps:
36+
- name: Checkout wolfProvider
37+
uses: actions/checkout@v4
38+
3639
- uses: ./.github/workflows/common.yml
3740
with:
38-
workflow_name: socat
3941
wolfssl_ref: ${{ matrix.wolfssl_ref }}
4042
openssl_ref: ${{ matrix.openssl_ref }}
4143

0 commit comments

Comments
 (0)