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
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34+ - uses : erlef/setup-elixir@5304e04ea2b355f03681464e683d92e3b2f18451 # v1.18.2
3535 with :
3636 otp-version : ${{ matrix.otp }}
3737 elixir-version : ${{ matrix.elixir }}
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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 }}
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
7474 with :
7575 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments