Skip to content

Commit f318aaa

Browse files
authored
Merge pull request #417 from lfit/dependabot/github_actions/github/codeql-action-3.30.3
Chore(deps): Bump github/codeql-action from 3.30.1 to 3.30.3
2 parents 53caa71 + 8eb5880 commit f318aaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/reuse-openssf-scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Upload the results to GitHub's code scanning dashboard (optional).
5353
- name: "Upload to code-scanning"
5454
# yamllint disable-line rule:line-length
55-
uses: github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # 3.30.1
55+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # 3.30.3
5656
with:
5757
sarif_file: results.sarif
5858

.github/workflows/reuse-python-codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ jobs:
5151
5252
- name: 'Initialize CodeQL'
5353
# yamllint disable-line rule:line-length
54-
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
54+
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
5555
with:
5656
languages: ${{ matrix.language }}
5757
build-mode: ${{ matrix.build-mode }}
5858

5959
- name: "Perform CodeQL Analysis: ${{ matrix.language }}"
6060
# yamllint disable-line rule:line-length
61-
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
61+
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
6262
with:
6363
output: codeql-results # Specify the output directory for results
6464

0 commit comments

Comments
 (0)