Skip to content

Commit 5808a27

Browse files
committed
Bump iamlive to v1.1.8 as default version
1 parent 3671632 commit 5808a27

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test-iamlive-action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: true
5252
matrix:
53-
iamliveVersion: [v0.49.0, v0.53.0, v1.1.6]
53+
iamliveVersion: [v0.49.0, v0.53.0, v1.1.8]
5454

5555
steps:
5656
- name: Check out code
@@ -109,7 +109,7 @@ jobs:
109109
strategy:
110110
fail-fast: true
111111
matrix:
112-
iamliveVersion: [v0.49.0, v0.53.0, v1.1.6]
112+
iamliveVersion: [v0.49.0, v0.53.0, v1.1.8]
113113

114114
steps:
115115
- name: download-policy

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ author: Marco Franssen
77
inputs:
88
iamlive-version:
99
description: >-
10-
The iamlive version you want to use (defaults to v1.1.6).
10+
The iamlive version you want to use (defaults to v1.1.8).
1111
required: false
12-
default: v1.1.6
12+
default: v1.1.8
1313
auto-capture:
1414
description: >-
1515
If enabled, iamlive will auto-capture the policy in the given output-file and upload it as artifact.

0 commit comments

Comments
 (0)