diff options
author | 2022-10-03 10:39:12 -0400 | |
---|---|---|
committer | 2022-10-03 10:39:12 -0400 | |
commit | bd77f5f4ea3789fc4c23a41c81a191dae328a98a (patch) | |
tree | 4aabf77a15847298cec28d11ba4950805e6d4f62 | |
parent | ba8913db61d6132a4ea9aa4557a48444b5b0bde4 (diff) | |
download | coredns-bd77f5f4ea3789fc4c23a41c81a191dae328a98a.tar.gz coredns-bd77f5f4ea3789fc4c23a41c81a191dae328a98a.tar.zst coredns-bd77f5f4ea3789fc4c23a41c81a191dae328a98a.zip |
build(deps): bump github/codeql-action from 2.1.25 to 2.1.26 (#5668)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.25 to 2.1.26.
- [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/86f3159a697a097a813ad9bfa0002412d97690a4...e0e5ded33cabb451ae0a9768fc7b0410bad9ad44)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 6 | ||||
-rw-r--r-- | .github/workflows/scorecards.yml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index dbc65c4e4..4f867855d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,12 +30,12 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Initialize CodeQL - uses: github/codeql-action/init@86f3159a697a097a813ad9bfa0002412d97690a4 + uses: github/codeql-action/init@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@86f3159a697a097a813ad9bfa0002412d97690a4 + uses: github/codeql-action/autobuild@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@86f3159a697a097a813ad9bfa0002412d97690a4 + uses: github/codeql-action/analyze@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 7a6a965e4..70a79614c 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -51,6 +51,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@86f3159a697a097a813ad9bfa0002412d97690a4 + uses: github/codeql-action/upload-sarif@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44 with: sarif_file: results.sarif |