We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f1e76 commit 7773ff7Copy full SHA for 7773ff7
2 files changed
.github/workflows/lint-and-test.yaml
@@ -33,7 +33,7 @@ jobs:
33
helm repo update
34
helm dependency build charts/mailu
35
36
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
37
with:
38
python-version: "3.13"
39
check-latest: true
.github/workflows/trivy.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
46
- name: Set up python
47
- uses: actions/setup-python@v4
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
48
49
python-version: '3.13'
50
0 commit comments