diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-08-19 17:10:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-19 17:10:45 +0900 |
commit | 6e586cf1e8cc181de9cdd6285864a55be4053ebb (patch) | |
tree | ab3a2442249bd0ce385da748f9fb19634c0f154a | |
parent | bf2037d3c96342ecbfb3fd0294bedca5b98b58ef (diff) | |
parent | 330e6e3c1b0dc55eadb280591a1db1a440266ebf (diff) |
Merge pull request #211 from themoeway/dependabot/github_actions/github/codeql-action-2.21.4
Bump github/codeql-action from 2.2.9 to 2.21.4
-rw-r--r-- | .github/workflows/scorecard.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index ac07d2d7..0351f75c 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -63,6 +63,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9 + uses: github/codeql-action/upload-sarif@a09933a12a80f87b87005513f0abb1494c27a716 # v2.21.4 with: sarif_file: results.sarif |