summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/codeql.yml6
-rw-r--r--.github/workflows/scorecards.yml2
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index b531753cab..8b21b5da46 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: Initialize CodeQL
- uses: github/codeql-action/init@0c670bbf0414f39666df6ce8e718ec5662c21e03
+ uses: github/codeql-action/init@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql-config.yml
@@ -52,7 +52,7 @@ jobs:
- run: sudo -E .github/workflows/unit_tests.sh SETUP
- name: Autobuild
- uses: github/codeql-action/autobuild@0c670bbf0414f39666df6ce8e718ec5662c21e03
+ uses: github/codeql-action/autobuild@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@0c670bbf0414f39666df6ce8e718ec5662c21e03
+ uses: github/codeql-action/analyze@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index 1f4fc2823d..c363c8e619 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -65,6 +65,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: Upload to code-scanning
if: github.event_name != 'pull_request'
- uses: github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # tag=v1.0.26
+ uses: github/codeql-action/upload-sarif@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 # tag=v1.0.26
with:
sarif_file: results.sarif