Skip to content

Commit 1cff662

Browse files
committed
chore: version comment
1 parent c280d80 commit 1cff662

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
github.com:443
2727
2828
- name: 'Checkout Repository'
29-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.1
29+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3030
- name: 'Dependency Review'
3131
uses: actions/dependency-review-action@1360a344ccb0ab6e9475edef90ad2f46bf8003b1 # v3.0.6

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
sigstore-tuf-root.storage.googleapis.com:443
5050
5151
- name: "Checkout code"
52-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.1.0
52+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
5353
with:
5454
persist-credentials: false
5555

@@ -76,7 +76,7 @@ jobs:
7676
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
7777
# format to the repository Actions tab.
7878
- name: "Upload artifact"
79-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.0
79+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
8080
with:
8181
name: SARIF file
8282
path: results.sarif

0 commit comments

Comments
 (0)