Skip to content

Commit 6c430e2

Browse files
authored
Merge pull request #18 from hyphae/dependabot/github_actions/main/github/codeql-action-4.33.0
deps(deps): bump github/codeql-action from 4.32.6 to 4.33.0
2 parents e548357 + a626afb commit 6c430e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2
3737

3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # pin@v4.32.6
39+
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # pin@v4.33.0
4040
with:
4141
languages: ${{ matrix.language }}
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # pin@v4.32.6
44+
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # pin@v4.33.0
4545
with:
4646
category: "/language:${{ matrix.language }}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
# Upload the results to GitHub's code scanning dashboard (optional).
7575
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7676
- name: "Upload to code-scanning"
77-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # pin@v4.32.6
77+
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # pin@v4.33.0
7878
with:
7979
sarif_file: results.sarif

0 commit comments

Comments
 (0)