diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-04-02 22:38:52 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 22:38:52 +0900 |
commit | 81edc07d1ef06a89d5b6e99cf91f2b5e28578869 (patch) | |
tree | 1cf8e00ad482b17ee09da5701382d238ceeaeed9 /.github | |
parent | da4e4dc6591838667998959aa7d5558a61278665 (diff) | |
parent | 3085b38bc49be3e5189016e41e79b34fceb13313 (diff) |
Merge pull request #118 from themoeway/dependabot/github_actions/github/codeql-action-2.2.9
Bump github/codeql-action from 2.2.4 to 2.2.9
Diffstat (limited to '.github')
-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 7f688dbf..ac07d2d7 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@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4 + uses: github/codeql-action/upload-sarif@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9 with: sarif_file: results.sarif |