Skip to content

Commit 3e6c8da

Browse files
committed
Pin GitHub actions to 0.7.0
Signed-off-by: Tobias Wolf <[email protected]>
1 parent fa5d00e commit 3e6c8da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/features_parse/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ outputs:
1111
runs:
1212
using: composite
1313
steps:
14-
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
14+
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@fa5d00ebcf32d9b5465ddbb67ef48c5f685cfba6 # [email protected]
1515
- id: result
1616
shell: bash
1717
run: |

.github/actions/flavors_parse/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ outputs:
1313
runs:
1414
using: composite
1515
steps:
16-
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
16+
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@fa5d00ebcf32d9b5465ddbb67ef48c5f685cfba6 # [email protected]
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
@@ -3,7 +3,7 @@ description: Installs the given GardenLinux Python library
33
inputs:
44
version:
55
description: GardenLinux Python library version
6-
default: "main"
6+
default: "fa5d00ebcf32d9b5465ddbb67ef48c5f685cfba6" # [email protected]
77
runs:
88
using: composite
99
steps:

0 commit comments

Comments
 (0)