Skip to content

Commit 764c5c9

Browse files
authored
Merge pull request #340 from trz42/update_scorecards_CI
update action versions in scorecards CI
2 parents fb2e1a0 + fc4d204 commit 764c5c9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/scorecards.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ on:
1717
schedule:
1818
- cron: '25 15 * * 3'
1919
push:
20-
branches: [ "main" ]
20+
branches: [ "main", "develop" ]
2121
pull_request:
22-
branches:
23-
- main
22+
branches: [ "main", "develop" ]
2423

2524
# Declare default permissions as read only.
2625
permissions: read-all
@@ -67,14 +66,14 @@ jobs:
6766
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6867
# format to the repository Actions tab.
6968
- name: "Upload artifact"
70-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
69+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
7170
with:
7271
name: SARIF file
7372
path: results.sarif
7473
retention-days: 5
7574

7675
# Upload the results to GitHub's code scanning dashboard.
7776
- name: "Upload to code-scanning"
78-
uses: github/codeql-action/upload-sarif@807578363a7869ca324a79039e6db9c843e0e100 # v2.1.27
77+
uses: github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
7978
with:
8079
sarif_file: results.sarif

0 commit comments

Comments
 (0)