Skip to content

Commit 02cf6e9

Browse files
chore(deps): update all digest updates (#174)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 68e43d8 commit 02cf6e9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
Dockerfile
7575
uv.lock
7676
77-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
77+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
7878
with:
7979
path: |
8080
var-cache-apt

.github/workflows/ossf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141

4242
# Upload the results to GitHub's code scanning dashboard (optional).
4343
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
44-
- uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
44+
- uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3
4545
with:
4646
sarif_file: results.sarif

.github/workflows/scans.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: microsoft/DevSkim-Action@a6b6966a33b497cd3ae2ebc406edf8f4cc2feec6 # v1
2929

30-
- uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
30+
- uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3
3131
with:
3232
sarif_file: devskim-results.sarif
3333

@@ -53,15 +53,15 @@ jobs:
5353
GITHUB_TOKEN: ${{ github.token }}
5454

5555
- if: ${{ success() || failure() }}
56-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
56+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
5757
with:
5858
name: megalinter-reports
5959
path: |
6060
megalinter-reports
6161
mega-linter.log
6262
6363
- if: ${{ success() || failure() }}
64-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
64+
uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3
6565
with:
6666
sarif_file: megalinter-reports/megalinter-report.sarif
6767
ref: ${{ github.head_ref && format('refs/heads/{0}', github.head_ref) || github.ref }}
@@ -93,7 +93,7 @@ jobs:
9393
- uses: microsoft/security-devops-action@08976cb623803b1b36d7112d4ff9f59eae704de0 # v1
9494
id: msdo
9595

96-
- uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
96+
- uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3
9797
with:
9898
sarif_file: ${{ steps.msdo.outputs.sarifFile }}
9999

@@ -133,7 +133,7 @@ jobs:
133133
format: sarif
134134
output: trivy-results.sarif
135135

136-
- uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
136+
- uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3
137137
with:
138138
sarif_file: "trivy-results.sarif"
139139

0 commit comments

Comments
 (0)