Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit fff776b

Browse files
authored
Merge pull request #34 from h4rldev/dependabot/github_actions/github/codeql-action-3.26.1
build(deps): bump github/codeql-action from 3.26.0 to 3.26.1
2 parents d42c201 + 1368f58 commit fff776b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codacy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161

6262
# Upload the SARIF file generated in the previous step
6363
- name: Upload SARIF results file
64-
uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
64+
uses: github/codeql-action/upload-sarif@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
6565
with:
6666
sarif_file: results.sarif

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
# Initializes the CodeQL tools for scanning.
7070
- name: Initialize CodeQL
71-
uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
71+
uses: github/codeql-action/init@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
7272
with:
7373
languages: ${{ matrix.language }}
7474
build-mode: ${{ matrix.build-mode }}
@@ -105,6 +105,6 @@ jobs:
105105
mv ./bin/exmeteo .
106106
107107
- name: Perform CodeQL Analysis
108-
uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
108+
uses: github/codeql-action/analyze@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
109109
with:
110110
category: "/language:${{matrix.language}}"

.github/workflows/ossf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252

5353
# required for Code scanning alerts
5454
- name: "Upload to code scanning"
55-
uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
55+
uses: github/codeql-action/upload-sarif@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
5656
with:
5757
sarif_file: results.sarif

0 commit comments

Comments
 (0)