File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 directory : /
66 schedule :
77 interval : weekly
8+ cooldown :
9+ default-days : 7
810 groups :
911 github-actions-all :
1012 patterns :
@@ -13,6 +15,8 @@ updates:
1315 directory : /
1416 schedule :
1517 interval : weekly
18+ cooldown :
19+ default-days : 7
1620 groups :
1721 gomod-all :
1822 patterns :
Original file line number Diff line number Diff line change 1111 check-action-inputs-sorted :
1212 runs-on : ubuntu-24.04
1313 steps :
14- - uses : actions/checkout@v6.0.3
14+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
15+ with :
16+ persist-credentials : false
1517 - name : Validate input key order in action.yml
1618 run : |
1719 inputs_file="action.yml"
Original file line number Diff line number Diff line change 1515 - testing-type : yamllint
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v6.0.3
19- - uses : schubergphilis/mcvs-general-action@v0.5.8
18+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
19+ with :
20+ persist-credentials : false
21+ - uses : schubergphilis/mcvs-general-action@f52c4433add29d8eff9036bf37b5b69a2c4cf28b # v0.5.8
2022 with :
2123 testing-type : ${{ matrix.args.testing-type }}
Original file line number Diff line number Diff line change 1616 env :
1717 TASK_X_REMOTE_TASKFILES : 1
1818 steps :
19- - uses : actions/checkout@v6.0.3
19+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
20+ with :
21+ persist-credentials : false
2022 - uses : ./
2123 with :
2224 task-install : yes
Original file line number Diff line number Diff line change 1111 gomod-go-version-updater-action :
1212 runs-on : ubuntu-24.04
1313 steps :
14- - uses : schubergphilis/gomod-go-version-updater-action@v0.3.5
14+ - uses : schubergphilis/gomod-go-version-updater-action@c12bc6c5e4ae85e82ee346115d1657e43121c195 # v0.3.5
Original file line number Diff line number Diff line change 1515 MCVS-PR-validation-action :
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v6.0.3
19- - uses : schubergphilis/mcvs-pr-validation-action@v0.2.2
18+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
19+ with :
20+ persist-credentials : false
21+ - uses : schubergphilis/mcvs-pr-validation-action@6f153c01301ab2f92336781173b7f3a796de5f3e # v0.2.2
Original file line number Diff line number Diff line change 1010 update-package-version-not-updated-by-dependabot :
1111 runs-on : ubuntu-24.04
1212 steps :
13- - uses : actions/checkout@v6.0.3
13+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
14+ with :
15+ persist-credentials : false
1416 - env :
1517 DEPENDENCIES_LABEL : dependencies
1618 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1111 stale :
1212 runs-on : ubuntu-24.04
1313 steps :
14- - uses : actions/stale@v10.3.0
14+ - uses : actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
1515 with :
1616 days-before-stale : 63
1717 days-before-close : 21
Original file line number Diff line number Diff line change 99 taskfile-sorted-units :
1010 runs-on : ubuntu-24.04
1111 steps :
12- - uses : actions/checkout@v6.0.3
12+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
13+ with :
14+ persist-credentials : false
1315 - run : |
1416 check_sorted() {
1517 local task_name="$1"
Original file line number Diff line number Diff line change 88 taskfile-without-empty-lines :
99 runs-on : ubuntu-24.04
1010 steps :
11- - uses : actions/checkout@v6.0.3
11+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
12+ with :
13+ persist-credentials : false
1214 - run : |
1315 yaml_file="./build/task.yml"
1416 empty_lines=$(grep -n -e '^$' "$yaml_file")
You can’t perform that action at this time.
0 commit comments