Skip to content

Commit ea62543

Browse files
authored
Merge branch 'theupdateframework:develop' into develop
2 parents 363a320 + 016e16c commit ea62543

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
2626

2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@5b6282e01c62d02e720b81eb8a51204f527c3624
28+
uses: github/codeql-action/init@a09933a12a80f87b87005513f0abb1494c27a716
2929
with:
3030
languages: 'python'
3131

3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@5b6282e01c62d02e720b81eb8a51204f527c3624
33+
uses: github/codeql-action/analyze@a09933a12a80f87b87005513f0abb1494c27a716

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: 'Checkout Repository'
1818
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
1919
- name: 'Dependency Review'
20-
uses: actions/dependency-review-action@7d90b4f05fea31dde1c4a1fb3fa787e197ea93ab
20+
uses: actions/dependency-review-action@f6fff72a3217f580d5afd49a46826795305b63c7

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
publish_results: true
3535

3636
- name: "Upload to code-scanning dashboard"
37-
uses: github/codeql-action/upload-sarif@5b6282e01c62d02e720b81eb8a51204f527c3624
37+
uses: github/codeql-action/upload-sarif@a09933a12a80f87b87005513f0abb1494c27a716
3838
with:
3939
sarif_file: results.sarif

0 commit comments

Comments
 (0)