Skip to content

Commit 3f09eca

Browse files
🚨 Update github actions
1 parent 632aa18 commit 3f09eca

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
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@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
71+
uses: github/codeql-action/init@5fe9434cd24fe243e33e7f3305f8a5b519b70280 # v4.31.1
7272
with:
7373
languages: ${{ matrix.language }}
7474
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -78,7 +78,7 @@ jobs:
7878
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7979
# If this step fails, then you should remove it and run the build manually (see below)
8080
- name: Autobuild
81-
uses: github/codeql-action/autobuild@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
81+
uses: github/codeql-action/autobuild@5fe9434cd24fe243e33e7f3305f8a5b519b70280 # v4.31.1
8282

8383
# ℹ️ Command-line programs to run using the OS shell.
8484
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -91,6 +91,6 @@ jobs:
9191
# ./location_of_script_within_repo/buildscript.sh
9292

9393
- name: Perform CodeQL Analysis
94-
uses: github/codeql-action/analyze@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
94+
uses: github/codeql-action/analyze@5fe9434cd24fe243e33e7f3305f8a5b519b70280 # v4.31.1
9595
with:
9696
category: "/language:${{matrix.language}}"

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
Also save the release notes in a file named "release-notes.md".
115115
116116
- name: Upload artifact
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v5
118118
with:
119119
name: release-notes
120120
path: release-notes.md
@@ -152,7 +152,7 @@ jobs:
152152
git push -f --tags
153153
154154
- name: Download artifact
155-
uses: actions/download-artifact@v5
155+
uses: actions/download-artifact@v6
156156
with:
157157
name: release-notes
158158

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ jobs:
8181
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
8282
# format to the repository Actions tab.
8383
- name: "Upload artifact"
84-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
84+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8585
with:
8686
name: SARIF file
8787
path: results.sarif
8888
retention-days: 5
8989

9090
# Upload the results to GitHub's code scanning dashboard.
9191
- name: "Upload to code-scanning"
92-
uses: github/codeql-action/upload-sarif@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
92+
uses: github/codeql-action/upload-sarif@5fe9434cd24fe243e33e7f3305f8a5b519b70280 # v4.31.1
9393
with:
9494
sarif_file: results.sarif

0 commit comments

Comments
 (0)