Skip to content

Commit 4f0be8c

Browse files
chore(deps): bump github/codeql-action from 2.1.27 to 2.1.29 (#356)
1 parent d8f4ab2 commit 4f0be8c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
# Initializes the CodeQL tools for scanning.
5959
- name: Initialize CodeQL
60-
uses: github/codeql-action/init@807578363a7869ca324a79039e6db9c843e0e100 # v2.1.27
60+
uses: github/codeql-action/init@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 # v2.1.29
6161
with:
6262
languages: ${{ matrix.language }}
6363
config-file: .github/codeql/codeql-config.yaml
@@ -70,4 +70,4 @@ jobs:
7070
# queries: ./path/to/local/query, your-org/your-repo/queries@main
7171

7272
- name: Perform CodeQL Analysis
73-
uses: github/codeql-action/analyze@807578363a7869ca324a79039e6db9c843e0e100 # v2.1.27
73+
uses: github/codeql-action/analyze@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 # v2.1.29

.github/workflows/scorecards-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656

5757
# Upload the results to GitHub's code scanning dashboard.
5858
- name: Upload to code-scanning
59-
uses: github/codeql-action/upload-sarif@807578363a7869ca324a79039e6db9c843e0e100 # v2.1.27
59+
uses: github/codeql-action/upload-sarif@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 # v2.1.29
6060
with:
6161
sarif_file: results.sarif

0 commit comments

Comments
 (0)