Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
9459c55f
Unverified
Commit
9459c55f
authored
Feb 08, 2022
by
godofredoc
Committed by
GitHub
Feb 08, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove version comments from workflow. (#98001)
parent
a7a3d8ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
scorecards-analysis.yml
.github/workflows/scorecards-analysis.yml
+4
-4
No files found.
.github/workflows/scorecards-analysis.yml
View file @
9459c55f
...
...
@@ -23,12 +23,12 @@ jobs:
steps
:
-
name
:
"
Checkout
code"
uses
:
actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
# v2.4.0
uses
:
actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
with
:
persist-credentials
:
false
-
name
:
"
Run
analysis"
uses
:
ossf/scorecard-action@b614d455ee90608b5e36e3299cd50d457eb37d5f
# v1.0.2
uses
:
ossf/scorecard-action@b614d455ee90608b5e36e3299cd50d457eb37d5f
with
:
results_file
:
results.sarif
results_format
:
sarif
...
...
@@ -43,7 +43,7 @@ jobs:
# Upload the results as artifacts (optional).
-
name
:
"
Upload
artifact"
uses
:
actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2
# v2.3.1
uses
:
actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2
with
:
name
:
SARIF file
path
:
results.sarif
...
...
@@ -51,6 +51,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
-
name
:
"
Upload
to
code-scanning"
uses
:
github/codeql-action/upload-sarif@2b46439dd5477d8a1659811cdc500d35e601a1cb
# v1.0.26
uses
:
github/codeql-action/upload-sarif@2b46439dd5477d8a1659811cdc500d35e601a1cb
with
:
sarif_file
:
results.sarif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment