File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8282 env :
8383 ATTESTATION : " ${{ steps.attest-provenance.outputs.bundle-path }}"
8484
85- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
85+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8686 with :
8787 name : binary
8888 path : burrito_out/*
Original file line number Diff line number Diff line change 4646 env :
4747 ATTESTATION : " ${{ steps.attest-docs-provenance.outputs.bundle-path }}"
4848
49- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
49+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5050 with :
5151 name : docs
5252 path : docs.tar.gz*
Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ jobs:
5252 ${{ inputs.releaseName }}
5353
5454 - name : " Download Docs Artifact"
55- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
55+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
5656 with :
5757 name : docs
5858 path : .
5959 - name : " Download EScript Artifact"
60- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
60+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
6161 with :
6262 name : binary
6363 path : .
Original file line number Diff line number Diff line change 3333 egress-policy : audit
3434 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535
36- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
36+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
3737 with :
3838 name : binary
3939 path : .
Original file line number Diff line number Diff line change 6363
6464 - run : mix credo --format sarif > results.sarif
6565 - name : Upload SARIF file
66- uses : github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
66+ uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
6767 with :
6868 sarif_file : results.sarif
6969 category : credo
Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ jobs:
6868 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6969 # format to the repository Actions tab.
7070 - name : " Upload artifact"
71- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
71+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7272 with :
7373 name : SARIF file
7474 path : results.sarif
7575 retention-days : 5
7676
7777 # Upload the results to GitHub's code scanning dashboard.
7878 - name : " Upload to code-scanning"
79- uses : github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
79+ uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
8080 with :
8181 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments