Skip to content

Commit 0d6c9a0

Browse files
chore(deps): update github/codeql-action action to v4.38.0 (#123)
Co-authored-by: agntcy-automation[bot] <269490587+agntcy-automation[bot]@users.noreply.github.com>
1 parent 84045a8 commit 0d6c9a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
# Initializes the CodeQL tools for scanning.
6868
- name: Initialize CodeQL
69-
uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
69+
uses: github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
7070
with:
7171
languages: javascript-typescript
7272
build-mode: none
@@ -85,6 +85,6 @@ jobs:
8585
- "**/*_pb.d.ts"
8686
8787
- name: Perform CodeQL Analysis
88-
uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
88+
uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
8989
with:
9090
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
retention-days: 5
4747

4848
- name: Upload to code-scanning
49-
uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
49+
uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
5050
with:
5151
sarif_file: results.sarif

0 commit comments

Comments
 (0)