Skip to content

Commit d34ee78

Browse files
Merge branch 'dev' into v1.0/pipelinebuild/130446
2 parents d4b2940 + 3df0df8 commit d34ee78

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@v2
56+
uses: github/codeql-action/init@v3
5757
with:
5858
languages: ${{ matrix.language }}
5959
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -81,6 +81,6 @@ jobs:
8181
run: ./gradlew build
8282

8383
- name: Perform CodeQL Analysis
84-
uses: github/codeql-action/analyze@v2
84+
uses: github/codeql-action/analyze@v3
8585
with:
8686
category: "/language:${{matrix.language}}"

.github/workflows/git-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Download Build Artifact
15-
uses: dawidd6/action-download-artifact@v2.28.0
15+
uses: dawidd6/action-download-artifact@v3.0.0
1616
with:
1717
workflow: preview-and-release.yml
1818
workflow_conclusion: success

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
name: drop
7575
path: artifacts/current/
7676
- name: Download Last Successful Build
77-
uses: dawidd6/action-download-artifact@v2.28.0
77+
uses: dawidd6/action-download-artifact@v3.0.0
7878
with:
7979
workflow: preview-and-release.yml
8080
workflow_conclusion: success

0 commit comments

Comments
 (0)