Skip to content

Commit 13058f0

Browse files
Bump github/codeql-action from 2 to 3 (open-telemetry#579)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Tan <[email protected]>
1 parent d33cf60 commit 13058f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
# Upload the results to GitHub's code scanning dashboard (optional).
4343
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
45+
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
4646
with:
4747
sarif_file: results.sarif

.github/workflows/webserver.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
cp opentelemetry-cpp-contrib/instrumentation/otel-webserver-module/codeql-env.sh .
213213
sudo ./codeql-env.sh
214214
- name: Initialize CodeQL
215-
uses: github/codeql-action/init@v2
215+
uses: github/codeql-action/init@v3
216216
with:
217217
languages: cpp
218218
- name: build
@@ -222,5 +222,5 @@ jobs:
222222
cp -r /build-dependencies ../otel-webserver-module/
223223
./gradlew assembleWebserverModule -DtargetSystem=ubuntu --info
224224
- name: Perform CodeQL Analysis
225-
uses: github/codeql-action/analyze@v2
225+
uses: github/codeql-action/analyze@v3
226226

0 commit comments

Comments
 (0)