]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump github/codeql-action from 1 to 2 792/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 28 Apr 2022 01:10:48 +0000 (01:10 +0000)
committerGitHub <noreply@github.com>
Thu, 28 Apr 2022 01:10:48 +0000 (01:10 +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 1473eb4ae56ebccb142774375cbe4079e3efb067..92e384d4ea3b1336a5056171c54529c357a0c8fe 100644 (file)
@@ -42,7 +42,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.
@@ -51,4 +51,4 @@ jobs:
         # queries: ./path/to/local/query, your-org/your-repo/queries@main
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v1
+      uses: github/codeql-action/analyze@v2