From f9de2f2b23923201e3443c63b2ebe33b41ab0eb1 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Wed, 26 Jan 2022 16:34:57 +0100 Subject: [PATCH] Qt Creator plugin wizard: Bump checkout github action to v2 v1 has security concerns Change-Id: Ia88cf55197a64af819abe07bdac698a29bec8aeb Reviewed-by: Cristian Adam Reviewed-by: --- .../wizards/qtcreatorplugin/github_workflows_build_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml b/share/qtcreator/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml index b50b67e9250..53c6152ee8b 100644 --- a/share/qtcreator/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml +++ b/share/qtcreator/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml @@ -35,7 +35,7 @@ jobs: } steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Download Ninja and CMake shell: cmake -P {0}