File tree Expand file tree Collapse file tree 4 files changed +212
-186
lines changed
Expand file tree Collapse file tree 4 files changed +212
-186
lines changed Original file line number Diff line number Diff line change 2525 run : npm install
2626
2727 - name : Install conformance client
28- uses : GoogleCloudPlatform/functions-framework-conformance/.github/actions/client/install@v1.7 .0
28+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/actions/client/install@v1.8 .0
2929 with :
3030 client-version : v1.7.0
3131 cache-path : ~/client
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525
2626 steps :
2727 - name : " Checkout code"
28- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1 .0
28+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
2929 with :
3030 persist-credentials : false
3131
3232 - name : " Run analysis"
33- uses : ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # v2.0.6
33+ uses : ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
3434 with :
3535 results_file : results.sarif
3636 results_format : sarif
4242
4343 # Upload the results to GitHub's code scanning dashboard.
4444 - name : " Upload to code-scanning"
45- uses : github/codeql-action/upload-sarif@807578363a7869ca324a79039e6db9c843e0e100 # v2.1.27
45+ uses : github/codeql-action/upload-sarif@3ebbd71c74ef574dbc558c82f70e52732c8b44fe # v2.2.1
4646 with :
4747 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments