]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump github/codeql-action from 1 to 2 (#36230)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 10 May 2022 06:33:45 +0000 (09:33 +0300)
committerGitHub <noreply@github.com>
Tue, 10 May 2022 06:33:45 +0000 (09:33 +0300)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/codeql.yml

index 3936ebd330df84ddb000771d1a46d6435c4804e1..70be0563c91edce6664073c2ec846bc32913723d 100644 (file)
@@ -30,9 +30,9 @@ jobs:
         uses: actions/checkout@v3
 
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@v1
+        uses: github/codeql-action/init@v2
         with:
           languages: "javascript"
 
       - name: Perform CodeQL Analysis
-        uses: github/codeql-action/analyze@v1
+        uses: github/codeql-action/analyze@v2