Skip to content

Commit 33aa466

Browse files
committed
CI: Pin all workflows to 0.10.8 commit hash
1 parent 124bed6 commit 33aa466

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/actions/features_parse/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: features_parse
22
description: Parses the given GardenLinux features parameters
33
inputs:
44
flags:
5-
description: 'Flags passed to `gl-features-parse`'
5+
description: "Flags passed to `gl-features-parse`"
66
required: true
77
outputs:
88
result:
9-
description: 'features result'
9+
description: "features result"
1010
value: ${{ steps.result.outputs.result }}
1111
runs:
1212
using: composite
1313
steps:
14-
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@f805dacd2a1e0feb41950f5bc311bd174639ad4f # 0.10.7
14+
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@124bed686e26b2014e89f4359b67cde59bc66e03 # 0.10.8
1515
- id: result
1616
shell: bash
1717
run: |

.github/actions/flavors_parse/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ name: flavors_parse
22
description: Parses the given GardenLinux flavors parameters
33
inputs:
44
flags:
5-
description: 'Flags passed to `gl-flavors-parse`'
5+
description: "Flags passed to `gl-flavors-parse`"
66
required: true
77
flavors_matrix:
8-
description: 'Generated GitHub workflow flavors matrix'
8+
description: "Generated GitHub workflow flavors matrix"
99
outputs:
1010
matrix:
11-
description: 'Flavors matrix'
11+
description: "Flavors matrix"
1212
value: ${{ steps.matrix.outputs.matrix }}
1313
runs:
1414
using: composite
1515
steps:
16-
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@f805dacd2a1e0feb41950f5bc311bd174639ad4f # 0.10.7
16+
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@124bed686e26b2014e89f4359b67cde59bc66e03 # 0.10.8
1717
- id: matrix
1818
shell: bash
1919
run: |

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Installs the given GardenLinux Python library
44
inputs:
55
version:
66
description: GardenLinux Python library version
7-
default: "0.10.7"
7+
default: "0.10.8"
88
python_version:
99
description: Python version to setup
1010
default: "3.13"

0 commit comments

Comments
 (0)