From 7530ab1d17b59726818191136b36c00185a5e3ee Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Tue, 27 Sep 2022 15:43:07 -0700 Subject: [PATCH] ci(codeql.yml): set version v2 to github/codeql-action/autobuild --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7626ba34..4c06cbb5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,7 +34,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2 + uses: github/codeql-action/autobuild@v2 # tag=v2 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl