File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
14+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
1515 with :
1616 persist-credentials : false
1717 - name : Validate input key order in action.yml
Original file line number Diff line number Diff line change 1717 - testing-type : yamllint
1818 runs-on : ubuntu-24.04
1919 steps :
20- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
20+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
2121 with :
2222 persist-credentials : false
2323 - uses : schubergphilis/mcvs-general-action@f52c4433add29d8eff9036bf37b5b69a2c4cf28b
Original file line number Diff line number Diff line change 1616 env :
1717 TASK_X_REMOTE_TASKFILES : 1
1818 steps :
19- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
19+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
2020 with :
2121 persist-credentials : false
2222 - uses : ./
Original file line number Diff line number Diff line change 1616 MCVS-PR-validation-action :
1717 runs-on : ubuntu-24.04
1818 steps :
19- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
19+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
2020 with :
2121 persist-credentials : false
2222 - uses : schubergphilis/mcvs-pr-validation-action@6f153c01301ab2f92336781173b7f3a796de5f3e
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
13+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
1414 with :
1515 persist-credentials : false
1616 - env :
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
12+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
1313 with :
1414 persist-credentials : false
1515 - run : |
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
11+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
1212 with :
1313 persist-credentials : false
1414 - run : |
Original file line number Diff line number Diff line change 99 zizmor :
1010 runs-on : ubuntu-24.04
1111 steps :
12- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
12+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
1313 with :
1414 persist-credentials : false
15- - uses : zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa
15+ - uses : zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02
1616 with :
1717 minimum-severity : low
Original file line number Diff line number Diff line change 8989 # Install task and the golang version that has been defined in the go.mod
9090 # file.
9191 #
92- - uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
92+ - uses : actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0 .0
9393 if : |
9494 inputs.release-dir != '' ||
9595 inputs.task-install == 'yes' ||
You can’t perform that action at this time.
0 commit comments