2525 outputs :
2626 run : ${{ steps.filter.outputs.run }}
2727 steps :
28- - uses : envoyproxy/toolshed/gh-actions/github/should-run@bccac0f1695cc07c67c46d5f494db6cef3e0a94e
28+ - uses : envoyproxy/toolshed/gh-actions/github/should-run@c04bdf5c854da00a30144f3597967e73ca376f38
2929 id : filter
3030 with :
3131 config : |
4848 && github.event_name != 'release'
4949 && fromJSON(needs.should.outputs.run || 'false')
5050 steps :
51- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
51+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5252 - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
5353 with :
5454 python-version : " 3.12"
7272 github.event_name != 'release'
7373 && fromJSON(needs.should.outputs.run || 'false')
7474 steps :
75- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
75+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7676 - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
7777 with :
7878 python-version : " 3.12"
9191 github.event_name != 'release'
9292 && fromJSON(needs.should.outputs.run || 'false')
9393 steps :
94- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
94+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9595 - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
9696 with :
9797 python-version : " 3.12"
@@ -107,7 +107,7 @@ jobs:
107107 # TODO: reenable once plugin is fixed
108108 if : false
109109 steps :
110- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
110+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
111111 - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
112112 with :
113113 python-version : " 3.12"
@@ -132,7 +132,7 @@ jobs:
132132 && (github.event_name == 'release'
133133 || fromJSON(needs.should.outputs.run || 'false'))
134134 steps :
135- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
135+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
136136 - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
137137 with :
138138 python-version : " 3.12"
@@ -158,7 +158,7 @@ jobs:
158158 needs :
159159 - package
160160 steps :
161- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
161+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
162162 - name : Download all workflow run artifacts
163163 uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
164164 - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
0 commit comments