Skip to content

Commit 06ba0b4

Browse files
chore(deps): pin dependencies
1 parent 40070a5 commit 06ba0b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/helm-chart.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: lint + unittest + render matrix
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2323
with:
2424
fetch-depth: 0
2525

@@ -32,7 +32,7 @@ jobs:
3232
run: helm plugin install --version 0.8.2 https://github.com/helm-unittest/helm-unittest
3333

3434
- name: Set up Python (for chart-testing)
35-
uses: actions/setup-python@v5
35+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
3636
with:
3737
python-version: "3.12"
3838

@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
needs: lint-and-unittest
6969
steps:
70-
- uses: actions/checkout@v4
70+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
7171
with:
7272
fetch-depth: 0
7373

@@ -77,7 +77,7 @@ jobs:
7777
version: v3.16.4
7878

7979
- name: Set up Python (for chart-testing)
80-
uses: actions/setup-python@v5
80+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
8181
with:
8282
python-version: "3.12"
8383

0 commit comments

Comments
 (0)