File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
Expand file tree Collapse file tree 3 files changed +14
-14
lines changed 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@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5 .1
23+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11 .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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
34- - uses : erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0
33+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+ - uses : erlef/setup-beam@5304e04ea2b355f03681464e683d92e3b2f18451 # v1.18.2
3535 with :
3636 otp-version : ${{ matrix.otp }}
3737 elixir-version : ${{ matrix.elixir }}
38- - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
38+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5 .1
25+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11 .1
2626 with :
2727 disable-sudo : true
2828 egress-policy : block
@@ -32,12 +32,12 @@ jobs:
3232 repo.hex.pm:443
3333 builds.hex.pm:443
3434
35- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
36- - uses : erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0
35+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+ - uses : erlef/setup-beam@5304e04ea2b355f03681464e683d92e3b2f18451 # v1.18.2
3737 with :
3838 otp-version : ${{ matrix.otp }}
3939 elixir-version : ${{ matrix.elixir }}
40- - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
40+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4141 with :
4242 path : deps
4343 key : ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
6161 runs-on : ubuntu-latest
6262 steps :
6363 - name : Harden Runner
64- uses : step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5 .1
64+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11 .1
6565 with :
6666 disable-sudo : true
6767 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@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5 .1
25+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11 .1
2626 with :
2727 disable-sudo : true
2828 egress-policy : block
@@ -40,12 +40,12 @@ jobs:
4040 www.bestpractices.dev:443
4141
4242 - name : " Checkout code"
43- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
43+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4444 with :
4545 persist-credentials : false
4646
4747 - name : " Run analysis"
48- uses : ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2.0
48+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
4949 with :
5050 results_file : results.sarif
5151 results_format : sarif
@@ -64,14 +64,14 @@ jobs:
6464 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565 # format to the repository Actions tab.
6666 - name : " Upload artifact"
67- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1 .2
67+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6 .2
6868 with :
6969 name : SARIF file
7070 path : results.sarif
7171 retention-days : 5
7272
7373 # Upload the results to GitHub's code scanning dashboard.
7474 - name : " Upload to code-scanning"
75- uses : github/codeql-action/upload-sarif@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
75+ uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
7676 with :
7777 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments