Skip to content

Commit cf069ab

Browse files
committed
fix(ci): reenable node 16 in GHA
sysdig-CLA-1.0-signed-off-by: Roberto Scolaro <[email protected]> Signed-off-by: Roberto Scolaro <[email protected]>
1 parent 39ee2ee commit cf069ab

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
outputs:
88
semver: ${{ steps.get_settings.outputs.semver }}
99
version: ${{ steps.get_settings.outputs.version }}
10+
env:
11+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
1012
steps:
1113
- name: Checkout Sysdig
1214
uses: actions/checkout@v3
@@ -32,6 +34,7 @@ jobs:
3234
BUILDER: "sysdiglabs/sysdig-inspect-builder:0.2"
3335
SEMVER: ${{ needs.build-settings.outputs.semver }}
3436
VERSION: ${{ needs.build-settings.outputs.version }}
37+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
3538

3639
runs-on: ubuntu-latest
3740
container:

.github/workflows/release-draft.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
env:
1414
BUILDER: "sysdiglabs/sysdig-inspect-builder:0.2"
1515
VERSION: ${{ github.ref_name }}
16+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
1617

1718
runs-on: ubuntu-latest
1819
container:
@@ -69,6 +70,7 @@ jobs:
6970
needs: [build-sysdig-inspect]
7071
env:
7172
VERSION: ${{ github.ref_name }}
73+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
7274
steps:
7375
- name: Download artifacts (linux-amd64 deb)
7476
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)