Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
eaf31bf
chore(deps): bump github/codeql-action/init from 4.37.0 to 4.37.7
dependabot[bot] Aug 18, 2026
3728920
fix(ci): align all CodeQL action versions
seonghobae Aug 19, 2026
705b854
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
opencode-agent[bot] Aug 20, 2026
a9399af
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
opencode-agent[bot] Aug 20, 2026
e87d23e
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
opencode-agent[bot] Aug 21, 2026
f5a69c9
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
opencode-agent[bot] Aug 21, 2026
5958639
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
opencode-agent[bot] Aug 21, 2026
8474f76
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
opencode-agent[bot] Aug 21, 2026
9767567
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
opencode-agent[bot] Aug 21, 2026
3ef0265
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
seonghobae Aug 21, 2026
b977248
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
opencode-agent[bot] Aug 21, 2026
4520040
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
opencode-agent[bot] Aug 22, 2026
69d2100
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
opencode-agent[bot] Aug 22, 2026
f4a5ed1
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
opencode-agent[bot] Aug 22, 2026
5a7406a
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
opencode-agent[bot] Aug 22, 2026
affb678
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
opencode-agent[bot] Aug 22, 2026
7386fd1
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
opencode-agent[bot] Aug 22, 2026
df72c50
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
opencode-agent[bot] Aug 23, 2026
cf87c53
Merge branch 'main' into dependabot/github_actions/main/github/codeql…
opencode-agent[bot] Aug 23, 2026
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
8 changes: 4 additions & 4 deletions .github/workflows/codeql-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Initialize CodeQL
uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
with:
category: "/language:${{ matrix.language }}"
upload: false
Expand Down Expand Up @@ -197,13 +197,13 @@ jobs:
ref: ${{ format('refs/pull/{0}/merge', github.event.pull_request.number) }}

- name: Initialize CodeQL
uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
with:
category: "/language:${{ matrix.language }}-merge"
upload: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scheduled-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ jobs:
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
- name: Perform CodeQL Analysis
continue-on-error: true
uses: github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
with:
category: "/language:${{ matrix.language }}-scheduled"

Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Upload Trivy SARIF to code scanning
if: always() && hashFiles('trivy-results.sarif') != ''
continue-on-error: true
uses: github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
with:
sarif_file: trivy-results.sarif
category: trivy-fs-scheduled
Loading