diff options
author | 2022-12-15 06:15:35 -0800 | |
---|---|---|
committer | 2022-12-15 06:15:35 -0800 | |
commit | e4795336b63cee82b7808341378afd0e41d13e34 (patch) | |
tree | 2406e393b7c34f942511a963a5adb077127281f6 /.github | |
parent | 74160a5f60f2125188553bf569d3cd6b24af3804 (diff) | |
download | coredns-e4795336b63cee82b7808341378afd0e41d13e34.tar.gz coredns-e4795336b63cee82b7808341378afd0e41d13e34.tar.zst coredns-e4795336b63cee82b7808341378afd0e41d13e34.zip |
build(deps): bump github/codeql-action from 2.1.35 to 2.1.36 (#5801)
Diffstat (limited to '.github')
-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 90b6f3006..8ded80ffc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,12 +30,12 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - name: Initialize CodeQL - uses: github/codeql-action/init@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 + uses: github/codeql-action/init@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 + uses: github/codeql-action/autobuild@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 + uses: github/codeql-action/analyze@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 91c86db8b..9820258d7 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@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 + uses: github/codeql-action/upload-sarif@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 with: sarif_file: results.sarif |