File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 7
7
outputs :
8
8
semver : ${{ steps.get_settings.outputs.semver }}
9
9
version : ${{ steps.get_settings.outputs.version }}
10
+ env :
11
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
10
12
steps :
11
13
- name : Checkout Sysdig
12
14
uses : actions/checkout@v3
32
34
BUILDER : " sysdiglabs/sysdig-inspect-builder:0.2"
33
35
SEMVER : ${{ needs.build-settings.outputs.semver }}
34
36
VERSION : ${{ needs.build-settings.outputs.version }}
37
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
35
38
36
39
runs-on : ubuntu-latest
37
40
container :
Original file line number Diff line number Diff line change 13
13
env :
14
14
BUILDER : " sysdiglabs/sysdig-inspect-builder:0.2"
15
15
VERSION : ${{ github.ref_name }}
16
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
16
17
17
18
runs-on : ubuntu-latest
18
19
container :
69
70
needs : [build-sysdig-inspect]
70
71
env :
71
72
VERSION : ${{ github.ref_name }}
73
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
72
74
steps :
73
75
- name : Download artifacts (linux-amd64 deb)
74
76
uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- SYSDIG_VERSION=" 0.37 .1"
4
- SYSDIG_VERSION_MAC=" 0.37 .1"
3
+ SYSDIG_VERSION=" 0.38 .1"
4
+ SYSDIG_VERSION_MAC=" 0.38 .1"
5
5
6
6
# Env parameters
7
7
# - CLEANUP (default: true)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sysdig-inspect" ,
3
- "version" : " 0.11 .0" ,
3
+ "version" : " 0.12 .0" ,
4
4
"description" : " Sysdig Inspect" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments