Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

steps:
- name: Harden Runner
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0

Check failure on line 44 in .github/workflows/codeql.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/known-vulnerable-actions

action has a known vulnerability: GHSA-cpmj-h4f6-r6pq

Check failure on line 44 in .github/workflows/codeql.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/known-vulnerable-actions

action has a known vulnerability: GHSA-g699-3x6g-wm3g

Check failure on line 44 in .github/workflows/codeql.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/known-vulnerable-actions

action has a known vulnerability: GHSA-46g3-37rh-v698

Check failure on line 44 in .github/workflows/codeql.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

codeql.yml:44: action has a known vulnerability: GHSA-cpmj-h4f6-r6pq

Check failure on line 44 in .github/workflows/codeql.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

codeql.yml:44: action has a known vulnerability: GHSA-g699-3x6g-wm3g

Check failure on line 44 in .github/workflows/codeql.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

codeql.yml:44: action has a known vulnerability: GHSA-46g3-37rh-v698
with:
disable-sudo: true
egress-policy: block
Expand All @@ -56,7 +56,7 @@

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -66,7 +66,7 @@
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
uses: github/codeql-action/autobuild@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -79,6 +79,6 @@
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
with:
category: "/language:${{matrix.language}}"
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

steps:
- name: Harden Runner
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0

Check failure on line 28 in .github/workflows/scorecard.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/known-vulnerable-actions

action has a known vulnerability: GHSA-cpmj-h4f6-r6pq

Check failure on line 28 in .github/workflows/scorecard.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/known-vulnerable-actions

action has a known vulnerability: GHSA-g699-3x6g-wm3g

Check failure on line 28 in .github/workflows/scorecard.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/known-vulnerable-actions

action has a known vulnerability: GHSA-46g3-37rh-v698

Check failure on line 28 in .github/workflows/scorecard.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

scorecard.yml:28: action has a known vulnerability: GHSA-cpmj-h4f6-r6pq

Check failure on line 28 in .github/workflows/scorecard.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

scorecard.yml:28: action has a known vulnerability: GHSA-g699-3x6g-wm3g

Check failure on line 28 in .github/workflows/scorecard.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

scorecard.yml:28: action has a known vulnerability: GHSA-46g3-37rh-v698
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -62,6 +62,6 @@

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
with:
sarif_file: results.sarif
Loading