Skip to content

Commit 589193c

Browse files
Merge branches 'dependabot/github_actions/dot-github/workflows/master/actions/upload-artifact-5' and 'dependabot/github_actions/dot-github/workflows/master/github/codeql-action-4.31.0'
* dependabot/github_actions/dot-github/workflows/master/actions/upload-artifact-5: [UPDATE] (deps): Bump actions/upload-artifact in /.github/workflows * dependabot/github_actions/dot-github/workflows/master/github/codeql-action-4.31.0: [UPDATE] (deps): Bump github/codeql-action in /.github/workflows
2 parents 8895ec2 + c6a2e9b commit 589193c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
# Initializes the CodeQL tools for scanning.
5050
- name: Initialize CodeQL
51-
uses: github/codeql-action/init@v4
51+
uses: github/codeql-action/init@v4.31.0
5252
with:
5353
languages: ${{ matrix.language }}
5454
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -59,7 +59,7 @@ jobs:
5959
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6060
# If this step fails, then you should remove it and run the build manually (see below)
6161
- name: Autobuild
62-
uses: github/codeql-action/autobuild@v4
62+
uses: github/codeql-action/autobuild@v4.31.0
6363

6464
# ℹ️ Command-line programs to run using the OS shell.
6565
# 📚 https://git.io/JvXDl
@@ -80,4 +80,4 @@ jobs:
8080
if: ${{ success() }}
8181

8282
- name: Perform CodeQL Analysis
83-
uses: github/codeql-action/analyze@v4
83+
uses: github/codeql-action/analyze@v4.31.0

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
# Upload the results to GitHub's code scanning dashboard (optional).
6666
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6767
- name: "Upload to code-scanning"
68-
uses: github/codeql-action/upload-sarif@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
68+
uses: github/codeql-action/upload-sarif@8d77149e0c9e2199ac9cfc90c9e15116f5c69c48 # v3.30.8
6969
with:
7070
sarif_file: results.sarif

0 commit comments

Comments
 (0)