File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v6
1212 - name : Trigger BoJ Server (Casket/ssg-mcp)
1313 run : |
1414 # Send a secure trigger to boj-server to build this repository
Original file line number Diff line number Diff line change 3535 cabal-version : ' 3.10'
3636
3737 - name : Cache Cabal
38- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4
38+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
3939 with :
4040 path : |
4141 ~/.cabal/packages
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
3131 - name : Initialize CodeQL
32- uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.28.1
32+ uses : github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3.28.1
3333 with :
3434 languages : ${{ matrix.language }}
3535 build-mode : ${{ matrix.build-mode }}
3636
3737 - name : Perform CodeQL Analysis
38- uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.28.1
38+ uses : github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3.28.1
3939 with :
4040 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 2323 cabal-version : ' 3.2'
2424
2525 - name : Cache
26- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
26+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
2727 env :
2828 cache-name : cache-cabal
2929 with :
Original file line number Diff line number Diff line change 2525 fetch-depth : 0 # Full history for better pattern analysis
2626
2727 - name : Setup Elixir for Hypatia scanner
28- uses : erlef/setup-beam@9d5b75ddfda22fb979d2270283237aef8aa68d6b # v1.18.2
28+ uses : erlef/setup-beam@ee09b1e59bb240681c382eb1f0abc6a04af72764 # v1.18.2
2929 with :
3030 elixir-version : ' 1.19.4'
3131 otp-version : ' 28.3'
Original file line number Diff line number Diff line change 3030 publish_results : true
3131
3232 - name : Upload SARIF
33- uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3
33+ uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3
3434 with :
3535 sarif_file : results.sarif
3636
Original file line number Diff line number Diff line change 2727 results_format : sarif
2828
2929 - name : Upload results
30- uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.31.8
30+ uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3.31.8
3131 with :
3232 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments