File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 HEX_API_KEY : ${{ secrets.HEX_API_KEY }}
2121 steps :
2222 - name : Harden Runner
23- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8 .1
23+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
2424 with :
2525 disable-sudo : true
2626 egress-policy : block
@@ -30,12 +30,12 @@ jobs:
3030 repo.hex.pm:443
3131 builds.hex.pm:443
3232
33- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34- - uses : erlef/setup-elixir@a6e26b22319003294c58386b6f25edbc7336819a # v1.18.0
33+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
34+ - uses : erlef/setup-elixir@5304e04ea2b355f03681464e683d92e3b2f18451 # v1.18.2
3535 with :
3636 otp-version : ${{ matrix.otp }}
3737 elixir-version : ${{ matrix.elixir }}
38- - uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
38+ - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
3939 with :
4040 path : deps
4141 key : ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
Original file line number Diff line number Diff line change 2222 MIX_ENV : test
2323 steps :
2424 - name : Harden Runner
25- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8 .1
25+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
2626 with :
2727 disable-sudo : true
2828 egress-policy : block
@@ -33,10 +33,10 @@ jobs:
3333 builds.hex.pm:443
3434
3535 - name : Checkout Github repo
36- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3737
3838 - name : Sets up an Erlang/OTP environment
39- uses : erlef/setup-elixir@a6e26b22319003294c58386b6f25edbc7336819a # v1.18.0
39+ uses : erlef/setup-elixir@5304e04ea2b355f03681464e683d92e3b2f18451 # v1.18.2
4040 with :
4141 otp-version : ${{ matrix.otp }}
4242 elixir-version : ${{ matrix.elixir }}
4848 echo "::set-output name=mix_hash::$mix_hash"
4949
5050 - name : Cache dependecies
51- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
51+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
5252 with :
5353 path : deps
5454 key : ${{ runner.os }}-mix-${{ steps.set_vars.outputs.mix_hash }}
5757
5858 - name : Cache PLT files
5959 id : plt-cache
60- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
60+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
6161 with :
6262 path : |
6363 _build
8888 runs-on : ubuntu-latest
8989 steps :
9090 - name : Harden Runner
91- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8 .1
91+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
9292 with :
9393 disable-sudo : true
9494 egress-policy : block
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Harden Runner
25- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8 .1
25+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
2626 with :
2727 disable-sudo : true
2828 egress-policy : block
@@ -38,12 +38,12 @@ jobs:
3838 www.bestpractices.dev:443
3939
4040 - name : " Checkout code"
41- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
41+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4242 with :
4343 persist-credentials : false
4444
4545 - name : " Run analysis"
46- uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
46+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
4747 with :
4848 results_file : results.sarif
4949 results_format : sarif
@@ -62,14 +62,14 @@ jobs:
6262 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6363 # format to the repository Actions tab.
6464 - name : " Upload artifact"
65- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
65+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
6666 with :
6767 name : SARIF file
6868 path : results.sarif
6969 retention-days : 5
7070
7171 # Upload the results to GitHub's code scanning dashboard.
7272 - name : " Upload to code-scanning"
73- uses : github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
73+ uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
7474 with :
7575 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments