]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Bump github/codeql-action from 1 to 2 817/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 12 Jun 2022 00:17:09 +0000 (00:17 +0000)
committerGitHub <noreply@github.com>
Sun, 12 Jun 2022 00:17:09 +0000 (00:17 +0000)
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>
.github/workflows/codeql-analysis.yml

index ef80e90f91e51466cfcca2dc3ee52d5f5ccf56b3..773f05ede256127270f14eb6627e2dbc7b04292e 100644 (file)
@@ -44,7 +44,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v1
+      uses: github/codeql-action/init@v2
       with:
         languages: ${{ matrix.language }}
         # If you wish to specify custom queries, you can do so here or in a config file.
@@ -59,4 +59,4 @@ jobs:
         poetry install -E dnssec -E doh -E idna -E trio -E curio
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v1
+      uses: github/codeql-action/analyze@v2