@@ -2140,11 +2140,11 @@ def test_ci_workflow_uses_make_targets_for_plugin_checks(self) -> None:
21402140 self .assertIn ("uv==0.9.30" , workflow )
21412141 self .assertIn ("maturin==1.12.6" , workflow )
21422142 self .assertIn (
2143- "actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 " ,
2143+ "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd " ,
21442144 workflow ,
21452145 )
21462146 self .assertIn (
2147- "actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 " ,
2147+ "actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 " ,
21482148 workflow ,
21492149 )
21502150 self .assertNotIn ("actions/checkout@v4" , workflow )
@@ -2165,11 +2165,11 @@ def test_catalog_workflow_runs_catalog_suite(self) -> None:
21652165 self .assertNotIn ("tests/test_install_built_wheel.py" , workflow )
21662166 self .assertNotIn ("python3 tools/plugin_catalog.py ci-selection" , workflow )
21672167 self .assertIn (
2168- "actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 " ,
2168+ "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd " ,
21692169 workflow ,
21702170 )
21712171 self .assertIn (
2172- "actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 " ,
2172+ "actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 " ,
21732173 workflow ,
21742174 )
21752175
@@ -2185,11 +2185,11 @@ def test_install_wheel_workflow_runs_install_suite(self) -> None:
21852185 self .assertIn ("uses: ./.github/workflows/release-rust-python-package.yaml" , workflow )
21862186 self .assertIn ("publish_enabled: false" , workflow )
21872187 self .assertIn (
2188- "actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 " ,
2188+ "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd " ,
21892189 workflow ,
21902190 )
21912191 self .assertIn (
2192- "actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 " ,
2192+ "actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 " ,
21932193 workflow ,
21942194 )
21952195
@@ -2794,19 +2794,19 @@ def test_release_workflow_tests_artifacts_outside_source_tree(self) -> None:
27942794 self .assertIn ('"${venv_python}" -m pip install' , workflow )
27952795 self .assertIn ('"${venv_python}" -m pytest' , workflow )
27962796 self .assertIn (
2797- "actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 " ,
2797+ "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd " ,
27982798 workflow ,
27992799 )
28002800 self .assertIn (
2801- "actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 " ,
2801+ "actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 " ,
28022802 workflow ,
28032803 )
28042804 self .assertIn (
2805- "actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 " ,
2805+ "actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f " ,
28062806 workflow ,
28072807 )
28082808 self .assertIn (
2809- "actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 " ,
2809+ "actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 " ,
28102810 workflow ,
28112811 )
28122812 self .assertLess (
0 commit comments